CSE_OM_ORDERS_INT

The interface entity that holds pending orders that are to be interfaced to Installed Base.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CSE_OM_ORDERS_INT_PK

INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes Interface Row Identifier. The primary key column of this table.
INTERFACE_STATUS_CODE VARCHAR2 30 The status of the interface row. The processor heavily relies on this column to persist interim status of the row upon processing data in bulk.
TRANSACTION_DATE TIMESTAMP Yes The datetime when the transaction is recorded in the interface table. Will be used for sequencing the pending transactions for reprocessing.
ORCHESTRATION_GROUP_ID NUMBER 18 The orchestration group identifier. The grouping by which the fulfillment set progresses.
PROCESS_INSTANCE_ID NUMBER 18 The orchestration process instance identifier.
HEADER_ID NUMBER 18 Yes The sales order header identifier.
SOURCE_ORDER_NUMBER VARCHAR2 50 The source order number captured from the order capture system.
ERROR_TEXT VARCHAR2 2000 Error text captured from the processing of this order to Installed Base.
TRANSACTION_TYPE_CODE VARCHAR2 30 The transaction type that is interfacing to installed base.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CSE_OM_ORDERS_INT_U01 Unique Default INTERFACE_ROW_ID