DOO_HOLD_INSTANCES

This transaction table stores the hold instances applied to the DOO Orders, DOO Lines or Fulfillment Lines.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_HOLD_INSTANCES_PK

HOLD_INSTANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
HOLD_INSTANCE_ID NUMBER 18 Yes Unique identifier of the hold instance.
ORCHESTRATION_APPLICATION_ID NUMBER 18 Orchestration Application Identifier that owns the transaction to which Holds belong to.
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_HEADER_ID NUMBER 18 Unique identifier for a record in the owner table when attached to the other DOO entities
DOO_LINE_ID NUMBER 18 Identifier of the orchestration order line that the hold applied to.
FULFILL_LINE_ID NUMBER 18 Reference to the unique identifier of a fulfillment line
SOURCE_REQUEST_ID VARCHAR2 50 The request identifier from the source system
SOURCE_ORDER_SYSTEM VARCHAR2 50 Reference to the order capture system that the source order came from.
SOURCE_ORDER_ID VARCHAR2 50 Order identifier in the source system
SOURCE_ORDER_REVISION VARCHAR2 50 Order revision in the source system
SOURCE_LINE_ID VARCHAR2 50 Line identifier in the source system
HOLD_CODE_ID NUMBER 18 Yes Reference to the unique identifier for hold codes
APPLY_SYSTEM VARCHAR2 30 Yes The system that requested to apply this hold instance.
APPLY_USER_ID VARCHAR2 64 The user identifier that requested to apply this hold instance. This is only applicable when the apply system is DOO workbench.
APPLY_DATE DATE Yes Date hold was placed.
RELEASE_USER_ID VARCHAR2 64 The user identifier that requested to release this hold instance.
RELEASE_DATE DATE The date when the hold is released.
ACTIVE_FLAG VARCHAR2 1 Yes Identifies whether a hold is active on a transaction.
PENDING_FLAG VARCHAR2 1 Specifies whether a hold is pending.
DELETED_FLAG VARCHAR2 1 The date when a hold was deleted.
HOLD_RUNNING_TASK_FLAG VARCHAR2 1 Yes Specifies whether the in-process tasks will be held. Check box value.
HOLD_COMMENTS VARCHAR2 240 Comments the user who is initiating the hold adds to the hold.
HOLD_RELEASE_REASON_CODE VARCHAR2 30 Reason for releasing the hold.
HOLD_RELEASE_COMMENTS VARCHAR2 240 Comments added by user while releasing a hold.
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.
TRANSACTION_ENTITY_ID1 NUMBER 18 Identifier of the Transaction Entity that has a Hold Applied.
TRANSACTION_ENTITY_NAME1 VARCHAR2 30 Entity name corresponding to Transaction Entity Id1.
TRANSACTION_ENTITY_ID2 NUMBER 18 Identifier of the Transaction Entity that has a Hold Applied.
TRANSACTION_ENTITY_NAME2 VARCHAR2 30 Entity name corresponding to Transaction Entity Id2.
TRANSACTION_ENTITY_ID3 NUMBER 18 Identifier of the Transaction Entity that has a Hold Applied.
TRANSACTION_ENTITY_NAME3 VARCHAR2 30 Entity name corresponding to Transaction Entity Id3.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_HOLD_INSTANCES doo_hold_codes_b HOLD_CODE_ID
DOO_HOLD_INSTANCES doo_headers_all DOO_HEADER_ID
DOO_HOLD_INSTANCES doo_lines_all DOO_LINE_ID
DOO_HOLD_INSTANCES doo_fulfill_lines_all FULFILL_LINE_ID
doo_hold_step_instances doo_hold_instances HOLD_INSTANCE_ID
doo_hold_task_instances doo_hold_instances HOLD_INSTANCE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_HOLD_INSTANCES_FK1 Non Unique Default FULFILL_LINE_ID
DOO_HOLD_INSTANCES_FK2 Non Unique Default HOLD_CODE_ID
DOO_HOLD_INSTANCES_FK3 Non Unique Default DOO_HEADER_ID
DOO_HOLD_INSTANCES_FK4 Non Unique Default DOO_LINE_ID
DOO_HOLD_INSTANCES_N1 Non Unique Default SOURCE_LINE_ID, SOURCE_ORDER_ID, SOURCE_ORDER_REVISION, SOURCE_ORDER_SYSTEM
DOO_HOLD_INSTANCES_N2 Non Unique Default ACTIVE_FLAG, TRANSACTION_ENTITY_NAME1, ORCHESTRATION_APPLICATION_ID, TRANSACTION_ENTITY_ID1, HOLD_CODE_ID
DOO_HOLD_INSTANCES_N3 Non Unique Default LAST_UPDATE_DATE
DOO_HOLD_INSTANCES_N4 Non Unique Default TRANSACTION_ENTITY_ID1, TRANSACTION_ENTITY_NAME1, ORCHESTRATION_APPLICATION_ID
DOO_HOLD_INSTANCES_PK Unique Default HOLD_INSTANCE_ID