Search Results wsh_shipping_details_v
Overview
WSH_SHIPPING_DETAILS_V is a shipping execution view owned by the APPS schema in Oracle E-Business Suite, classified under the WSH - Shipping Execution product. It presents a consolidated, order-line-oriented projection of delivery detail activity, joining order management data to warehouse execution data so that shipping, inventory, and receiving processes can query a single flat source. In Release 12.1.1 and 12.2.2 the view carries a VALID status and forms part of the standard seeded object set delivered with the Shipping Execution module. Its principal role is to expose shipping state at the delivery-detail grain while retaining order header and order line context, which makes it suitable for reports, concurrent programs, and interface extracts that need to correlate ordered quantities, requested quantities, and shipped quantities without navigating the full WSH_DELIVERY_DETAILS structure.
Underlying Base Objects
The view is defined over a combination of synonyms, views, and a package. Documented referenced objects include OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL, which supply order header and line context such as ship-to organisation, ship-to contact, demand class, item type, component code, and component sequence. WSH_DELIVERY_DETAILS provides the delivering detail grain, sourced through WSH_DELIVERY_ASSIGNMENTS_V to link delivery details to deliveries. WSH_NEW_DELIVERIES, WSH_DELIVERY_LEGS, WSH_TRIP_STOPS, WSH_LOCATIONS, WSH_LOOKUPS, and HR_LOCATIONS_ALL supply delivery, leg, trip stop, warehouse, and inventory organisation attributes. OE_INSTALL is referenced as a package. The view text aliases these sources as OL, WDD, WND, HRLOC, and WTS, confirming a direct join between order lines and delivery details.
Key Columns
Order context columns include ORDER_HEADER_ID and ORDER_LINE_ID from the order tables, along with SHIP_TO_SITE_USE_ID, SHIP_TO_CONTACT_ID, DEMAND_CLASS_CODE, COMPONENT_CODE, and COMPONENT_SEQUENCE_ID.
- PICKING_LINE_DETAIL_ID maps to the delivery detail identifier, identifying the shipping detail record.
- REQUESTED_QUANTITY and ORIGINAL_REQUESTED_QUANTITY expose the quantity requested, with REQUESTED_QUANTITY_UOM providing the unit of measure.
- SHIPPED_QUANTITY and SHIPPED_QUANTITY_UOM report the quantity actually shipped.
- WAREHOUSE_ID and INVENTORY_ITEM_ID identify the shipping warehouse and inventory item.
- CONFIRM_DATE, SCHEDULE_DATE, DATE_REQUESTED, and LATEST_ACCEPTABLE_DATE provide the shipping and scheduling timeline.
- RELEASED_STATUS, MVT_STAT_STATUS, and MOVEMENT_ID report warehouse execution state, while INVENTORY_STATUS derives from the WTS status code, mapping CLOSED to INTERFACED.
- CANCELLED_QUANTITY is a hard-coded zero, and PICK_SLIP_NUMBER, PICKING_HEADER_ID, PICKING_LINE_ID, SEQUENCE_NUMBER, INVOICED_QUANTITY, and RA_INTERFACE_STATUS are returned as NULL placeholders.
The user search term invoiced_quantity corresponds directly to the INVOICED_QUANTITY column in the view text. Notably, it is defined as TO_NUMBER(NULL), meaning the column is present for interface compatibility but is not populated by this view.
Common Use Cases and Queries
Typical uses include shipping reports that compare requested versus shipped quantities, warehouse workload extracts by warehouse and demand class, and integration feeds that need order line context at the delivery detail grain. Filtering on INVENTORY_STATUS, MVT_STAT_STATUS, or RELEASED_STATUS supports operational monitoring of open and interfaced deliveries.
A common query pattern selects shipping detail attributes for a given order or warehouse:
- SELECT ORDER_HEADER_ID, ORDER_LINE_ID, PICKING_LINE_DETAIL_ID, INVENTORY_ITEM_ID, WAREHOUSE_ID, REQUESTED_QUANTITY, SHIPPED_QUANTITY, REQUESTED_QUANTITY_UOM, CONFIRM_DATE, INVENTORY_STATUS FROM WSH_SHIPPING_DETAILS_V WHERE ORDER_HEADER_ID = :p_header_id;
- SELECT WAREHOUSE_ID, INVENTORY_ITEM_ID, SUM(REQUESTED_QUANTITY), SUM(SHIPPED_QUANTITY) FROM WSH_SHIPPING_DETAILS_V GROUP BY WAREHOUSE_ID, INVENTORY_ITEM_ID;
Because INVOICED_QUANTITY is not populated in this view, reporting requirements that depend on invoiced quantities must source data from the appropriate Receivables interface tables rather than from WSH_SHIPPING_DETAILS_V. Users should also be aware that the NULL placeholder columns exist to preserve a stable interface signature and should not be relied upon for data retrieval.
-
View: WSH_SHIPPING_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
PACKAGE: APPS.OE_INSTALL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_INSTALL, status:VALID,
-
View: MRP_RHX_SALES_ORDERS_HISTORY_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting the information regarding the history of sales orders for the planned items. , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_SALES_ORDERS_HISTORY_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting the information regarding the history of sales orders for the planned items. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.OE_INSTALL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_INSTALL, status:VALID,
-
VIEW: APPS.WSH_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOOKUPS, object_name:WSH_LOOKUPS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: RHX_DP_SHIPMENTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.WSH_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_LOCATIONS, status:VALID,
-
VIEW: APPS.WSH_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOOKUPS, object_name:WSH_LOOKUPS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.WSH_SHIPPING_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID,
-
SYNONYM: APPS.WSH_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_LOCATIONS, status:VALID,
-
VIEW: APPS.WSH_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
SYNONYM: APPS.WSH_TRIP_STOPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIP_STOPS, status:VALID,
-
SYNONYM: APPS.WSH_TRIP_STOPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_TRIP_STOPS, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS_V, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
PACKAGE BODY: APPS.INV_MGD_MVT_SO_MDTR
12.1.1
-
PACKAGE BODY: APPS.INV_MGD_MVT_SO_MDTR
12.2.2
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
APPS.INV_MGD_MVT_SO_MDTR dependencies on OE_ORDER_LINES_ALL
12.1.1
-
APPS.INV_MGD_MVT_SO_MDTR dependencies on OE_ORDER_LINES_ALL
12.2.2
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,