DOO_ORDER_IMPORT_BATCHES

This import table contains details of batch wise orders to process.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
ESS_JOB_ID NUMBER 18 Yes Id of the high volumne sales order import ESS job
START_SOURCE_TRANSACTION_ID VARCHAR2 50 Yes First source transaction of the batch of lines
END_SOURCE_TRANSACTION_ID VARCHAR2 50 Yes Last source transaction id of the batch of lines
NUM_LINES_IN_BATCH NUMBER 9 Yes Number of lines in the iteration
JOB_NUMBER NUMBER 9 Yes Number of a child job
ITERATION_NUMBER NUMBER 9 Yes Number of an iteration for a particular child job
STATUS_CODE VARCHAR2 30 Yes Status of the iteration, along the lines of 'IMPORTING', 'IMPORTED_TO_TX', 'JAVA_PROCESSING', 'IMPORTED'
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.
BATCH_ID NUMBER 18 Id of the current batch.
PROCESSED_DATE TIMESTAMP Date when the application processed the batch.
CREATED_BY_MODULE VARCHAR2 50 Module that created the row for the batch.

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_IMPORT_BATCHES_N1 Non Unique Default BATCH_ID
DOO_ORDER_IMPORT_BATCHES_PK Unique Default ESS_JOB_ID, JOB_NUMBER, ITERATION_NUMBER