Search Results pos_rcv_transactions_v
Overview
POS_RCV_TRANSACTIONS_V is a registered APPS schema view belonging to the POS – iSupplier Portal product family in Oracle E-Business Suite 12.1.1 and 12.2.2. The view presents receiving transaction activity in a denormalized, reporting-friendly form. Rather than requiring a caller to join the RCV receipt and transaction tables to purchasing, supplier, item, and HR entities, POS_RCV_TRANSACTIONS_V exposes a single flattened row per receiving transaction, enriched with shipment, purchase order, supplier, item, and receiver attributes. Its documented purpose is simply to "Display Receiving Transactions," and it serves as the primary read model behind iSupplier Portal receiving pages and related reporting extracts.
Because it is a view rather than a table, no storage is allocated to it and no direct DML is permitted. It is intended strictly for query and integration consumption, particularly in self-service supplier-facing flows where a receiving transaction must be rendered together with its originating PO, supplier site, packing slip, and inspection status.
Underlying Base Objects
The view is defined over two logical clusters of objects. The transaction cluster is anchored on RCV_TRANSACTIONS, with RCV_SHIPMENT_HEADERS and RCV_SHIPMENT_LINES supplying receipt header and line context. The purchasing cluster contributes PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS_ALL, and PO_RELEASES_ALL, providing PO number, line, shipment, and release detail. Supplier data is drawn from the PO_VENDORS and PO_VENDOR_SITES_ALL views, while HR and item context come from PER_ALL_PEOPLE_F (receiver name), HR_LOCATIONS_ALL_TL and HR_ALL_ORGANIZATION_UNITS_TL (ship-to locations), and MTL_SYSTEM_ITEMS_KFV (item description and concatenated segments).
Two programmatic dependencies are material: the POS_PO_RCV_QTY package supplies the TRANSACT_QTY value via GET_NET_RECEIVED_QTY, and FND_GLOBAL supplies session context such as organization and user identifiers used to scope the results.
Key Columns
The exposed columns map directly to the documented select list. Transaction identity and type are carried by TRANSACTION_ID, PARENT_TRANSACTION_ID, TRANSACTION_TYPE, and TRANSACTION_DATE. Quantities and units appear as TRANSACT_QTY, TRANSACT_UOM, PRIMARY_UOM, PRIMARY_QUANTITY, and NET_PRIMARY_QUANTITY.
- INSPECTION_STATUS_CODE — the inspection disposition of the receiving transaction (for example Pending, Passed, or Failed); this is the column most frequently searched, as it drives receipt acceptance and rejection workflows.
- DESTINATION_TYPE — indicates whether goods landed in Inventory, WIP, or Expense.
- SOURCE_TYPE / SOURCE_DOC_CODE — identify the receipt source (for example supplier or internal) and the originating document.
- PO_NUM, PO_LINE, PO_SHIPMENT, PO_RELEASE — purchasing document context, concatenated from segment and release number.
- SUPPLIER, SUPPLIER_SITE, SUPPLIER_ID, VENDOR_NUMBER — supplier identification attributes.
- ITEM_ID, ITEM_DESC, ITEM_REV, VENDOR_ITEM_NUM — item context on the shipment line.
- RECEIPT_NUM, RECEIPT_DATE, PACKING_SLIP, BILL_OF_LADING, FREIGHT_CARRIER — receipt and logistics detail.
- RECEIVER, SHIP_TO_LOCATION, DELIVER_TO_LOCATION_ID, SUBINVENTORY — receiver and delivery location attributes.
Common Use Cases and Queries
Typical scenarios include inspection-status reporting, supplier receipt confirmation, and reconciliation of received quantities against PO shipments. A query to list pending inspections for a supplier would resemble:
SELECT transaction_id, receipt_num, po_num, po_line, item_desc, transaction_type, transaction_date, inspection_status_code, transact_qty, transact_uom FROM pos_rcv_transactions_v WHERE inspection_status_code = 'PENDING' AND supplier_id = :p_vendor_id ORDER BY transaction_date DESC;
Because TRANSACT_QTY is computed through POS_PO_RCV_QTY, callers should expect a function call per row and should filter aggressively on ORGANIZATION_ID, TRANSACTION_DATE, or supplier identifiers to keep result sets bounded. The view is read-only and should be treated as a reporting surface, not a staging target.
-
View: POS_RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
View: POS_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V POS.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
View: POS_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V POS.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: POS - iSupplier Portal , description: Displays Receiving Transactions , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
PACKAGE: APPS.POS_PO_RCV_QTY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:POS_PO_RCV_QTY, status:VALID,
-
PACKAGE: APPS.POS_PO_RCV_QTY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:POS_PO_RCV_QTY, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.POS_PO_RCV_QTY
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.POS_PO_RCV_QTY
12.2.2
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
VIEW: APPS.POS_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V POS.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID,
-
PACKAGE BODY: APPS.POS_PO_RCV_QTY
12.1.1
-
VIEW: APPS.POS_RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.PO_RELEASES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
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,
-
PACKAGE BODY: APPS.POS_PO_RCV_QTY
12.2.2
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, 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_LINE_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, 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,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
APPS.POS_PO_RCV_QTY dependencies on RCV_TRANSACTIONS
12.1.1
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
APPS.POS_PO_RCV_QTY dependencies on RCV_TRANSACTIONS
12.2.2
-
eTRM - POS Tables and Views
12.2.2
description: This table is used during release 11i to release 12 upgrade. It stores vendor_ids of vendors who are considered in iSupplier Portal TCA Supplier upgrade scripts. ,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,