Search Results po_rcv_supply_view
Overview
PO_RCV_SUPPLY_VIEW is a seeded APPS schema view in the Oracle E-Business Suite Purchasing (PO) module, documented with the description "Receiving supply." It exposes the portion of the MTL_SUPPLY table whose SUPPLY_TYPE_CODE equals 'RECEIVING', enriching each supply row with the associated purchasing, receipt, and unit-of-measure context. In effect, the view answers the question: "What incoming material do we expect or have we recorded as a receiving transaction, and against which purchase document?"
Because receiving supply records bridge Purchasing, Receiving, Inventory, and Planning, the view serves as a convenient denormalised source for reporting, data extraction, and integration. Developers and analysts use it to avoid writing the multi-table join manually. It is read-only and carries no DML of its own; it inherits the APPS data model and standard security considerations.
Underlying Base Objects
The view is defined over the following documented base objects, all accessed through APPS synonyms: MTL_SUPPLY, MTL_UNITS_OF_MEASURE, PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS_ALL, PO_DISTRIBUTIONS_ALL, PO_RELEASES_ALL, RCV_SHIPMENT_HEADERS, and RCV_TRANSACTIONS.
The driving table is MTL_SUPPLY, filtered to SUPPLY_TYPE_CODE = 'RECEIVING'. It joins to PO_HEADERS_ALL on PO_HEADER_ID, to PO_LINES_ALL on PO_LINE_ID, to PO_LINE_LOCATIONS_ALL on PO_LINE_LOCATION_ID, to PO_DISTRIBUTIONS_ALL on PO_DISTRIBUTION_ID, and to RCV_SHIPMENT_HEADERS and RCV_TRANSACTIONS via the shipment header and receipt transaction identifiers. PO_RELEASES_ALL is an outer join (PR.PO_RELEASE_ID(+) = MS.PO_RELEASE_ID), so blanket-release details are optional. MTL_UNITS_OF_MEASURE supplies the UOM_CODE. These relationships confirm the view is a purchasing-and-receiving composite over inventory supply.
Key Columns
The projected columns cover identification, quantities, and planning attributes:
- ITEM_ID, PO_HEADER_ID, PO_LINE_ID, VENDOR_ID, VENDOR_SITE_ID — core entity keys linking the supply to the item and purchasing document.
- PO_NUMBER — derived from PO_HEADERS_ALL.SEGMENT1; when a release exists, the release number is appended in parentheses.
- RCV_TRX_QUANTITY, RCV_TRX_UOM_CODE — receiving transaction quantity and its unit of measure.
- PRIMARY_UOM_QUANTITY, PRIMARY_UOM — quantity and UOM expressed in the destination organisation's primary UOM.
- MRP_EXPECTED_DELIVERY_DATE, EXPECTED_DELIVERY_DATE, DOCK_DATE — planned and transactional dates used by planning and receiving.
- MRP_PRIMARY_QUANTITY, MRP_PRIMARY_UOM, MRP_DESTINATION_TYPE_CODE, MRP_TO_ORGANIZATION_ID, MRP_TO_SUBINVENTORY — MRP-oriented destination and quantity attributes.
- DESTINATION_TYPE_CODE, TO_ORGANIZATION_ID, TO_SUBINVENTORY, FROM_ORGANIZATION_ID — routing of the supply.
- LINE_NUM, PO_REVISION_NUM, RECEIVING_DOCUMENT_DESIGNATOR, ITEM_REVISION, UNIT_PRICE — document and pricing detail.
- PROJECT_ID, TASK_ID, END_ITEM_UNIT_NUMBER — project and end-item references from PO_DISTRIBUTIONS_ALL.
Common Use Cases and Queries
Typical scenarios include open receiving supply reporting, reconciliation of expected receipts against purchase orders, MRP supply feeds, and destination/subinventory analysis. A representative query lists incoming supply for a given organisation:
SELECT po_number, item_id, rcv_trx_quantity, rcv_trx_uom_code, mrp_expected_delivery_date, mrp_to_subinventory FROM apps.po_rcv_supply_view WHERE mrp_to_organization_id = :org_id ORDER BY mrp_expected_delivery_date;- Filter by
po_header_idorpo_line_idto reconcile a specific order line against its receipts. - Aggregate
mrp_primary_quantitybymrp_to_subinventoryto review planned inbound inventory.
Because the view exposes only 'RECEIVING' supply rows and relies on inner joins for most purchasing and receipt tables, records missing an associated receipt transaction or distribution are excluded. Consumers should therefore treat it as a targeted reporting view rather than a complete inventory picture.
-
View: PO_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
View: PO_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
PACKAGE BODY: APPS.GMPMPACT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMPACT, status:VALID,
-
PACKAGE BODY: APPS.GMPMPACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMPACT, status:VALID,
-
SYNONYM: APPS.MTL_SUPPLY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SUPPLY, status:VALID,
-
TABLE: MRP.MRP_ITEM_PURCHASE_ORDERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_PURCHASE_ORDERS, object_name:MRP_ITEM_PURCHASE_ORDERS, status:VALID,
-
TABLE: MRP.MRP_ITEM_PURCHASE_ORDERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_PURCHASE_ORDERS, object_name:MRP_ITEM_PURCHASE_ORDERS, status:VALID,
-
SYNONYM: APPS.MTL_SUPPLY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SUPPLY, status:VALID,
-
VIEW: APPS.PO_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID,
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PO_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID,
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID,
-
View: MRP_PO_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchasing supply view , implementation_dba_data: APPS.MRP_PO_SUPPLY_VIEW ,
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.1.1
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: MRP_PO_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchasing supply view , implementation_dba_data: APPS.MRP_PO_SUPPLY_VIEW ,
-
12.1.1 FND Design Data
12.1.1
-
View: MRP_RHX_PURCHASING_SUPPLY_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding the supply of the planned items. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
View: MRP_RHX_PURCHASING_SUPPLY_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding the supply of the planned items. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.PO_RELEASES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
APPS.GMPMPACT SQL Statements
12.2.2
-
APPS.GMPMPACT SQL Statements
12.1.1
-
SYNONYM: APPS.PO_RELEASES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
APPS.PKG_GMP_BUCKET_DATA SQL Statements
12.1.1
-
APPS.PKG_GMP_BUCKET_DATA SQL Statements
12.2.2
-
APPS.GMPMPACT dependencies on PO_RCV_SUPPLY_VIEW
12.1.1
-
APPS.GMPMPACT dependencies on PO_RCV_SUPPLY_VIEW
12.2.2
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
PACKAGE BODY: APPS.GMPMPACT
12.1.1
-
PACKAGE BODY: APPS.GMPMPACT
12.2.2
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
APPS.GMPMPACT dependencies on PO_HEADERS_ALL
12.2.2
-
APPS.GMPMPACT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMPMPACT dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.GMPMPACT dependencies on MTL_SYSTEM_ITEMS
12.2.2