Search Results shipment_quantity
Overview
APPS.PO_SOURCE_SHIPMENT_NUM_V is a supplementary Oracle EBS view owned by the APPS schema and registered under FND Design Data as PO.PO_SOURCE_SHIPMENT_NUM_V. It is documented as VALID in ETRM for both 12.1.1 and 12.2.2. The view consolidates shipment-level sourcing information from Oracle Purchasing line locations with descriptive attributes drawn from HR and organization reference data, exposing a flattened result set intended to simplify forms coding and reporting logic.
Oracle explicitly warns that this is a supplementary view for forms development and does not recommend querying or altering data through it, since its definition may change dramatically in subsequent minor or major releases. Consequently, the view should be treated as a read-only, convenience construct rather than a stable integration contract. The user search term "shipment_quantity" maps directly to the SHIPMENT_QUANTITY column exposed by this view.
Underlying Base Objects
The view is defined over the following documented objects: FINANCIALS_SYSTEM_PARAMS_ALL (synonym), HR_GENERAL (package), HR_LOCATIONS (view), HR_SECURITY (package), ORG_ORGANIZATION_DEFINITIONS (view), PO_LINE_LOCATIONS (synonym), and PO_LINE_LOCATIONS_ALL (synonym). The core transactional data originates from the purchasing line locations tables, while location descriptions, organization names, and security-based access restrictions are supplied through the HR and organization definition objects. The HR_SECURITY package typically enforces operating unit and organization-level access filtering, ensuring rows returned respect the caller's security profile. The view is not referenced by any other database object, confirming it is a terminal consumer view.
Key Columns
- SHIPMENT_NUM — Shipment (line location) number for the purchase order line.
- LINE_LOCATION_ID — Primary key of the shipment record in PO_LINE_LOCATIONS_ALL.
- PO_LINE_ID — Identifier of the parent purchase order line.
- SHIPMENT_QUANTITY — Quantity associated with the shipment; the column matching the user search.
- QUANTITY — Base ordered quantity for the line location.
- UNIT_MEAS_LOOKUP_CODE — Unit of measure for the primary quantity.
- SECONDARY_UNIT_OF_MEASURE / SECONDARY_QUANTITY — Dual unit of measure values where applicable.
- SHIP_TO_LOCATION_ID / SHIP_TO_ORGANIZATION_ID — Destination location and inventory organization.
- LOCATION_CODE, ORGANIZATION, ORGANIZATION_CODE — Descriptive location and organization attributes.
- PREFERRED_GRADE — Grade attribute associated with the shipment.
- ORG_ID — Operating unit organization identifier, the primary multi-org partitioning column.
Common Use Cases and Queries
Typical use cases include forms-driven shipment inquiry, validation lookups for shipment quantities and UOMs, and lightweight reporting on where shipments are dispatched. Because HR_SECURITY is referenced, queries return only rows permitted by the session's security context.
Example query returning shipment quantities for a purchase order line:
- SELECT shipment_num, shipment_quantity, unit_meas_lookup_code, organization_code FROM apps.po_source_shipment_num_v WHERE po_line_id = :p_line_id AND org_id = :p_org_id;
Example query aggregating shipped quantity by destination organization:
- SELECT organization_code, SUM(shipment_quantity) total_qty FROM apps.po_source_shipment_num_v WHERE org_id = :p_org_id GROUP BY organization_code;
Given Oracle's warning, production integrations should query the underlying PO_LINE_LOCATIONS_ALL table directly rather than relying on this view, using it strictly as a reference for understanding forms behavior.
-
VIEW: APPS.PO_SOURCE_SHIPMENT_NUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_SHIPMENT_NUM_V, object_name:PO_SOURCE_SHIPMENT_NUM_V, status:VALID,
-
VIEW: APPS.PO_SOURCE_SHIPMENT_NUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_SHIPMENT_NUM_V, object_name:PO_SOURCE_SHIPMENT_NUM_V, status:VALID,
-
View: POS_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID, product: PO - Purchasing , description: Create ASN View , implementation_dba_data: APPS.POS_SHIPMENTS_V ,
-
View: POS_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V POS.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID, product: PO - Purchasing , description: Create ASN View , implementation_dba_data: APPS.POS_SHIPMENTS_V ,
-
View: PO_SOURCE_SHIPMENT_NUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_SHIPMENT_NUM_V, object_name:PO_SOURCE_SHIPMENT_NUM_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_SHIPMENT_NUM_V ,
-
View: PO_SOURCE_SHIPMENT_NUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_SHIPMENT_NUM_V, object_name:PO_SOURCE_SHIPMENT_NUM_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_SHIPMENT_NUM_V ,
-
View: XNC_QUOTE_SHIPMENTS_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_QUOTE_SHIPMENTS_V retrieves full quote shipment details. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_QUOTE_SHIPMENTS_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_QUOTE_SHIPMENTS_V retrieves full quote shipment details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PO_SOURCE_SHIPMENT_NUM_V
12.2.2
-
VIEW: APPS.OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
VIEW: APPS.POBV_RFQ_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SHIPMENTS, object_name:POBV_RFQ_SHIPMENTS, status:VALID,
-
VIEW: APPS.PO_SHIP_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_SUPPLY_VIEW, object_name:PO_SHIP_SUPPLY_VIEW, status:VALID,
-
VIEW: APPS.PO_SHIP_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_SUPPLY_VIEW, object_name:PO_SHIP_SUPPLY_VIEW, status:VALID,
-
VIEW: APPS.POFV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID,
-
VIEW: APPS.POBV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATION_SHIPMENTS, object_name:POBV_QUOTATION_SHIPMENTS, status:VALID,
-
VIEW: APPS.POBV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATION_SHIPMENTS, object_name:POBV_QUOTATION_SHIPMENTS, status:VALID,
-
VIEW: APPS.POFV_RFQ_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SHIPMENTS, object_name:POFV_RFQ_SHIPMENTS, status:VALID,
-
View: OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
VIEW: APPS.PO_SOURCE_SHIPMENT_NUM_V
12.1.1
-
View: OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
VIEW: APPS.OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
VIEW: APPS.POBV_RFQ_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SHIPMENTS, object_name:POBV_RFQ_SHIPMENTS, status:VALID,
-
PACKAGE BODY: APPS.PO_POXKIAGN_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PO_POXKIAGN_XMLP_PKG
12.1.1
-
VIEW: APPS.POFV_RFQ_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SHIPMENTS, object_name:POFV_RFQ_SHIPMENTS, status:VALID,
-
View: POS_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V POS.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID, product: POS - iSupplier Portal , description: Displays Shipments , implementation_dba_data: APPS.POS_SHIPMENTS_V ,
-
VIEW: APPS.POFV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID,
-
View: POBV_RFQ_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SHIPMENTS, object_name:POBV_RFQ_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SHIPMENTS ,
-
VIEW: APPS.PO_AUTOSOURCE_DOCUMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID,
-
View: POBV_RFQ_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SHIPMENTS, object_name:POBV_RFQ_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SHIPMENTS ,
-
PACKAGE BODY: APPS.PO_POXKISUM_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PO_POXKISUM_XMLP_PKG
12.2.2
-
VIEW: APPS.PO_AUTOSOURCE_DOCUMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID,
-
View: POFV_RFQ_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SHIPMENTS, object_name:POFV_RFQ_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SHIPMENTS ,
-
View: POFV_RFQ_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SHIPMENTS, object_name:POFV_RFQ_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SHIPMENTS ,
-
View: POBV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATION_SHIPMENTS, object_name:POBV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_QUOTATION_SHIPMENTS ,
-
APPS.CST_PERENDACCRUALS_PVT SQL Statements
12.1.1
-
View: POBV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATION_SHIPMENTS, object_name:POBV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_QUOTATION_SHIPMENTS ,
-
VIEW: APPS.PO_NEGOTIATED_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NEGOTIATED_SOURCES_V, object_name:PO_NEGOTIATED_SOURCES_V, status:VALID,
-
VIEW: APPS.POS_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.POS_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_SHIPMENTS_V POS.POS_SHIPMENTS_V, object_name:POS_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.POS_SHIPMENTS_V
12.1.1
-
View: POFV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
View: POFV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
APPS.CST_PERENDACCRUALS_PVT SQL Statements
12.2.2
-
View: MRP_AP_PO_SHIP_SUPPLY_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_PO_SHIP_SUPPLY_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PO_NEGOTIATED_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NEGOTIATED_SOURCES_V, object_name:PO_NEGOTIATED_SOURCES_V, status:VALID,
-
PACKAGE: APPS.PO_POXKIAGN_XMLP_PKG
12.2.2
-
PACKAGE: APPS.PO_POXKIAGN_XMLP_PKG
12.1.1