PJE_CHANGE_IMPACT_DETAILS

This table is used to store the details of a change order impact.

Details

  • Schema: FUSION

  • Object owner: PJE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJE_CHANGE_IMPACT_DETAILS_PK

IMPACT_DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPACT_DETAILS_ID NUMBER 18 Yes Unique identifier of the change impact detail.
CHANGE_IMPACT_ID NUMBER 18 Yes Identifier of the change impact.
CHANGE_DOCUMENT_ID NUMBER 18 Yes Identifier of the change document.
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.
PROJ_ELEMENT_ID NUMBER 18 Identifier of the task that is impacted by the change.
RBS_ELEMENT_ID NUMBER 18 Identifier of the resource that is impacted by the change.
START_DATE DATE The start date of the change impact detail.
FINISH_DATE DATE The finish date of the change impact detail.
TXN_CURRENCY_CODE VARCHAR2 15 The currency code for the change impact in transaction currency.
QUANTITY NUMBER The amount of change for the quantity.
UNIT_OF_MEASURE VARCHAR2 30 The unit to measure the quantity such as hours or tons.
TC_RAW_COST NUMBER The amount of change to the raw cost in transaction currency.
TC_BURDENED_COST NUMBER The amount of change to the burdened cost in transaction currency.
TC_REVENUE NUMBER The amount of change to the revenue in transaction currency.
PC_RAW_COST NUMBER The amount of change to the raw cost in project currency.
PC_BURDENED_COST NUMBER The amount of change to the burdened cost in project currency.
PC_REVENUE NUMBER The amount of change to the revenue in project currency.
PFC_RAW_COST NUMBER The amount of change to the raw cost in project ledger currency.
PFC_BURDENED_COST NUMBER The amount of change to the burdened cost in project ledger currency.
PFC_REVENUE NUMBER The amount of change to the revenue in project ledger currency.

Indexes

Index Uniqueness Tablespace Columns
PJE_CHANGE_IMPACT_DETAILS_N1 Non Unique PJE_IMPACT_DETAILS_N1 CHANGE_DOCUMENT_ID, CHANGE_IMPACT_ID
PJE_CHANGE_IMPACT_DETAILS_U1 Unique PJE_CHANGE_IMPACT_DETAILS_U1 IMPACT_DETAILS_ID