Search Results shipping_quantity
Overview
APPS.GML_OM_SHIP_DTL_VW is a public Oracle EBS view owned by the APPS schema and registered under FND Design Data as GMF.GML_OM_SHIP_DTL_VW. Its status is VALID in both 12.1.1 and 12.2.2. The view is explicitly documented as OBSOLETE and is described as selecting Order Management shipments and their related information from Oracle Process Manufacturing (OPM) Inventory transactions. Because it is a public view, Oracle classifies it as potentially useful for custom reporting or other data requirements, though the obsolete designation means it is not intended for new development and should be regarded as a compatibility or legacy reporting object rather than a supported integration interface.
For users searching on "shipping_quantity," this view is directly relevant: it exposes a SHIPPING_QUANTITY column alongside SHIPPING_QUANTITY_UOM, allowing shipped quantities to be reported against the originating OM order line and the associated delivery detail. The combination of delivery, order, item, and inventory transaction attributes makes the view useful where a single query must reconcile OM shipment activity against OPM inventory movement.
Underlying Base Objects
The view is defined over the following APPS synonyms, which resolve to the underlying base tables:
- WSH_DELIVERY_DETAILS — the delivery detail (shipment line) driving DELIVERY_DETAIL_ID.
- WSH_DELIVERY_ASSIGNMENTS — links delivery details to deliveries; contributes DELIVERY_ID.
- WSH_NEW_DELIVERIES — the delivery header; supplies delivery-level context such as FOB_CODE.
- OE_ORDER_HEADERS_ALL — the OM order header, mapped to SOURCE_HEADER_ID and ORDER_NUMBER.
- OE_ORDER_LINES_ALL — the OM order line, mapped to SOURCE_LINE_ID and LINE_NUMBER.
- IC_TRAN_PND — the OPM pending inventory transaction table, providing inventory transaction quantities such as IC_TRANS_QTY and related item/organization attributes.
The view is not referenced by any other database object, confirming it sits at the top of the dependency chain as a reporting endpoint. Its joins align a WSH delivery detail with its assignment and delivery record, back to the originating OE order header and line, and out to the OPM inventory transaction pending row for the item and warehouse involved.
Key Columns
- SHIPPING_QUANTITY — the shipped quantity for the delivery detail, expressed in SHIPPING_QUANTITY_UOM. This is the primary column for shipped-quantity reporting.
- SHIPPING_QUANTITY_UOM — the unit of measure for the shipping quantity.
- DELIVERY_ID, DELIVERY_DETAIL_ID — delivery header and detail identifiers.
- SOURCE_HEADER_ID, SOURCE_LINE_ID — the originating OM order header and line identifiers.
- ORDER_NUMBER, LINE_NUMBER — human-readable order and line references.
- ITEM_ID, ORGN_CODE, WHSE_CODE — item and inventory organization/warehouse context.
- IC_TRANS_QTY, TRANS_UM — OPM inventory transaction quantity and its transaction UOM.
- NET_WEIGHT, WEIGHT_UOM_CODE — shipment net weight and its UOM.
- FOB_CODE, UNIT_SELLING_PRICE — commercial shipping and pricing attributes.
- COMPLETED_IND, GL_POSTED_IND — flags indicating completion and general ledger posting status.
Common Use Cases and Queries
Typical scenarios include reconciling OM shipments to OPM inventory transactions, reporting shipped quantity by order line or item, and auditing GL posting status for shipped deliveries. A basic shipped-quantity query follows:
- SELECT order_number, line_number, item_id, shipping_quantity, shipping_quantity_uom FROM apps.gml_om_ship_dtl_vw ORDER BY order_number, line_number;
- SELECT orgn_code, whse_code, SUM(shipping_quantity) total_shipped FROM apps.gml_om_ship_dtl_vw GROUP BY orgn_code, whse_code;
- SELECT delivery_id, delivery_detail_id, ic_trans_qty, trans_um FROM apps.gml_om_ship_dtl_vw WHERE completed_ind = 1 AND gl_posted_ind = 0;
Because the view is obsolete, new customizations should generally query the underlying WSH, OE, and IC tables directly, or use supported OPM and OM APIs, treating GML_OM_SHIP_DTL_VW as a legacy convenience view only.
-
VIEW: APPS.GML_OM_SHIP_DTL_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID,
-
VIEW: APPS.GML_OM_SHIP_DTL_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID,
-
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: 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,
-
APPS.OE_SHIP_CONFIRMATION_PUB SQL Statements
12.1.1
-
VIEW: EC.ECE_AR_TRX_LINES#
12.2.2
-
APPS.OE_SHIP_CONFIRMATION_PUB SQL Statements
12.2.2
-
View: CSP_REQUIRED_PARTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REQUIRED_PARTS_V, object_name:CSP_REQUIRED_PARTS_V, status:VALID, product: CSP - Spares Management , description: View which gives you the complete status of spare part requirements , implementation_dba_data: APPS.CSP_REQUIRED_PARTS_V ,
-
View: CSP_REQUIRED_PARTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REQUIRED_PARTS_V, object_name:CSP_REQUIRED_PARTS_V, status:VALID, product: CSP - Spares Management , description: View which gives you the complete status of spare part requirements , implementation_dba_data: APPS.CSP_REQUIRED_PARTS_V ,
-
View: GML_OM_SHIP_DTL_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: Selects the OM Shipments and their related information in OPM Inventory Transactions. , implementation_dba_data: APPS.GML_OM_SHIP_DTL_VW ,
-
VIEW: APPS.AMS_DS_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_ORDERS_V, object_name:AMS_DS_ORDERS_V, status:VALID,
-
View: GML_OM_SHIP_DTL_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GML_OM_SHIP_DTL_VW, object_name:GML_OM_SHIP_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: OBSOLETE:Selects the OM Shipments and their related information in OPM Inventory Transactions. , implementation_dba_data: APPS.GML_OM_SHIP_DTL_VW ,
-
VIEW: APPS.OE_ORDER_LINES_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_AUDIT_V, object_name:OE_ORDER_LINES_AUDIT_V, status:VALID,
-
VIEW: APPS.OE_ORDER_LINES_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_AUDIT_V, object_name:OE_ORDER_LINES_AUDIT_V, status:VALID,
-
VIEW: APPS.CSP_SPARES_ORDERS_OM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSP_SPARES_ORDERS_OM_V, status:VALID,
-
VIEW: APPS.CSP_SPARES_ORDERS_OM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSP_SPARES_ORDERS_OM_V, status:VALID,
-
VIEW: APPS.AMS_DS_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_ORDERS_V, object_name:AMS_DS_ORDERS_V, status:VALID,
-
APPS.OE_SHIPPING_TOLERANCES_PUB SQL Statements
12.1.1
-
View: OKX_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ORDER_LINES_V, object_name:OKX_ORDER_LINES_V, status:VALID, product: OKX - Contracts Integration , description: Order line information , implementation_dba_data: APPS.OKX_ORDER_LINES_V ,
-
VIEW: APPS.CSP_REQUIRED_PARTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REQUIRED_PARTS_V, object_name:CSP_REQUIRED_PARTS_V, status:VALID,
-
View: OKX_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ORDER_LINES_V, object_name:OKX_ORDER_LINES_V, status:VALID, product: OKX - Contracts Integration , description: Order line information , implementation_dba_data: APPS.OKX_ORDER_LINES_V ,
-
APPS.OE_SHIPPING_TOLERANCES_PUB SQL Statements
12.2.2
-
VIEW: APPS.OE_ORDER_LINES_RM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_RM_V, object_name:OE_ORDER_LINES_RM_V, status:VALID,
-
VIEW: APPS.CSP_REQUIRED_PARTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REQUIRED_PARTS_V, object_name:CSP_REQUIRED_PARTS_V, status:VALID,
-
VIEW: APPS.OE_DELIVERY_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DELIVERY_LINES_V, object_name:OE_DELIVERY_LINES_V, status:VALID,
-
VIEW: APPS.OE_DELIVERY_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DELIVERY_LINES_V, object_name:OE_DELIVERY_LINES_V, status:VALID,
-
View: ASO_I_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_LINES_V, object_name:ASO_I_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: Order lines , implementation_dba_data: APPS.ASO_I_ORDER_LINES_V ,
-
VIEW: APPS.OE_CRM_ORDER_LINES_V
12.1.1
-
View: ASO_I_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_LINES_V, object_name:ASO_I_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: Order lines , implementation_dba_data: APPS.ASO_I_ORDER_LINES_V ,
-
View: IBE_OE_ORDER_LINES_V
12.2.2
product: IBE - iStore , description: This view is used to get the Order Line Details. This view is based on aso_i_oe_order_headers_v and aso_i_oe_order_lines_v. , implementation_dba_data: Not implemented in this database ,
-
View: IBE_OE_ORDER_LINES_V
12.1.1
product: IBE - iStore , description: This view is used to get the Order Line Details. This view is based on aso_i_oe_order_headers_v and aso_i_oe_order_lines_v. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OE_CRM_ORDER_LINES_V
12.2.2
-
View: AMS_DS_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_ORDERS_V, object_name:AMS_DS_ORDERS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_ORDERS_V ,
-
VIEW: APPS.ASO_I_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_LINES_V, object_name:ASO_I_ORDER_LINES_V, status:VALID,
-
View: OE_CRM_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_LINES_V, object_name:OE_CRM_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_lines_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_LINES_V ,
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.1.1
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.2.2
-
VIEW: APPS.ASO_I_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ORDER_LINES_V, object_name:ASO_I_ORDER_LINES_V, status:VALID,
-
View: OE_CRM_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_LINES_V, object_name:OE_CRM_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_lines_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_LINES_V ,
-
VIEW: ONT.OE_BLANKET_LINES_ALL#
12.2.2
-
View: AMS_DS_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_ORDERS_V, object_name:AMS_DS_ORDERS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_ORDERS_V ,
-
VIEW: APPS.OKX_ORDER_LINES_V
12.1.1
-
View: ASO_I_OE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management order lines tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_LINES_V ,
-
VIEW: APPS.OKX_ORDER_LINES_V
12.2.2
-
View: ASO_I_OE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management order lines tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_LINES_V ,
-
VIEW: ONT.OE_BLANKET_LINES_HIST#
12.2.2
-
PACKAGE: APPS.OE_SHIP_CONFIRMATION_PUB
12.2.2
-
VIEW: ONT.OE_ORDER_LINES_ALL#
12.2.2
-
VIEW: ONT.OE_ORDER_LINES_HISTORY#
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 ,