WSH_EXCEPTIONS_PURGE_BKP

WSH_EXCEPTIONS_PURGE_BKP stores backup data of WSH_EXCEPTIONS when the scheduled process job Purge Shipping Exceptions is executed to delete them.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

WSH_EXCEPTIONS_PURGE_BKP_PK

EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
EXCEPTION_ID NUMBER 18 Yes Primary key of the shipping exception.
PURGE_EXECUTION_ID NUMBER 18 Yes Execution ID is the Ess process Id
PURGE_EXECUTION_DATE TIMESTAMP Yes Execution Date is the date of backup
LPN_ID NUMBER 18 LPN Id for exceptions logged against containers
LOGGING_ENTITY VARCHAR2 30 Yes The party which logs this exception
LOGGING_ENTITY_ID VARCHAR2 64 Yes The id of the person who logs the exception
EXCEPTION_NAME VARCHAR2 50 Name of the shipping exception definition.
MESSAGE VARCHAR2 2000 Yes Message associated with the exception
SEVERITY VARCHAR2 10 Exception Severity if different than default
MANUALLY_LOGGED VARCHAR2 1 Yes This flag determines whether the user or the system logged the shipping exception. Values allowed are Y and N.
STATUS VARCHAR2 30 Yes The status of the shipping exception.
DELIVERY_ID NUMBER 18 The delivery id associated with the exception
DELIVERY_DETAIL_ID NUMBER 18 The delivery detail id associated with the exception
ERROR_MESSAGE VARCHAR2 500 Error message field will be populated if an error is encountered while processing the Exception
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 Foreign key to WSH_PICKING_BATCHES
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.
EXCEPTION_CODE VARCHAR2 150 Column value is used to identify the hold exceptions that are received from outsourcer/ DOO systems.

Foreign Keys

Table Foreign Table Foreign Key Column
WSH_EXCEPTIONS_PURGE_BKP wsh_new_deliveries DELIVERY_ID
WSH_EXCEPTIONS_PURGE_BKP wsh_delivery_details DELIVERY_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
WSH_EXCEPTIONS_PURGE_BKP_N1 Non Unique FUSION_TS_TX_IDX EXCEPTION_NAME
WSH_EXCEPTIONS_PURGE_BKP_N2 Non Unique FUSION_TS_TX_IDX DELIVERY_DETAIL_ID
WSH_EXCEPTIONS_PURGE_BKP_N3 Non Unique FUSION_TS_TX_IDX LPN_ID
WSH_EXCEPTIONS_PURGE_BKP_N4 Non Unique FUSION_TS_TX_IDX CREATION_DATE
WSH_EXCEPTIONS_PURGE_BKP_N5 Non Unique FUSION_TS_TX_IDX DELIVERY_ID
WSH_EXCEPTIONS_PURGE_BKP_U1 Unique FUSION_TS_TX_IDX EXCEPTION_ID