PJE_CHANGE_IMPACT_ELEM_DTLS_B
This table is used to store the details of a change order impact element detail.
Details
-
Schema: FUSION
-
Object owner: PJE
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJE_CHNG_IMPACT_ELEM_DTLS_B_PK |
IMPACT_ELEM_DETAILS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
IMPACT_ELEM_DETAILS_ID | NUMBER | 18 | Yes | Unique identifier of the change impact element 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. | ||
PROJECT_ID | NUMBER | 18 | Identifier of the project. | ||
ELEMENT_ACTION | VARCHAR2 | 10 | Indicates the action being performed on the element. Valid values are CREATE, UPDATE and DELETE | ||
PROJ_ELEMENT_ID | NUMBER | 18 | Identifier of the element that is impacted by the change. | ||
ELEMENT_NUMBER | VARCHAR2 | 100 | A user-defined number that uniquely identifies the element within a project work breakdown structure. | ||
PARENT_PROJ_ELEMENT_ID | NUMBER | 18 | The identifier of the task that's the parent of the task in the project work breakdown structure. | ||
MILESTONE_FLAG | VARCHAR2 | 1 | Flag that indicates if the task is a milestone. This column is for internal use only. | ||
START_DATE | DATE | The start date of the change impact task detail. | |||
FINISH_DATE | DATE | The finish date of the change impact task detail. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJE_CHNG_IMPCT_ELEM_DTLS_B_N1 | Non Unique | FUSION_TS_TX_IDX | PROJECT_ID, ELEMENT_NUMBER |
PJE_CHNG_IMPCT_ELEM_DTLS_B_N2 | Non Unique | FUSION_TS_TX_IDX | CHANGE_DOCUMENT_ID, CHANGE_IMPACT_ID |
PJE_CHNG_IMPCT_ELEM_DTLS_B_N3 | Non Unique | FUSION_TS_TX_IDX | CHANGE_DOCUMENT_ID, PARENT_PROJ_ELEMENT_ID, PROJ_ELEMENT_ID |
PJE_CHNG_IMPCT_ELEM_DTLS_B_U1 | Unique | FUSION_TS_TX_IDX | IMPACT_ELEM_DETAILS_ID |