DOO_ORCHESTRATION_GROUPS

This table stroes the information about Orchestration Groups

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORCHESTRATION_GROUPS_PK

GROUP_SEQ_ID

Columns

Name Datatype Length Precision Not-null Comments
GROUP_SEQ_ID NUMBER 18 Yes Used to generate a unique key. It is not used functionally, only for table creation standards.
ORCHESTRATION_APPLICATION_ID NUMBER 18 Reference to the unique identifier of the orchestration application
TRANSACTION_DATE TIMESTAMP Date of the Transaction Entity
TRANSACTION_ENTITY_ID NUMBER 18 Unique ID of the related Application Entity
TRANSACTION_ENTITY_NAME VARCHAR2 30 Type of the Application Entity
ENTITY_HEADER_ID NUMBER 18 Header Id of the related Application Entity
RELATED_TRANSACTION_ENTITY_ID NUMBER 18 Unique ID of the related Application Entity
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.
DOO_PROCESS_VERSION NUMBER 18 Version of the orchestration process.
GROUP_ID NUMBER 18 Yes Reference to the unique identifier of the fulfillment group associated with a given fulfillment line
PARENT_GROUP_ID NUMBER 18 Reference to the unique identifier of the parent group if it exists
LINE_ID NUMBER 18 Reference to the unique identifier for the orchestration order line
FULFILLMENT_LINE_ID NUMBER 18 Reference to the unique identifier of a fulfillment line
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
STATUS VARCHAR2 30 Status of the group - e.g., active or inactive
DOO_PROCESS_INSTANCE_ID NUMBER 18 Reference to the unique identifier of an orchestration process instance
LOCKED_BY_TRX_REFERENCE NUMBER 18 This column records who is locking the group
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
DOO_PROCESS_ID NUMBER 18 Reference to the unique identifier of an orchestration process
ROOT_PARENT_GROUP_ID NUMBER 18 Reference to the unique identifier of the root node of a group hierarchy.
HEADER_ID NUMBER 18 Reference to the unique identifier for the orchestration order
GROUP_SET_NAME VARCHAR2 80 Used by change management to determine if the group of lines is created for a shipment set or model.
GROUP_SET_TYPE VARCHAR2 30 Describes the type of set associated to the orchestration group (e.g. "ship").
SPLIT_GROUP_FROM_ID NUMBER 18 Reference to unique identifier for the group from which this group was split
GROUP_CREATED_BY VARCHAR2 30 Indicates who created the group
DELTA_TYPE NUMBER 18 Type of change being processed
REFERENCE_GROUP_ID NUMBER 18 Used by change processing framework for storing previous group.
IS_GROUP_EDITABLE VARCHAR2 1 Identifies whether group can be edited (background processing only)
SPLIT_FROM_STEP_INSTANCE_ID NUMBER 18 Stores the split from step instance
SPLIT_FROM_STEP_STATUS NUMBER 18 Stores the Split from Step status for the group as a bit map. eg. Step could be Complete
REMOVED_FROM_GROUP_ID NUMBER 18 Column to identify the group of the Fulfillment Line from which the current group has been removed as part of the remove action on shipset.
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.
BATCH_ID NUMBER 18 Reference to the unique identifier of the batch of lines under a given process instance.
CHANGE_REF_ENTITY_HEADER_ID NUMBER 18 Reference to change draft order header identifier, that initiated the change.
ACTION_REQUEST_TRACKING_ID NUMBER 18 Reserved for future use, Reference to change workbench action request tracking identifier, that initiated the change.
ACTION_REQUEST_ID NUMBER 18 Reference to workbench change action request identifier.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ORCHESTRATION_GROUPS doo_headers_all HEADER_ID
DOO_ORCHESTRATION_GROUPS doo_lines_all LINE_ID
DOO_ORCHESTRATION_GROUPS doo_fulfill_lines_all FULFILLMENT_LINE_ID
DOO_ORCHESTRATION_GROUPS doo_process_instances DOO_PROCESS_INSTANCE_ID
DOO_ORCHESTRATION_GROUPS doo_process_definitions_b DOO_PROCESS_ID
DOO_ORCHESTRATION_GROUPS doo_orchestration_applications ORCHESTRATION_APPLICATION_ID
doo_orchestration_trx_details doo_orchestration_groups GROUP_SEQ_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORCHESTRATION_GROUPS_FK1 Non Unique Default PARENT_GROUP_ID
DOO_ORCHESTRATION_GROUPS_FK2 Non Unique Default DOO_PROCESS_INSTANCE_ID
DOO_ORCHESTRATION_GROUPS_FK3 Non Unique Default HEADER_ID
DOO_ORCHESTRATION_GROUPS_FK4 Non Unique Default LINE_ID
DOO_ORCHESTRATION_GROUPS_FK5 Non Unique Default FULFILLMENT_LINE_ID
DOO_ORCHESTRATION_GROUPS_N1 Non Unique Default GROUP_ID
DOO_ORCHESTRATION_GROUPS_N10 Non Unique Default LOCKED_BY_TRX_REFERENCE, STATUS
DOO_ORCHESTRATION_GROUPS_N2 Non Unique Default ROOT_PARENT_GROUP_ID
DOO_ORCHESTRATION_GROUPS_N3 Non Unique Default LAST_UPDATE_DATE
DOO_ORCHESTRATION_GROUPS_N4 Non Unique Default STATUS
DOO_ORCHESTRATION_GROUPS_N5 Non Unique Default ORCHESTRATION_APPLICATION_ID, TRANSACTION_ENTITY_NAME, TRANSACTION_ENTITY_ID, BATCH_ID
DOO_ORCHESTRATION_GROUPS_N6 Non Unique Default ENTITY_HEADER_ID, ORCHESTRATION_APPLICATION_ID
DOO_ORCHESTRATION_GROUPS_N7 Non Unique Default SPLIT_GROUP_FROM_ID
DOO_ORCHESTRATION_GROUPS_N8 Non Unique Default CHANGE_REF_ENTITY_HEADER_ID
DOO_ORCHESTRATION_GROUPS_N9 Non Unique Default ACTION_REQUEST_TRACKING_ID
DOO_ORCHESTRATION_GROUPS_PK Unique Default GROUP_SEQ_ID