PJE_CHANGE_REQUESTS_B

This table is used to store change requests.

Details

  • Schema: FUSION

  • Object owner: PJE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJE_CHANGE_REQUESTS_B_PK

CHANGE_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_REQUEST_ID NUMBER 18 Yes Unique identifier of the change request.
CHANGE_REQUEST_NUMBER VARCHAR2 100 Yes User-defined number that uniquely identifies the change request.
OWNER_PERSON_ID NUMBER 18 Yes Identifier of the owner of the change request.
PRIORITY_CODE VARCHAR2 30 Yes Priority of the change request. (Lookup Type: PJE_CHANGE_PRIORITY)
STATUS_CODE VARCHAR2 30 Yes Status of the change request.
CREATED_BY_PERSON_ID NUMBER 18 Yes Identifier of the person who created the change request.
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.
REASON_CODE VARCHAR2 30 Reason for the change request. (Lookup Type: ORA_PJE_CR_REASON)
PROJECT_ID NUMBER 18 Identifier of the project the change request is associated to.
CANCELLATION_TYPE_CODE VARCHAR2 30 Cancellation type for a canceled change request. (Lookup Type: ORA_PJE_CR_CANCEL_TYPE)
REJECTION_TYPE_CODE VARCHAR2 30 Rejection type for a rejected change request. (Lookup Type: ORA_PJE_CR_REJECT_TYPE)
APPROVER_PERSON_ID NUMBER 18 Identifier of the person who approved, rejected, or canceled the change request.
APPROVAL_DATE DATE Date when the change request was approved, rejected, or canceled.

Indexes

Index Uniqueness Tablespace Columns
PJE_CHANGE_REQUESTS_B_N1 Non Unique FUSION_TS_TX_IDX PROJECT_ID, STATUS_CODE
PJE_CHANGE_REQUESTS_B_U1 Unique FUSION_TS_TX_IDX CHANGE_REQUEST_ID
PJE_CHANGE_REQUESTS_B_U2 Unique FUSION_TS_TX_IDX CHANGE_REQUEST_NUMBER