Search Results wsh_delivery_details
Overview
The WSH_DELIVERY_DETAILS table is a core transactional entity within the Oracle E-Business Suite Shipping Execution (WSH) module, central to the fulfillment and logistics processes in versions 12.1.1 and 12.2.2. It serves as the master repository for all items or lines that are candidates for shipping. Each record represents a specific quantity of an item sourced from an order line, return line, or other transaction that requires physical shipment. The table's primary role is to track the lifecycle of these shippable entities from their initial release for shipping through picking, packing, and final delivery confirmation, acting as the critical link between Order Management (OM), Inventory (INV), and Shipping Execution.
Key Information Stored
Each row is uniquely identified by the primary key column DELIVERY_DETAIL_ID. The table stores extensive metadata about the shippable item, including references to its source transaction (e.g., OE_ORDER_LINES_ALL.SOURCE_LINE_ID), the inventory organization, item identifier, and requested quantity. Key operational columns track the current shipping status, such as RELEASED_STATUS, which indicates if the line is 'B' for Backordered, 'C' for Shipped, 'D' for Cancelled, 'R' for Ready to Release, or 'S' for Released. The table also maintains relationships to logistical constructs, including links to a delivery (DELIVERY_ID), trip (TRIP_ID), and stop (STOP_ID). The SPLIT_FROM_DELIVERY_DETAIL_ID column, which is part of a self-referential foreign key, is crucial for tracking when a source line has been divided for partial shipments or consolidation.
Common Use Cases and Queries
A primary use case is generating a pick slip or delivery report for a specific delivery. A typical query joins WSH_DELIVERY_DETAILS to order and item tables to list all lines. Another common scenario is analyzing the shipping backlog by querying lines where RELEASED_STATUS is 'R' (Ready) and DELIVERY_ID is NULL. For troubleshooting, developers often trace the lineage of split lines using the SPLIT_FROM_DELIVERY_DETAIL_ID column. A standard pattern for fetching delivery detail information for reporting is:
- SELECT wdd.source_line_id, wdd.source_header_id, wdd.requested_quantity, wdd.shipped_quantity, wdd.released_status, wdd.delivery_id
- FROM wsh_delivery_details wdd
- WHERE wdd.delivery_id = :p_delivery_id;
Integration points, such as interfacing shipped quantities back to Order Management or generating custom shipping documents, consistently use this table as the source of truth for shippable lines.
Related Objects
As indicated by the foreign key metadata, WSH_DELIVERY_DETAILS is highly interconnected. It is the parent table for assignment history (WSH_DELIVERY_ASSIGNMENTS), freight charges (WSH_FREIGHT_COSTS), and exceptions (WSH_EXCEPTIONS). Crucially, it is referenced by key interface tables like WSH_DEL_DETAILS_INTERFACE for importing data and WMS_SHIPPING_TRANSACTION_TEMP for processing material transactions. Its relationship with Order Management is often indirect via the SOURCE_LINE_ID column linking to OE_ORDER_LINES_ALL. The provided metadata also shows integrations with specialized localizations (JAI_OM_* tables) and Project Contracts (OKE_K_DELIVERABLES_B). The table's central role is further evidenced by its self-referencing foreign key, which manages line splits within the shipping process itself.
-
Table: WSH_DELIVERY_DETAILS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID, product: WSH - Shipping Execution , description: Delivery Details , implementation_dba_data: WSH.WSH_DELIVERY_DETAILS ,
-
Table: WSH_DELIVERY_DETAILS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID, product: WSH - Shipping Execution , description: Delivery Details , implementation_dba_data: WSH.WSH_DELIVERY_DETAILS ,
-
APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_DELIVERY_LEGS_ACTIONS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_DELIVERY_DETAILS_SPLITTER dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_LABEL_PVT7 dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_PUTAWAY_UTILS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.CSD_DEPOT_UPDATE_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.CSD_MASS_RCV_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OE_SHIPPING_WF dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.GMI_RESERVATION_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_INTERFACE dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_DETAIL_UTIL_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_SHIPPING_LOVS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OKE_DTS_INTEGRATION_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.GMI_OM_UTIL dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_INV_INTEGRATION_GRP dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OKE_FLOWDOWN_UTILS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OE_INVOICE_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_DD_TXNS_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_LPN_LOVS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.GMD_COA_DATA_OM dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.GML_RCV_DB_COMMON dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_WMSSTCON_XMLP_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_PARTY_MERGE dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.FTE_TL_CACHE dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_LPN_SYNC_COMM_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.MST_SNAPSHOT_TASK_UTIL dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_OP_INBOUND_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_PR_CRITERIA dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.CSD_DEPOT_REPAIR_CNTR dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_MGD_MVT_SO_MDTR dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_DLVB_COMMON_ACTIONS dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.OE_SHIP_CONFIRMATION_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.RLM_CUM_SV dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_WF dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WMS_DEVICE_INTEGRATION_PVT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.GMI_OM_ALLOC_API_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_EXPRESS_PICK_PUB dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_WSHRDPIK_XMLP_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.INV_MO_PURGE dependencies on WSH_DELIVERY_DETAILS
12.1.1