Search Results wsh_del_assgn_interface
Overview
The WSH_DEL_ASSGN_INTERFACE table is a core interface table within the Oracle E-Business Suite Shipping Execution (WSH) module for versions 12.1.1 and 12.2.2. It functions as a staging area for data related to the assignment of delivery details to parent deliveries. This table is integral to the inbound interface process, where external systems or internal custom programs populate it with data that the concurrent "Trip/Delivery Interface" program then processes to create or update delivery assignments within the main transactional tables of the Shipping Execution module. Its role is to ensure data integrity and validation before permanent transaction records are created.
Key Information Stored
The table's primary purpose is to hold assignment relationships between delivery details and deliveries during the interface process. Its primary key is DEL_ASSGN_INTERFACE_ID, which uniquely identifies each interface record. The most critical columns are the foreign key references that define these relationships. These include DELIVERY_DETAIL_INTERFACE_ID, linking to the WSH_DEL_DETAILS_INTERFACE table, and PARENT_DELIVERY_INTERFACE_ID, linking to the WSH_NEW_DEL_INTERFACE table for new interface data. Furthermore, it contains PARENT_DELIVERY_DETAIL_ID and PARENT_DELIVERY_ID, which can reference the main transactional tables WSH_DELIVERY_DETAILS and WSH_NEW_DELIVERIES, respectively, for assignments to existing deliveries.
Common Use Cases and Queries
The primary use case is the integration of delivery assignment data from external Warehouse Management Systems (WMS), third-party logistics (3PL) systems, or custom order management extensions. A typical process involves inserting records into this interface table and then submitting the standard "Trip/Delivery Interface" concurrent request. Common diagnostic queries include checking for unprocessed or errored records. For example, to identify pending interface records for a specific delivery detail, one might use:
- SELECT * FROM WSH.WSH_DEL_ASSGN_INTERFACE WHERE DELIVERY_DETAIL_INTERFACE_ID = <ID> AND PROCESS_STATUS IS NULL;
Reporting often involves joining to the related interface tables to see the full context of what is staged for assignment before processing.
Related Objects
WSH_DEL_ASSGN_INTERFACE has direct dependencies on several key Shipping Execution tables, as defined by its foreign keys. It is a child table to both WSH_NEW_DEL_INTERFACE (for new delivery headers) and WSH_DEL_DETAILS_INTERFACE (for new delivery lines) within the interface schema. Crucially, it also maintains relationships to the main transactional entities: WSH_NEW_DELIVERIES (delivery headers) and WSH_DELIVERY_DETAILS (delivery lines). The table is central to the interface workflow and is primarily accessed via the standard "Trip/Delivery Interface" concurrent program, which validates its data and moves it into the transactional base tables.
-
Table: WSH_DEL_ASSGN_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignment Interface Table , implementation_dba_data: WSH.WSH_DEL_ASSGN_INTERFACE ,
-
Table: WSH_DEL_ASSGN_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignment Interface Table , implementation_dba_data: WSH.WSH_DEL_ASSGN_INTERFACE ,
-
APPS.WSH_SHIPMENT_REQUEST_PUB dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_SHIPMENT_ADVICE_PUB dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.2.2
-
APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.MST_RELEASE dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_DEL_ASSGN_INTERFACE
12.1.1
-
APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.1.1
-
APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_DEL_DETAILS_INTERFACE
12.1.1
-
VIEW: WSH.WSH_DEL_ASSGN_INTERFACE#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_DEL_ASSGN_INTERFACE#, status:VALID,
-
APPS.WSH_SHIPMENT_REQUEST_PUB dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
SYNONYM: APPS.WSH_DEL_ASSGN_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID,
-
SYNONYM: APPS.WSH_DEL_ASSGN_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID,
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DEL_LEGS_INTERFACE
12.1.1
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DEL_LEGS_INTERFACE
12.2.2
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIP_STOPS_INTERFACE
12.1.1
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIP_STOPS_INTERFACE
12.2.2
-
APPS.WSH_SHIPMENT_REQUEST_PUB dependencies on WSH_INTERFACE_ERRORS
12.2.2
-
VIEW: WSH.WSH_DEL_ASSGN_INTERFACE#
12.2.2
-
APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.1.1
-
Table: WSH_DEL_DETAILS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_DETAILS_INTERFACE, object_name:WSH_DEL_DETAILS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Detail interface Table , implementation_dba_data: WSH.WSH_DEL_DETAILS_INTERFACE ,
-
APPS.WSH_SHIPMENT_REQUEST_PUB SQL Statements
12.2.2
-
Table: WSH_DEL_DETAILS_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_DETAILS_INTERFACE, object_name:WSH_DEL_DETAILS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Detail interface Table , implementation_dba_data: WSH.WSH_DEL_DETAILS_INTERFACE ,
-
Table: WSH_NEW_DEL_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DEL_INTERFACE, object_name:WSH_NEW_DEL_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Deliveries Interface Table , implementation_dba_data: WSH.WSH_NEW_DEL_INTERFACE ,
-
APPS.MST_RELEASE dependencies on MST_PO_LOCATION_ASSO_V
12.1.1
-
APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
APPS.WSH_SHIPMENT_REQUEST_PKG SQL Statements
12.2.2
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG SQL Statements
12.1.1
-
APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.1.1
-
APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_DEL_DETAILS_INTERFACE
12.2.2
-
Table: WSH_NEW_DEL_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DEL_INTERFACE, object_name:WSH_NEW_DEL_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Deliveries Interface Table , implementation_dba_data: WSH.WSH_NEW_DEL_INTERFACE ,
-
Table: WSH_NEW_DELIVERIES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
APPS.WSH_PROCESS_INTERFACED_PKG SQL Statements
12.2.2
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIPS_INTERFACE
12.2.2
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIPS_INTERFACE
12.1.1
-
TABLE: WSH.WSH_DEL_ASSGN_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID,
-
TABLE: WSH.WSH_DEL_ASSGN_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID,
-
Table: WSH_NEW_DELIVERIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,