PJR_RESOURCE_POOL_MEMBERS_INT
This table contains interface information about resource pool memberships including pool name, resource name and e-mail, and membership from and to dates.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
PJR_RESOURCE_POOLS_MEMBER_PK |
XFACE_REC_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
XFACE_REC_ID | NUMBER | 18 | Yes | Identifier for each row in this table. | |
RESOURCE_POOL_NAME | VARCHAR2 | 240 | Name of a resource pool. | ||
RESOURCE_ID | NUMBER | 18 | Identifier of the resource who is a member of the resource pool. | ||
RESOURCE_HCM_PERSON_ID | NUMBER | 18 | Identifier of the HCM person who is a member of the resource pool. A project enterprise labor resource must exist for this HCM person. | ||
RESOURCE_NAME | VARCHAR2 | 240 | Name of the resource who is a member of the resource pool. | ||
RESOURCE_EMAIL | VARCHAR2 | 240 | E-mail of the resource who is a member of the resource pool. | ||
MEMBERSHIP_FROM_DATE | DATE | Date when the resource's pool membership becomes active. | |||
MEMBERSHIP_TO_DATE | DATE | Date when the resource's pool membership becomes inactive. | |||
LOAD_REQUEST_ID | NUMBER | 18 | Request ID of the Oracle Enterprise Scheduler job that loads the interface table. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
LOAD_STATUS | VARCHAR2 | 25 | Status for this row of the data load to the interface tables. | ||
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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
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. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_RESOURCE_POOLS_MEM_INT_U1 | Unique | Default | XFACE_REC_ID |