DOO_PROCESS_STEP_INSTANCES

Run time version of process step definition

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_PROCESS_STEP_INSTANCES_PK

STEP_INSTANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
STEP_INSTANCE_ID NUMBER 18 Yes Unique identifier of the orchestration process step instance.
STEP_ID NUMBER 18 Yes Reference to the unique Identifier of the step
DOO_PROCESS_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier of an orchestration process instance
TASK_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier for the task instance
GROUP_ID NUMBER 18 Yes Reference to the unique identifier of the fulfillment group associated with a given fulfillment line
SUB_PROCESS_INSTANCE_ID NUMBER 18 Instance identifier for the sub process launched from this abstract process.
PARENT_PROCESS_INSTANCE_ID NUMBER 18 Parent process identifier to which this instance is a subprocess
ROOT_PROCESS_INSTANCE_ID NUMBER 18 Root parent process identifier to which this instance is a subprocess.
PLANNED_START_DATE DATE The date a step is intended to begin.
PLANNED_COMPLETION_DATE DATE Planned Completion date of the orchestration process step.
SCHEDULED_START_DATE DATE The date when a step is scheduled to begin.
SCHEDULED_COMPLETION_DATE DATE The scheduled date of completion of a step.
ACTUAL_START_DATE DATE The date that work commenced on a step.
ACTUAL_COMPLETION_DATE DATE The date when step is completed.
REQUIRED_START_DATE DATE The date when a step is required to begin.
REQUIRED_COMPLETION_DATE DATE Date when a orchestration step is required to be completed by, in order to meet the promised date of the order.
STEP_ACTIVE VARCHAR2 30 Indicates whether step is active or not
STEP_STATUS VARCHAR2 30 State or condition of a step.
REFERENCE_STEP_INSTANCE_ID NUMBER 18 Used by change processing framework for storing the previous step instance.
EVENT_CONSUMED_FLAG VARCHAR2 1 This is to mark if a step instance had its expected event happened and consumed already. Values: T/F.
TRIGGERING_EVENT VARCHAR2 400 This stores the expected triggering event (type) of a step at runtime.
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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
ORCHESTRATION_APP_ATTRIBUTE1 NUMBER 18 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE2 NUMBER 18 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE3 VARCHAR2 256 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE4 VARCHAR2 256 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE5 VARCHAR2 256 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE6 VARCHAR2 256 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE7 VARCHAR2 256 This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE8 DATE This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE9 DATE This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE10 DATE This is the Custom columns to store product specific information.
ORCHESTRATION_APP_ATTRIBUTE11 DATE This is the Custom columns to store product specific information.
START_AFTER_COND_WAIT_DATETIME TIMESTAMP Stores a timestamp value which governs the Wait caused by start after condition rule for this step
START_AFTER_COND_TYPE VARCHAR2 30 Stores the value of Start After Condition type from the evaluation result of start after condition rule. The value is either WAIT_UNTIL or EVENT
START_AFTER_COND_EVENT_NAME VARCHAR2 1000 Store Start After Condition event name such as ESS or TL_EVENT or other user-defined values. This can be used for reminding the product/user on how to terminate the Start After Condition wait
START_AFTER_COND_REEVAL_FLAG VARCHAR2 1 Store Start After Condition ReevaluateFlag: Y or N. Default Value: N
START_AFTER_COND_RETRY_COUNT NUMBER 9 Number of times the orchestration process reevaulated the start-after condition of this pause step.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_PROCESS_STEP_INSTANCES doo_process_steps_b STEP_ID
DOO_PROCESS_STEP_INSTANCES doo_task_instances TASK_INSTANCE_ID
DOO_PROCESS_STEP_INSTANCES doo_process_instances DOO_PROCESS_INSTANCE_ID
doo_hold_step_instances doo_process_step_instances STEP_INSTANCE_ID
doo_order_states doo_process_step_instances STEP_INSTANCE_ID
doo_step_instance_details doo_process_step_instances STEP_INSTANCE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_PROC_STEP_INSTANCES_FK1 Non Unique Default DOO_PROCESS_INSTANCE_ID
DOO_PROC_STEP_INSTANCES_FK2 Non Unique Default TASK_INSTANCE_ID
DOO_PROC_STEP_INSTANCES_FK3 Non Unique Default STEP_ID
DOO_PROC_STEP_INSTANCES_N1 Non Unique Default GROUP_ID, STEP_ACTIVE
DOO_PROC_STEP_INSTANCES_N2 Non Unique Default START_AFTER_COND_EVENT_NAME
DOO_PROC_STEP_INSTANCES_PK Unique Default STEP_INSTANCE_ID