PSC_COM_DPWRKFLW_XREF

Stores the cross reference between dynamic processes and transactions.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_DPWRKFLW_XREF_PK

WF_XREF_KEY

Columns

Name Datatype Length Precision Not-null Comments
WF_XREF_KEY NUMBER 18 Yes Unique identifier for the cross reference row.
TRX_TYPE VARCHAR2 15 Yes Indicates the type of the transaction.
TRX_KEY NUMBER 18 Yes Indicates the unique identifier of the transaction.
PROCESS_INST_ID VARCHAR2 500 This column is to indicate workflow process instance id of the dynamic process.
PROCESS_DEF_ID VARCHAR2 500 Yes This column is to indicate process definition id of dynamic process.
GLOBAL_TASK_ID VARCHAR2 500 Yes This column is to indicate workflow global task id of dynamic process.
PROCESS_DEF_KEY VARCHAR2 300 Yes This column is to indicate process definition key of dynamic process.
PRCS_CATEGORY VARCHAR2 1000 Yes This column is to indicate process definition category of dynamic process.
STATUS VARCHAR2 15 Yes Indicates the status of the cross reference row.
SPACE_NAME VARCHAR2 1000 This column is to indicate space name of dynamic process.
PROJECT_ID VARCHAR2 500 This column is to indicate project id of dynamic process.
PROCESS_VERSION VARCHAR2 50 This column is to indicate process version of dynamic process.
PRCS_INCONSISTENT VARCHAR2 10 The column identifies an inconsistent process resulting from mistamtch between OIC and PSCR system.
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.
PROCESS_GRP_ID VARCHAR2 50 This column is to indicate process group identifier.
AGENCY_ID NUMBER 8 This column is used to indicate agency id
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.

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_DPWRKFLW_XREF_N1 Non Unique Default TRX_TYPE, TRX_KEY
PSC_COM_DPWRKFLW_XREF_N2 Non Unique Default PROCESS_INST_ID
PSC_COM_DPWRKFLW_XREF_N3 Non Unique Default PRCS_CATEGORY
PSC_COM_DPWRKFLW_XREF_PK Unique Default WF_XREF_KEY