DOO_PROCESS_BPEL_INSTANCES

This is a table for storing Bpel Instances for a Process.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_PROCESS_BPEL_INST_PK

PROCESS_BPEL_INSTANCE_SEQ_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_BPEL_INSTANCE_SEQ_ID NUMBER 18 Yes Unique identifier of the BPEL Instance
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_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier of an orchestration process instance
INITIATED_GROUP_ID NUMBER 18 Yes Reference to the unique identifier of the group that is initiated for the process
ACTIVE_GROUP_ID NUMBER 18 Yes Reference to the unique identifier of the active group
BPEL_INSTANCE_ID NUMBER 18 Yes Unique identifier of the BPEL instance
PARENT_BPEL_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier of the parent BPEL process
PROCESS_STATE VARCHAR2 30 Yes State of the BPEL process instance
PROCESS_MODE VARCHAR2 30 Yes Stores the mode of processing like Change, Split..etc
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
ACTIVE_PARALLEL_GROUP_ID NUMBER 18 Reference to the unique identifier of the active parallel group
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_PROCESS_BPEL_INSTANCES doo_process_instances PROCESS_INSTANCE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_PROCESS_BPEL_INSTANCES_N1 Non Unique Default PROCESS_INSTANCE_ID
DOO_PROCESS_BPEL_INST_U1 Unique Default PROCESS_BPEL_INSTANCE_SEQ_ID