PJE_CHANGE_PARTICIPANTS_B

This table stores change participants.

Details

  • Schema: FUSION

  • Object owner: PJE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJE_CHANGE_PARTICIPANTS_B_PK

PARTICIPANT_ID

Columns

Name Datatype Length Precision Not-null Comments
PARTICIPANT_ID NUMBER 18 Yes Participant Identifier
RESOURCE_ID NUMBER 18 Yes Resource Identifier of the Participant from Resources table
CHANGE_DOCUMENT_ID NUMBER 18 Change Document Identifier
ASSESSMENT_FLAG VARCHAR2 2 Yes Flag to indicate whether the participant has Assessor role or not
ASSESSMENT_STATUS VARCHAR2 30 Assessment status of the Impact (Lookup Type: PJE_PARTICIPANT_ACTION_STATUS )
REVIEW_FLAG VARCHAR2 2 Yes Flag to indicate whether the participant has Reviewer role or not
REVIEW_STATUS VARCHAR2 30 Review status of the Impact (Lookup Type: PJE_PARTICIPANT_ACTION_STATUS )
APPROVE_FLAG VARCHAR2 2 Yes Flag to indicate whether the participant has Approve role or not
APPROVE_STATUS VARCHAR2 30 Approve status of the Impact (Lookup Type: PJE_PARTICIPANT_ACTION_STATUS )
IMPLEMENTATION_FLAG VARCHAR2 2 Yes Flag to indicate whether the participant has Implementer role or not
IMPLEMENTATION_STATUS VARCHAR2 30 Implementation status of the Impact (Lookup Type: PJE_PARTICIPANT_ACTION_STATUS )
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.
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.
REJECT_TYPE VARCHAR2 30 Reject type for the Change Document
REJECT_DATE DATE Reject date for change order

Foreign Keys

Table Foreign Table Foreign Key Column
PJE_CHANGE_PARTICIPANTS_B pje_change_document_b CHANGE_DOCUMENT_ID
pje_change_participants_tl pje_change_participants_b PARTICIPANT_ID

Indexes

Index Uniqueness Tablespace Columns
PJE_CHANGE_PARTICIPANTS_B_U1 Unique FUSION_TS_TX_IDX PARTICIPANT_ID