PSC_TS_PROCESS_GEN_XREF

This table will be used to store Cross reference keys for Gen3 OPA Process Instances.

Details

  • Schema: FUSION

  • Object owner: PSC_TS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_TS_PROCESS_GEN_XREF_PK

PSC_XREF_KEY

Columns

Name Datatype Length Precision Not-null Comments
PSC_XREF_KEY NUMBER 18 Yes Auto Generated Key
OPA_PROCESS_TYPE VARCHAR2 100 Yes OPA/ OIC Process ype either structured or dynamic process type.
OPA_PROCESS_ID VARCHAR2 100 OPA Process Id
OPA_GEN_VERSION VARCHAR2 10 Yes OPA Gen Version
OPA_APPLICATION_ID VARCHAR2 100 OPA APplication Id
OPA_APPLICATION_NAME VARCHAR2 200 OPA Application Name
OPA_APPLICATION_VERSION VARCHAR2 50 OPA Application Version
OPA_PRCS_DEFN_ID VARCHAR2 100 OPA Process Defintion Id
OPA_PRCS_DEFN_KEY VARCHAR2 1000 OPA Process Defintion Key
OPA_PRCS_DEFN_NAME VARCHAR2 200 OPA Process Defintion Name
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.

Indexes

Index Uniqueness Tablespace Columns
PSC_TS_PROCESS_GEN_XREF_PK Unique Default PSC_XREF_KEY