PJR_RESOURCE_POOLS_INT

This table contains interface information about a resource pool including name, owner, and parent pool ID.

Details

  • Schema: FUSION

  • Object owner: PJR

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PJR_RESOURCE_POOLS_INT_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.
OWNER_RESOURCE_ID NUMBER 18 The unique ID of the owner of the resource pool.
OWNER_HCM_PERSON_ID NUMBER 18 Identifier of the HCM person who is the owner of the resource pool. A project enterprise labor resource must exist for this HCM person.
OWNER_DISPLAY_NAME VARCHAR2 240 Name of the pool owner of the resource pool.
OWNER_EMAIL VARCHAR2 240 E-mail of the owner of the resource pool.
PARENT_RESOURCE_POOL_NAME VARCHAR2 240 Name of the parent resource pool.
DESCRIPTION VARCHAR2 2000 Description of the resource pool.
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_INT_U1 Unique Default XFACE_REC_ID