Search Results shipped_quantity2
Overview
APPS.WSH_OE_LINES_V2 is an internal Oracle E-Business Suite view owned by the APPS schema and shipped as part of the Shipping Execution (WSH) module. It exposes order line and shipment information drawn from the Oracle Order Management (OE) transactional tables, presenting a denormalized projection suitable for shipping-related processing and reporting. The view is registered in FND Design Data under the product short name WSH and carries a status of VALID in both the 12.1.1 and 12.2.2 release streams.
The object carries the standard Oracle warning that it is intended for internal use only and is not supported for direct customer access except through standard Oracle Applications programs. Despite this restriction, it is widely referenced by reports, interfaces, and diagnostic queries because it consolidates ordered and shipped quantity columns alongside organization, item, and delivery identifiers. The inclusion of both legacy quantity columns and their "_2" counterparts reflects the view's role during the multi-organization and dual-unit-of-measure migration that characterized the R12 codebase.
Underlying Base Objects
The documented dependency list identifies two base objects referenced by WSH_OE_LINES_V2:
- OE_ORDER_HEADERS_ALL (synonym) — the order header table supplying header-level context such as the order number and header identifier.
- OE_ORDER_LINES_ALL (synonym) — the order line table supplying line-level attributes including items, quantities, units of measure, and the various organization identifiers (ship-from, ship-to, invoice-to, deliver-to, sold-from, and sold-to).
The view is defined as an internal view type and joins the header and line entities so that each row corresponds to an order line within its header context. Because the synonyms resolve to the transactional OE tables, the view reflects live order data rather than a snapshot, and its column list mirrors the underlying OE column semantics with WSH-oriented naming.
Key Columns
The view exposes thirty-five columns. The most significant include:
- ORDER_NUMBER, HEADER_ID, LINE_ID, LINE_NUMBER — identifiers tying each row to its order header and line.
- ORDERED_ITEM, ORDERED_ITEM_ID, INVENTORY_ITEM_ID — the ordered item and its inventory item key; ITEM_IDENTIFIER_TYPE qualifies the identifier.
- ORDERED_QUANTITY, SHIPPED_QUANTITY, ORDER_QUANTITY_UOM — the primary quantity columns expressed in the order's unit of measure.
- ORDERED_QUANTITY2, SHIPPED_QUANTITY2, ORDERED_QUANTITY_UOM2 — the secondary quantity set, which is where the searched term SHIPPED_QUANTITY2 resides. This column represents the shipped quantity in the secondary unit of measure, used when dual UOM tracking is enabled.
- SHIP_FROM_ORG_ID, SHIP_TO_ORG_ID, INVOICE_TO_ORG_ID, DELIVER_TO_ORG_ID, SOLD_TO_ORG_ID — organization and party identifiers controlling fulfillment and accounting.
- DELIVERY_ID, DELIVERY_NAME, SHIPMENT_NUMBER — linkage to the delivery and shipment created during pick, pack, and ship.
- REQUEST_DATE, SERVICE_NUMBER, OPTION_NUMBER, COMPONENT_NUMBER — scheduling, service, and configuration attributes.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Typical use cases include shipment reconciliation, shipped-versus-ordered quantity variance analysis, and delivery tracking. Because the view is unsupported for direct access, it should be used primarily in diagnostics or as a reference when building supported solutions against the OE base tables.
To locate secondary shipped quantities for a given order, a query such as the following is representative:
- SELECT order_number, line_number, ordered_item, shipped_quantity, shipped_quantity2, ordered_quantity2, order_quantity_uom2, delivery_name FROM apps.wsh_oe_lines_v2 WHERE shipped_quantity2 > 0 AND order_number = :p_order_number;
A variance-oriented query compares primary and secondary shipped quantities against ordered amounts to flag short shipments or over-shipments. Joining on HEADER_ID and LINE_ID preserves the header-line relationship, while SHIP_FROM_ORG_ID and ORG_ID support multi-organization filtering. Given the internal-use designation, references should be confined to controlled reporting and troubleshooting contexts.
-
APPS.OE_RMA_RECEIVING SQL Statements
12.1.1
-
APPS.OE_RMA_RECEIVING SQL Statements
12.2.2
-
VIEW: APPS.WSH_OE_LINES_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V2, object_name:WSH_OE_LINES_V2, status:VALID,
-
VIEW: APPS.WSH_OE_LINES_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V2, object_name:WSH_OE_LINES_V2, status:VALID,
-
VIEW: APPS.WSH_OE_LINES_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V1, object_name:WSH_OE_LINES_V1, status:VALID,
-
VIEW: APPS.WSH_OE_LINES_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V1, object_name:WSH_OE_LINES_V1, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_LINE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_LINE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID,
-
TABLE: WSH.WSH_INBOUND_DEL_LINES_TEMP
12.2.2
owner:WSH, object_type:TABLE, object_name:WSH_INBOUND_DEL_LINES_TEMP, status:VALID,
-
TABLE: WSH.WSH_INBOUND_DEL_LINES_TEMP
12.1.1
owner:WSH, object_type:TABLE, object_name:WSH_INBOUND_DEL_LINES_TEMP, status:VALID,
-
VIEW: WSH.WSH_DELIVERY_DETAILS#
12.2.2
-
View: WSH_OE_LINES_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V2, object_name:WSH_OE_LINES_V2, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OE_LINES_V2 ,
-
VIEW: APPS.JTM_OE_ORDER_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_OE_ORDER_LINES_ALL_V, status:VALID,
-
VIEW: WSH.WSH_DEL_DETAILS_INTERFACE#
12.2.2
-
View: WSH_OE_LINES_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V2, object_name:WSH_OE_LINES_V2, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OE_LINES_V2 ,
-
APPS.OE_SHIP_CONFIRMATION_PUB SQL Statements
12.2.2
-
VIEW: APPS.JTM_OE_ORDER_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_OE_ORDER_LINES_ALL_V, status:VALID,
-
PACKAGE BODY: APPS.OE_RMA_RECEIVING
12.1.1
-
View: WSH_DELIVERY_DETAILS_OB_GRP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OB_GRP_V, object_name:WSH_DELIVERY_DETAILS_OB_GRP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OB_GRP_V ,
-
APPS.OE_SHIP_CONFIRMATION_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OE_RMA_RECEIVING
12.2.2
-
APPS.WSH_SHIP_CONFIRM_ACTIONS2 SQL Statements
12.2.2
-
VIEW: EC.ECE_AR_TRX_LINES#
12.2.2
-
View: WSH_DELIVERY_DETAILS_OB_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OB_GRP_V, object_name:WSH_DELIVERY_DETAILS_OB_GRP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OB_GRP_V ,
-
VIEW: APPS.WMS_WP_WWB_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_WWB_LINES_V, object_name:WMS_WP_WWB_LINES_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_DETAILS_OB_GRP_V
12.1.1
-
VIEW: APPS.WSH_DELIVERY_DETAILS_OB_GRP_V
12.2.2
-
APPS.OE_SHIPPING_TOLERANCES_PUB SQL Statements
12.2.2
-
View: WSH_OE_LINES_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V1, object_name:WSH_OE_LINES_V1, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OE_LINES_V1 ,
-
APPS.OE_SHIPPING_TOLERANCES_PUB SQL Statements
12.1.1
-
View: WSH_OE_LINES_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OE_LINES_V1, object_name:WSH_OE_LINES_V1, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OE_LINES_V1 ,
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_DETAILS, object_name:WSHBV_DELIVERY_DETAILS, status:VALID,
-
View: WSH_DELIVERY_LINE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_LINE_STATUS_V ,
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_DETAILS, object_name:WSHBV_DELIVERY_DETAILS, status:VALID,
-
VIEW: ONT.OE_BLANKET_LINES_ALL#
12.2.2
-
VIEW: ONT.OE_BLANKET_LINES_HIST#
12.2.2
-
View: ECE_CDMO_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Line View@rep:category BUSINESS_ENTITY AR_CREDIT_ , implementation_dba_data: APPS.ECE_CDMO_LINE_V ,
-
APPS.WSH_SHIP_CONFIRM_ACTIONS2 SQL Statements
12.1.1
-
View: WSH_DELIVERY_LINE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_LINE_STATUS_V, object_name:WSH_DELIVERY_LINE_STATUS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_LINE_STATUS_V ,
-
VIEW: ONT.OE_ORDER_LINES_ALL#
12.2.2
-
VIEW: ONT.OE_ORDER_LINES_HISTORY#
12.2.2
-
View: ECE_CDMO_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Line View@rep:category BUSINESS_ENTITY AR_CREDIT_ , implementation_dba_data: APPS.ECE_CDMO_LINE_V ,
-
VIEW: APPS.JAI_OM_WSH_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_OM_WSH_DELIVERIES_V, object_name:JAI_OM_WSH_DELIVERIES_V, status:VALID,
-
TABLE: WMS.WMS_WSH_WDD_GTEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
APPS.WSH_DETAILS_VALIDATIONS SQL Statements
12.2.2
-
TABLE: WMS.WMS_WSH_WDD_GTEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
VIEW: APPS.ECE_INO_LINE_V
12.1.1
-
VIEW: APPS.WSH_STOP_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STOP_DELIVERABLES_V, object_name:WSH_STOP_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLES_V, object_name:WSH_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_STOP_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STOP_DELIVERABLES_V, object_name:WSH_STOP_DELIVERABLES_V, status:VALID,