DOO_SOURCE_ORDERS

Stores the inbound source sales order(in XML) coming from order capture system prior to being decomposed within the distributed order orchestration.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_SOURCE_ORDERS_PK

SOURCE_ORDER_ID, SOURCE_ORDER_SYSTEM, SOURCE_REVISION_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_ORDER_ID VARCHAR2 50 Yes Unique identifier of the source order from order capture
SOURCE_ORDER_SYSTEM VARCHAR2 50 Yes Reference to the order capture system that the source order came from.
SOURCE_ORDER XMLTYPE Yes XML message of the Sales Order that is received by DOO
SOURCE_REVISION_NUMBER NUMBER 18 Yes Reference to the revision number of the source order from order capture.
SUBMIT_STATUS_CODE VARCHAR2 30 Status to track the progress of the Source Sales Order
HEADER_ID NUMBER 18 Reference to the unique identifier for the orchestration order
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_SOURCE_ORDERS doo_headers_all HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_SOURCE_ORDERS_FK1 Non Unique Default HEADER_ID
DOO_SOURCE_ORDERS_PK Unique Default SOURCE_ORDER_ID, SOURCE_ORDER_SYSTEM, SOURCE_REVISION_NUMBER