PJR_RESOURCE_POOL_ASSIGNMENTS
The PJR_RESOURCE_POOL_ASSIGNMENTS table contains the relationship between a labor resource and the resource pool that the resource is a member of.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJR_RESOURCE_POOL_ASSIGNM_PK |
POOL_ASSIGNMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment. | |
POOL_ASSIGNMENT_ID | NUMBER | 18 | Yes | Automatically generated unique identifier of a resource assignment to a project resource pool. | |
POOL_ID | NUMBER | 18 | Yes | Identifier of the project resource pool to which a resource is assigned. | |
RESOURCE_ID | NUMBER | 18 | Yes | Identifier of the resource who is assigned to a project resource pool. | |
FROM_DATE | DATE | Yes | Date from which a project resource pool assignment is active. | ||
TO_DATE | DATE | Date to which a project resource pool assignment is active. | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_RESOURCE_POOL_ASSIGNMNT_N1 | Non Unique | FUSION_TS_TX_IDX | POOL_ID, RESOURCE_ID, FROM_DATE, TO_DATE |
PJR_RESOURCE_POOL_ASSIGNMNT_U1 | Unique | FUSION_TS_TX_IDX | POOL_ASSIGNMENT_ID |
PJR_RESOURCE_POOL_ASSIGNMNT_U2 | Unique | Default | POOL_ID, RESOURCE_ID, FROM_DATE |