WSH_DEL_DETAILS_HOLD_INTERFACE

Interface table to save the Hold records per Shipment Line from Shipment Request

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

WSH_DD_HOLD_INTERFACE_PK

DEL_DETAIL_HOLD_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
DEL_DETAIL_HOLD_INTERFACE_ID NUMBER 18 Yes Primary Key, System generated sequence number
LOAD_REQUEST_ID NUMBER 18 Used by Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.
TRANSACTION_ID NUMBER 18 Yes Transaction ID of Shipment Request
DELIVERY_DETAIL_INTERFACE_ID NUMBER 18 Delivery Detail Interface ID which the hold interface belongs to
SOURCE_SYSTEM_ID NUMBER 18 Source system identifier where the shipment request is from (outsourcer)
SOURCE_HEADER_NUMBER VARCHAR2 150 Order Header Number from the Source System
SOURCE_LINE_NUMBER VARCHAR2 150 Order Line Number from the Source System
SOURCE_SHIPMENT_NUMBER VARCHAR2 150 Order Shipment Number from the Source System
SOURCE_SHIPMENT_ID NUMBER 18 Order Shipment ID from the Source System
HOLD_ACTION_CODE VARCHAR2 30 Hold Action (APPLY_HOLD, RELEASE_HOLD)
HOLD_ID NUMBER 18 This identifies the hold being processed.
HOLD_REASON_CODE VARCHAR2 100 This is the code for hold reason.
HOLD_REASON VARCHAR2 2000 This is the description for the hold.
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.
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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
WSH_DD_HOLD_INTERFACE_N1 Non Unique Default TRANSACTION_ID
WSH_DD_HOLD_INTERFACE_N2 Non Unique Default DELIVERY_DETAIL_INTERFACE_ID
WSH_DD_HOLD_INTERFACE_U1 Unique Default DEL_DETAIL_HOLD_INTERFACE_ID