Search Results order_line_num
Overview
APPS.WMS_PACKING_MATERIAL_V is a reporting view in the Oracle E-Business Suite Warehouse Management System (WMS) module, exposed under the APPS schema. It presents a consolidated, flattened projection of packing material content used during outbound packing and shipping operations, including data drawn from move orders, delivery details, LPN (License Plate Number) hierarchies, trip and carrier assignments, and the associated sales order or receiving document references. The view is defined in a straightforward manner: it selects every listed column from a single underlying object, WMS_PACKING_MATERIAL_GTEMP, without joins, filters, unions, or aggregations. Its role in Oracle EBS reporting and integration is therefore that of a stable, read-only presentation layer over a transient staging structure, allowing external reports, BI Publisher templates, and custom concurrent programs to query packing material content using a consistent name and column list rather than referencing the underlying global temporary table directly.
Underlying Base Objects
The ETRM metadata documents a single referenced base object: the synonym WMS_PACKING_MATERIAL_GTEMP, which resolves to the WMS global temporary table of the same name. Because the view is a one-to-one SELECT over that object, it inherits all of its semantics. A global temporary table in Oracle EBS stores rows only for the duration of a session or transaction, and typically its contents are populated by the packing or shipping UI or an API call prior to the user or concurrent program querying the data. Consequently, WMS_PACKING_MATERIAL_V does not hold persistent data of its own; each query reflects whatever is present in WMS_PACKING_MATERIAL_GTEMP for the current session at the moment of execution. This design is characteristic of WMS packing workbench functionality, where the material list is assembled dynamically and then consumed by downstream processes.
Key Columns
- PTO_FLAG — the column of interest given the search term. PTO denotes "Pick-To-Order" (a pick release and packing configuration), and the flag indicates whether the associated packing material line is subject to PTO processing. Reporting on this flag is common when distinguishing PTO-style packing flows from standard discrete shipping.
- MOVE_ORDER_HEADER_ID / MOVE_ORDER_LINE_ID — identifiers linking the material to its originating move order and line.
- DELIVERY_DETAIL_ID / DELIVERY_ID / DELIVERY_COMPLETED / TRIP_ID / CARRIER_ID — delivery and transportation context, including whether the delivery is complete and which trip and carrier are assigned.
- INVENTORY_ITEM_ID, ITEM, ITEM_DESCRIPTION, REVISION, UOM, LOT_NUMBER, QUANTITY, SECONDARY_QUANTITY, SECONDARY_UOM_CODE, GRADE_CODE — item and quantity attributes describing the packed material.
- LPN_ID, LPN, PARENT_LPN_ID, PARENT_LPN, OUTERMOST_LPN_ID, OUTERMOST_LPN — the LPN hierarchy, enabling containment and nesting analysis.
- ORGANIZATION_ID, ORGANIZATION_CODE, SUBINVENTORY, LOCATOR_ID, LOCATOR — inventory organization and storage location information.
- ORDER_HEADER_ID, ORDER_NUMBER, ORDER_LINE_ID, ORDER_LINE_NUM, CUSTOMER_ID, CUSTOMER_NUMBER, SHIP_TO_LOCATION_ID — sales order and ship-to destination details for outbound shipments.
- DOCUMENT_TYPE, DOCUMENT_ID, DOCUMENT_NUMBER, DOCUMENT_LINE_ID, VENDOR_ID, SOURCE_ORG_ID, TRADING_PARTNER, RECEIVING_LOCATION_ID, RECEIPT_NUM — receiving and inter-org/intra-org context.
- SELECTED_FLAG, SHIP_SET_ID, SHIP_SET, PACKING_INSTRUCTION, REFERENCE, REFERENCE_ID, TXN_SOURCE_ID, PROJECT_ID, TASK_ID — selection state, ship set grouping, packing instructions, and project/task references.
Common Use Cases and Queries
The view is most useful for building packing lists, verifying PTO versus non-PTO packing, and auditing LPN and ship set grouping. A typical query filtering on the PTO flag is:
SELECT item, quantity, uom, ptO_flag FROM apps.wms_packing_material_v WHERE pto_flag = 'Y';SELECT delivery, lpn, parent_lpn, quantity FROM apps.wms_packing_material_v WHERE delivery_id = :p_delivery_id;SELECT organization_code, subinventory, locator, item, lot_number FROM apps.wms_packing_material_v WHERE move_order_header_id = :p_mo_header_id;
Because the data is session-scoped, these queries must be executed within the session or process that populated WMS_PACKING_MATERIAL_GTEMP. In Oracle EBS 12.1.1 and 12.2.2 the object definition is unchanged, so reports developed against it remain portable across both releases.
-
VIEW: APPS.WMS_PACKING_MATERIAL_V
12.1.1
-
VIEW: APPS.WMS_PACKING_MATERIAL_V
12.2.2
-
View: WMS_PACKING_MATERIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_MATERIAL_V, object_name:WMS_PACKING_MATERIAL_V, status:VALID, product: WMS - Warehouse Management , description: View to be used for Packing Workbench eligible material spreadtable , implementation_dba_data: APPS.WMS_PACKING_MATERIAL_V ,
-
TABLE: PA.PA_XLA_UPG_LINES_GT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_XLA_UPG_LINES_GT, object_name:PA_XLA_UPG_LINES_GT, status:VALID,
-
TABLE: PA.PA_XLA_UPG_LINES_GT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_XLA_UPG_LINES_GT, object_name:PA_XLA_UPG_LINES_GT, status:VALID,
-
TABLE: WMS.WMS_PACKING_MATERIAL_GTEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_PACKING_MATERIAL_GTEMP, object_name:WMS_PACKING_MATERIAL_GTEMP, status:VALID,
-
TABLE: WMS.WMS_PACKING_MATERIAL_GTEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_PACKING_MATERIAL_GTEMP, object_name:WMS_PACKING_MATERIAL_GTEMP, status:VALID,
-
View: WMS_PACKING_MATERIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_MATERIAL_V, object_name:WMS_PACKING_MATERIAL_V, status:VALID, product: WMS - Warehouse Management , description: View to be used for Packing Workbench eligible material spreadtable , implementation_dba_data: APPS.WMS_PACKING_MATERIAL_V ,
-
VIEW: APPS.WMS_PACKING_MATERIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_MATERIAL_V, object_name:WMS_PACKING_MATERIAL_V, status:VALID,
-
VIEW: APPS.WMS_PACKING_MATERIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_MATERIAL_V, object_name:WMS_PACKING_MATERIAL_V, status:VALID,
-
VIEW: APPS.RCV_MSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID,
-
VIEW: APPS.RCV_MSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID,
-
View: CS_CHARGE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CHARGE_DETAILS_V, object_name:CS_CHARGE_DETAILS_V, status:VALID, product: CS - Service , description: Charge Lines associated with Service request,depot repair and Field Service Report , implementation_dba_data: APPS.CS_CHARGE_DETAILS_V ,
-
View: CS_CHARGE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CHARGE_DETAILS_V, object_name:CS_CHARGE_DETAILS_V, status:VALID, product: CS - Service , description: Charge Lines associated with Service request,depot repair and Field Service Report , implementation_dba_data: APPS.CS_CHARGE_DETAILS_V ,
-
APPS.PA_XLA_UPGRADE SQL Statements
12.1.1
-
APPS.PA_XLA_UPGRADE SQL Statements
12.2.2
-
VIEW: APPS.CS_CHARGE_DETAILS_V
12.2.2
-
VIEW: APPS.CS_CHARGE_DETAILS_V
12.1.1
-
View: RCV_MSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
View: RCV_MSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
PACKAGE BODY: APPS.PA_XLA_UPGRADE
12.2.2
-
PACKAGE BODY: APPS.PA_XLA_UPGRADE
12.1.1
-
VIEW: APPS.CS_CHARGE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CHARGE_DETAILS_V, object_name:CS_CHARGE_DETAILS_V, status:VALID,
-
VIEW: APPS.CS_CHARGE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CHARGE_DETAILS_V, object_name:CS_CHARGE_DETAILS_V, status:VALID,
-
APPS.WMS_PACKING_WORKBENCH_PVT SQL Statements
12.1.1
-
APPS.PA_XLA_UPGRADE dependencies on XLA_TRANSACTION_ENTITIES_UPG
12.1.1
-
APPS.PA_XLA_UPGRADE dependencies on XLA_TRANSACTION_ENTITIES_UPG
12.2.2
-
APPS.PA_XLA_UPGRADE dependencies on PA_XLA_UPG_LINES_GT
12.1.1
-
PACKAGE BODY: APPS.WMS_PACKING_WORKBENCH_PVT
12.1.1
-
APPS.PA_XLA_UPGRADE dependencies on PA_XLA_UPG_LINES_GT
12.2.2
-
APPS.WMS_PACKING_WORKBENCH_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WMS_PACKING_WORKBENCH_PVT
12.2.2
-
eTRM - WMS Tables and Views
12.1.1
-
eTRM - WMS Tables and Views
12.2.2
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2