CST_DOO_MAP_SERVICE_ERRORS

This table stores all the error details returned by the DOO shipment revenue mapping service.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_DOO_MAP_SERVICE_ERROR_PK

REQUEST_ID, DOO_FULLFILL_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
DOO_FULLFILL_LINE_ID VARCHAR2 20 Yes Fullfillment line identifier returned by the shipment revenue mapping service.
OPEN_REMNANT_MODEL_LINE_FLAG VARCHAR2 1 Indicates whether the shipment revenue mapping service returned an error because the fullfill line was associated with a remnant model that is not closed yet.
ERROR_MESSAGE_CODE VARCHAR2 20 Indicates the error message code returned by shipment revenue mapping api or webservice.
ERROR_MESSAGE_TEXT VARCHAR2 20 Indicates the error message text returned by shipment revenue mapping api or webservice.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes 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 Yes 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 Status
CST_DOO_MAP_SERVICE_ERRORS_PK Unique Default DOO_FULLFILL_LINE_ID, REQUEST_ID Obsolete
CST_DOO_MAP_SERVICE_ERRORS_U1 Unique Default REQUEST_ID, DOO_FULLFILL_LINE_ID