DOO_ORDER_EXTERNAL_DETAILS

Table for storing Revenue interface information for each Fulfillment Line.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORDER_EXT_DETAILS_PK

ORDER_EXT_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ORDER_EXT_DETAIL_ID NUMBER 18 Yes Value that uniquely identifies the DOO_ORDER_EXTERNAL_DETAILS interface table.
HEADER_ID NUMBER 18 Reference to the unique identifier for the orchestration order.
FULFILL_LINE_ID NUMBER 18 Value that uniquely identifies the fulfillment line.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
EXTERNAL_VERSION_NUMBER NUMBER 18 Version number of the extraction to the interface table.
INTERFACED_ORDER_REVISION NUMBER 18 Version number of the sales order extracted to the interface table.
TARGET_APP VARCHAR2 30 Yes Type of system that we're interfacing.
EXTRACTION_STATUS VARCHAR2 30 Yes Status of the fulfillment line that we're interfacing.
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.
CHARGE_DEFINITION_CODE VARCHAR2 30 Abbreviation that identifies a charge definition. A charge definition is the combination of a price type, charge type, and charge subtype.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ORDER_EXTERNAL_DETAILS doo_fulfill_lines_all FULFILL_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_EXT_DETAILS_N1 Non Unique Default FULFILL_LINE_ID, TARGET_APP
DOO_ORDER_EXT_DETAILS_N2 Non Unique Default ORG_ID
DOO_ORDER_EXT_DETAILS_N3 Non Unique Default HEADER_ID
DOO_ORDER_EXT_DETAILS_U1 Unique Default ORDER_EXT_DETAIL_ID