Resource_group_entity_map
This table contains data related to the assigned members of a resource group. Each resource group entity must have an assigned resource group.
The table’s data is only available for accounts with Project Management enabled.
Columns
Name |
Type |
Length |
Precision |
Scale |
References |
In |
Description |
entity_id |
NUMBER |
|
39 |
0 |
entity_id
|
Entity
|
Employee ID |
group_id |
NUMBER |
|
39 |
0 |
resource_group_id
|
Resource_groups
|
Internal Resource Group ID |
Primary key (Composite)
PK Column Name |
group_id |
entity_id |
Foreign keys in this table
FK Name |
FK Column Name |
PK Table Name |
PK Column Name |
Key Seq |
resource_group_entity_map_entity_fk |
entity_id |
Entity |
entity_id |
1 |
resource_group_entity_map_resource_groups_fk |
group_id |
Resource_groups |
resource_group_id |
1 |