PJR_SUM_OTBI_SCH

The PJR_SUM_OTBI_SCH table contains the available hours and target hours that are aggregated up the resource pool hierarchy for use by Oracle Transactional Business Intelligence. The PJR_RESOURCE_POOLS_B table contains the parent child hierarchy. The PJR_RESOURCE_POOL_ASSIGNMENTS table contains the resource pool structure node for each resource.

Details

  • Schema: FUSION

  • Object owner: PJR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJR_SUM_OTBI_SCH_PK

RESOURCE_POOL_ID, RESOURCE_ID, TXN_DATE, ROLLUP_ID

Columns

Name Datatype Length Precision Not-null Comments
RESOURCE_POOL_ID NUMBER 18 Yes A particular node in the resource pool structure.
RESOURCE_ID NUMBER 18 Yes A resource associated to a resource pool structure node.
TXN_DATE DATE Yes A date on which a resource has available hours, target hours, or both.
ROLLUP_ID NUMBER 18 Yes Distinguishes rows with the same attributes that are inserted concurrently by different process instances.
AVAILABLE_HOURS NUMBER Hours that a resource is available to work on project assignments and nonproject events. Determined by the availability cache for a resource.
TARGET_HOURS NUMBER Target hours that a resource is expected to work. Calculated by multiplying target utilization by available hours.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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_SUM_OTBI_SCH_U1 Unique Default RESOURCE_POOL_ID, RESOURCE_ID, TXN_DATE, ROLLUP_ID