Search Results edi_unit_price
Overview
APPS.POBV_INBOUND_SHIPMENT_LINES is a Business Intelligence System (BIS) view in the Oracle E-Business Suite APPS schema, owned by the Procurement (PO) product family and registered in FND Design Data as PO.POBV_INBOUND_SHIPMENT_LINES. The view presents inbound receiving information for items that have been shipped and/or received against a specific receipt source, consolidating shipment-line detail into a denormalized, reporting-friendly structure. Because it is a BIS view, it is intended primarily for reporting, analytics, and integration consumption rather than transactional update. Status is documented as VALID in ETRM 12.2.2. The view exposes 44 columns spanning identifiers, quantities, pricing, supplier references, destination attributes, and standard WHO audit columns. For users searching on shipment_unit_price, the relevant attribute is the SHIPMENT_UNIT_PRICE column, which carries the unit price associated with the inbound shipment line (distinct from EDI_UNIT_PRICE, which reflects the price transmitted electronically).
Underlying Base Objects
The documented view metadata identifies two referenced base objects: RCV_SHIPMENT_LINES (SYNONYM) and MTL_TRANSACTION_REASONS (SYNONYM). RCV_SHIPMENT_LINES is the core receiving table holding shipment line records, and it supplies the bulk of the columns exposed here, including SHIPMENT_LINE_ID, SHIPMENT_UNIT_PRICE, quantities, and supplier descriptors. MTL_TRANSACTION_REASONS provides the reason-name lookup resolved into TRANSACTION_REASON_NAME. In practice, the view also indirectly references related procurement and inventory entities (purchase order, requisition, distribution, and location tables) through the foreign-key identifiers exposed as columns such as PURCHASE_ORDER_ID, PO_LINE_ID, REQUISITION_LINE_ID, and DELIVER_TO_LOCATION_ID. These identifiers allow the reporting layer to join back to the operational tables without duplicating their full attribute sets.
Key Columns
- SHIPMENT_LINE_ID – Primary identifier for the shipment line record.
- SHIPMENT_UNIT_PRICE / EDI_UNIT_PRICE – Unit price on the shipment line and its EDI-transmitted counterpart.
- SHIPPED_QUANTITY / RECEIVED_QUANTITY / SUPPLIER_SHIPPED_QUANTITY / SECONDARY_QUANTITY_SHIPPED – Quantities shipped, received, or declared by the supplier.
- SHIPMENT_UNIT_OF_MEASURE / PRIMARY_UNIT_OF_MEASURE – Units of measure governing the quantity values.
- SHIPMENT_LINE_STATUS – Current disposition of the line (for example, shipped or received).
- ITEM_ID / ITEM_DESCRIPTION / ITEM_REVISION / SUPPLIER_ITEM_NUMBER – Item identity and supplier cross-reference.
- SUPPLIER_LOT_NUMBER, CONTAINER_NUMBER, TRUCK_NUMBER, PACKING_SLIP_NUMBER, BAR_CODE_LABEL – Logistics and traceability attributes.
- PURCHASE_ORDER_ID, PO_RELEASE_ID, PO_LINE_ID, PO_SHIPMENT_ID, PO_DISTRIBUTION_ID, REQUISITION_LINE_ID, REQ_DISTRIBUTION_ID – Procurement document linkage.
- SOURCE_ORGANIZATION_ID / DESTINATION_ORGANIZATION_ID / DESTINATION_SUBINVENTORY – Inventory routing context.
- TRANSFER_COST / TRANSFER_PERCENTAGE / CHARGE_ACCOUNT_ID / TRANSPORTATION_ACCOUNT_ID – Costing and accounting references.
- CREATED_BY, CREATED_DATE, LAST_UPDATED_BY, LAST_UPDATED_DATE – Standard WHO audit columns.
Common Use Cases and Queries
The view is commonly used in inbound receiving reports, supplier performance analysis, ASN reconciliation, and landed-cost verification. A typical analytical query aggregates shipped versus received quantities and unit price by item and supplier lot.
- Comparing shipment unit price against EDI unit price to detect pricing discrepancies on electronically received lines.
- Reconciling supplier-shipped quantity against received quantity to measure fulfillment accuracy.
- Reporting open inbound shipments by destination organization or subinventory for warehouse planning.
- Joining to purchase order and requisition identifiers for spend and procurement traceability.
Sample SQL:
SELECT shipment_line_id, item_description, supplier_item_number, shipped_quantity, received_quantity, shipment_unit_price, edi_unit_price, shipment_unit_of_measure, shipment_line_status FROM apps.pobv_inbound_shipment_lines WHERE received_quantity > 0 ORDER BY shipment_line_id;
Because the view is a BIS reporting object, queries against it are read-only. Consumers should apply appropriate organization and date filters to limit result sets on high-volume receiving data.
-
VIEW: APPS.POBV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID,
-
VIEW: APPS.POBV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID,
-
VIEW: APPS.POFV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID,
-
View: POBV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENT_LINES ,
-
View: POBV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENT_LINES ,
-
VIEW: APPS.POFV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
View: POFV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENT_LINES, object_name:POFV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_INBOUND_SHIPMENT_LINES ,
-
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 ,