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 ,
-
Table: WSH_DELIVERY_ASSIGNMENTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignments , implementation_dba_data: WSH.WSH_DELIVERY_ASSIGNMENTS ,
-
View: WSH_CMSTPW_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CMSTPW_ORDERS_V, object_name:WSH_CMSTPW_ORDERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_CMSTPW_ORDERS_V ,
-
Table: WSH_DELIVERY_ASSIGNMENTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignments , implementation_dba_data: WSH.WSH_DELIVERY_ASSIGNMENTS ,
-
View: WSH_OPSM_ASN_CONTAINERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_CONTAINERS_V, object_name:WSH_OPSM_ASN_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OPSM_ASN_CONTAINERS_V ,
-
View: WSHFV_CONTAINER_CONTENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINER_CONTENTS, object_name:WSHFV_CONTAINER_CONTENTS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Contents of the Containers. , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENTS ,
-
View: WSHFV_CONTAINER_CONTENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINER_CONTENTS, object_name:WSHFV_CONTAINER_CONTENTS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Contents of the Containers. , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENTS ,
-
View: WSH_BACKORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BACKORDER_LINES_V, object_name:WSH_BACKORDER_LINES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BACKORDER_LINES_V ,
-
View: WSH_BACKORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BACKORDER_LINES_V, object_name:WSH_BACKORDER_LINES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BACKORDER_LINES_V ,
-
View: WSHFV_CONTAINERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINERS, object_name:WSHFV_CONTAINERS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Containers , implementation_dba_data: APPS.WSHFV_CONTAINERS ,
-
View: WSH_LOAD_TENDER_CARGO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOAD_TENDER_CARGO_V, object_name:WSH_LOAD_TENDER_CARGO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOAD_TENDER_CARGO_V ,
-
View: WSH_LOAD_TENDER_CARGO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOAD_TENDER_CARGO_V, object_name:WSH_LOAD_TENDER_CARGO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOAD_TENDER_CARGO_V ,
-
View: WSHFV_CONTAINERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINERS, object_name:WSHFV_CONTAINERS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Containers , implementation_dba_data: APPS.WSHFV_CONTAINERS ,
-
View: WSH_POD_CARGO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_POD_CARGO_V, object_name:WSH_POD_CARGO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_POD_CARGO_V ,
-
View: WSH_POD_CARGO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_POD_CARGO_V, object_name:WSH_POD_CARGO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_POD_CARGO_V ,
-
View: WSH_DSNO_CONTAINERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_CONTAINERS_V, object_name:WSH_DSNO_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_CONTAINERS_V ,
-
Table: WSH_EXCEPTIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
View: WSH_DSNO_CONTAINERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_CONTAINERS_V, object_name:WSH_DSNO_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_CONTAINERS_V ,
-
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_PICKING_BATCHES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_EXCEPTIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
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_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 ,
-
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 ,
-
View: WSHBV_DELIVERY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_ASSIGNMENTS, object_name:WSHBV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERY_ASSIGNMENTS ,
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
View: WSH_DLVB_SHIP_FROM_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVB_SHIP_FROM_TO_V, object_name:WSH_DLVB_SHIP_FROM_TO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DLVB_SHIP_FROM_TO_V ,
-
View: WSH_DLVB_SHIP_FROM_TO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVB_SHIP_FROM_TO_V, object_name:WSH_DLVB_SHIP_FROM_TO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DLVB_SHIP_FROM_TO_V ,
-
Table: WSH_FREIGHT_COSTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
Table: WSH_FREIGHT_COSTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
View: WSHBV_DELIVERY_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_ASSIGNMENTS, object_name:WSHBV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERY_ASSIGNMENTS ,
-
View: WSH_PURGE_SOURCE_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PURGE_SOURCE_NUMBERS_V, object_name:WSH_PURGE_SOURCE_NUMBERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PURGE_SOURCE_NUMBERS_V ,
-
View: WSH_DSNO_UNIQUE_CONTAINERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_UNIQUE_CONTAINERS_V, object_name:WSH_DSNO_UNIQUE_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_UNIQUE_CONTAINERS_V ,
-
View: WSH_DSNO_UNIQUE_CONTAINERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_UNIQUE_CONTAINERS_V, object_name:WSH_DSNO_UNIQUE_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_UNIQUE_CONTAINERS_V ,
-
View: WSH_SS2_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS2_SHIPITEMS_V, object_name:WSH_SS2_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS2_SHIPITEMS_V ,
-
View: WSHFV_DELIVERY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_ASSIGNMENTS, object_name:WSHFV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_DELIVERY_ASSIGNMENTS ,
-
View: WSHFV_DELIVERY_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_ASSIGNMENTS, object_name:WSHFV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_DELIVERY_ASSIGNMENTS ,
-
View: WSHBV_CONTAINER_CONTENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_CONTENTS, object_name:WSHBV_CONTAINER_CONTENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_CONTAINER_CONTENTS ,
-
View: WSHBV_CONTAINER_CONTENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_CONTENTS, object_name:WSHBV_CONTAINER_CONTENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_CONTAINER_CONTENTS ,
-
View: WSH_DSNO_PACKED_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_PACKED_QUANTITY_V, object_name:WSH_DSNO_PACKED_QUANTITY_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_PACKED_QUANTITY_V ,
-
View: WSH_DELIVERY_DETAILS_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OE_V ,
-
View: WSH_DSNO_PACKED_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_PACKED_QUANTITY_V, object_name:WSH_DSNO_PACKED_QUANTITY_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_PACKED_QUANTITY_V ,
-
View: WSH_BIS_FILL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSH_BIS_FILL_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSH_ORDER_NUMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ORDER_NUMBERS_V, object_name:WSH_ORDER_NUMBERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ORDER_NUMBERS_V ,
-
View: WSH_DELIVERY_DETAILS_OE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OE_V ,
-
View: WSH_ORDER_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ORDER_NUMBERS_V, object_name:WSH_ORDER_NUMBERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ORDER_NUMBERS_V ,
-
View: WSHBV_CONTAINERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINERS, object_name:WSHBV_CONTAINERS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_CONTAINERS ,
-
View: WSH_OPSM_ASN_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEM_DETAILS_V, object_name:WSH_OPSM_ASN_ITEM_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OPSM_ASN_ITEM_DETAILS_V ,