PJC_ALLOC_RUN_RES_DET

Transaction Table created to store the Resource List Member Details for an allocation run.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_RUN_RES_DET_PK

RUN_RES_DET_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Allocation Rule Identification Number
RUN_RES_DET_ID NUMBER 18 Yes New column added for primary key *****
RUN_ID NUMBER 18 Yes Allocation Run Identification Number
MEMBER_TYPE VARCHAR2 1 Yes Resource List member type
RBS_ELEMENT_ID NUMBER 18 Yes The Identifier of the resource element *****
RESOURCE_PERCENT NUMBER Resource Utilization percentage
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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_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.
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.
EXCLUDE_FLAG VARCHAR2 1 Flag indicating that the specific resource element is to be excluded as an allocation calculation.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_RUN_RES_DET pjc_alloc_rules_all RULE_ID
PJC_ALLOC_RUN_RES_DET pjc_alloc_runs_all RUN_ID
PJC_ALLOC_RUN_RES_DET pjf_rbs_elements RBS_ELEMENT_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_RUN_RES_DET_U1 Unique Default RUN_ID, RBS_ELEMENT_ID, MEMBER_TYPE
PJC_ALLOC_RUN_RES_DET_U2 Unique Default RUN_RES_DET_ID