Search Results rcv_trx_uom_code
Overview
APPS.PO_SHIP_RCV_SUPPLY_VIEW is an Oracle E-Business Suite internal database view owned by the APPS schema. It consolidates shipment, receiving transaction, and supply/demand information into a single reporting structure, joining receiving records from the RCV schema with supply records from MTL_SUPPLY and requisition data from the PO schema. The view presents, for each shipment line, the receipt transaction quantity, the unit of measure (UOM) associated with that transaction, and the equivalent quantity expressed in the item's primary UOM. This enables reconciliation between the UOM in which material was physically received and the primary inventory UOM of the item.
The object carries a status of VALID and is classified as an internal view (View Type: Internal). Oracle explicitly marks it with the warning "Oracle Internal Use Only," meaning Oracle Corporation does not support direct access to applications data through this object except from standard Oracle Applications programs. Consequently, it should be treated as a dependency-resolution and reporting reference rather than a public API surface. Its presence in ETRM allows consultants to trace column lineage when troubleshooting seeded reports and concurrent programs that reference RCV_TRX_UOM_CODE.
Underlying Base Objects
The documented base objects underlying this view span three product schemas:
RCV_SHIPMENT_HEADERSandRCV_SHIPMENT_LINES— supply the shipment header, line identifiers, shipment number, expected and dock dates, and destination attributes.RCV_TRANSACTIONS— supplies the receiving transaction quantity and the transaction UOM code, which is the column most frequently searched in relation to this view.MTL_SUPPLY— contributes supply and demand records, including MRP-processed quantities, MRP primary quantity, MRP destination type, and MRP destination organization/subinventory.MTL_UNITS_OF_MEASURE— provides UOM definitions used to resolve the primary UOM and transaction UOM codes.PO_REQUISITION_LINES_ALLandPO_REQ_DISTRIBUTIONS_ALL— contribute requisition and distribution context such as project and task identifiers.PO_UNITEFF_PKG— a PL/SQL package referenced for unit-of-measure conversion logic used to derive primary UOM quantities.
Because the view is defined over synonyms in the APPS schema that resolve to these base tables, it acts as a denormalized projection of receiving and planning supply data.
Key Columns
RCV_TRX_UOM_CODE(VARCHAR2) — the transaction unit of measure recorded on the receipt; the column of primary interest when investigating UOM discrepancies.RCV_TRX_QUANTITY(NUMBER) — the quantity received in the transaction UOM.PRIMARY_UOM_QUANTITYandPRIMARY_UOM— the same quantity converted to, and expressed in, the item's primary UOM.ITEM_ID,ORGANIZATION_ID— item and receiving organization identifiers.SHIPMENT_HEADER_ID,SHIPMENT_LINE_ID,SHIPMENT_NUM,SHIPMENT_LINE_NUM— shipment and line keys.DOCK_DATE,EXPECTED_DELIVERY_DATE,MRP_EXPECTED_DELIVERY_DATE— key dates for scheduling and reconciliation.DESTINATION_TYPE_CODE,TO_ORGANIZATION_ID,TO_SUBINVENTORY,MRP_TO_ORGANIZATION_ID,MRP_TO_SUBINVENTORY— destination attributes for the receipt and for MRP processing.MRP_PRIMARY_QUANTITY,MRP_PRIMARY_UOM— quantities as processed by MRP.PROJECT_ID,TASK_ID,END_ITEM_UNIT_NUMBER,ITEM_REVISION— project and item detail.
Common Use Cases and Queries
Typical uses include reconciling receiving UOM against primary UOM, analyzing MRP supply versus actual receipts, and tracing shipment destination data. A representative query isolating the searched column is:
SELECT SHIPMENT_NUM, SHIPMENT_LINE_NUM, ITEM_ID, ORGANIZATION_ID, RCV_TRX_QUANTITY, RCV_TRX_UOM_CODE, PRIMARY_UOM_QUANTITY, PRIMARY_UOM FROM APPS.PO_SHIP_RCV_SUPPLY_VIEW WHERE RCV_TRX_UOM_CODE IS NOT NULL;- Filter by
ORGANIZATION_IDandDOCK_DATEto reconcile receipts within a period. - Compare
RCV_TRX_QUANTITYagainstMRP_PRIMARY_QUANTITYwhere the UOM codes differ to detect conversion issues.
Given the Oracle Internal Use Only designation, any such query should be confined to diagnostic or reporting scenarios and not embedded in custom application logic.
-
VIEW: APPS.PO_SHIP_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, status:VALID,
-
VIEW: APPS.PO_SHIP_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, 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.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: 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 ,
-
View: PO_SHIP_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Shipment receipts supply , implementation_dba_data: APPS.PO_SHIP_RCV_SUPPLY_VIEW ,
-
View: PO_SHIP_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Shipment receipts supply , implementation_dba_data: APPS.PO_SHIP_RCV_SUPPLY_VIEW ,
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.1.1
-
VIEW: APPS.MRP_PO_SUPPLY_VIEW
12.2.2
-
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: 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 ,
-
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 ,