Search Results rcv_distributions_print_req
Overview
The APPS.RCV_DISTRIBUTIONS_PRINT_REQ view is a reporting construct within the Oracle E-Business Suite Purchasing (PO) module that presents receipt transaction distribution detail specifically for requisition-sourced internal order receipts. The view is documented in the ETRM repository as a retrofitted object with a status of VALID, indicating that it has been adapted across releases—most notably between Oracle EBS 12.1.1 and 12.2.2—to accommodate schema and table changes in the Receiving (RCV) and Purchasing data model. Its name reflects its purpose: it feeds distribution-level print and inquiry output for receipts tied to internal requisitions.
Functionally, the view joins receipt transaction lines back to their originating requisition lines and distributions, resolving the descriptive attributes (requester name, deliver-to location, destination organization, subinventory, and license plate numbers) that a receipt traveler or distribution report requires. Because it is a view rather than a table, it stores no data of its own and incurs no maintenance cost; all values are derived at query time from the underlying transactional and master tables.
Underlying Base Objects
The view is defined over a broad set of base objects, joined primarily on the shipment line, requisition line, and distribution keys:
- RCV_TRANSACTIONS and RCV_SHIPMENT_LINES / RCV_SHIPMENT_HEADERS — supply the receipt transaction, shipment, and delivery detail.
- PO_REQUISITION_HEADERS (via
PO_REQUISITION_HEADERS_ALL), PO_REQUISITION_LINES, and PO_REQ_DISTRIBUTIONS_ALL — supply the requisition source document and its distribution lines. - HR_ALL_ORGANIZATION_UNITS_TL and HR_LOCATIONS_ALL_TL — resolve the destination organization and deliver-to location descriptive names, including the alternate location used for the shipment line.
- PER_ALL_PEOPLE_F — resolves requester and preparer full names, joined multiple times (PPF, PPF1, PPF2) to handle both the requisition and shipment-level person references.
- PO_LOOKUP_CODES — supplies the
DISPLAYED_FIELDlookup value. - WMS_LICENSE_PLATE_NUMBERS — joins twice (WLPN1, WLPN2) to expose license plate and transfer license plate numbers for warehouse-managed (WMS) organizations.
- FND_GLOBAL and RCV_TRANSACTIONS_INTERFACE are also referenced in the documented dependency list.
The join predicates restrict the output to transactions where SOURCE_DOCUMENT_CODE = 'REQ' and the receipt header carries RECEIPT_SOURCE_CODE = 'INTERNAL ORDER', so only internal requisition receipts are returned.
Key Columns
- ORGANIZATION_ID — the inventory organization of the receipt transaction.
- TRANSACTION_ID, QUANTITY, TRANSACTION_DATE — the receipt transaction identity, quantity, and posting date.
- SEGMENT1 — the requisition number from
PO_REQUISITION_HEADERS. - UNIT_MEAS_LOOKUP_CODE — the unit of measure for the requisition line.
- Open quantity expression —
QUANTITY - QUANTITY_CANCELLED - QUANTITY_DELIVERED, the outstanding quantity yet to be delivered. - NOTE_TO_RECEIVER — the instruction text carried on the requisition line.
- Requester / deliver-to composite — a concatenation of the person full name, location code, organization name, and the target subinventory (
NVL(RSL.TO_SUBINVENTORY, RCT.SUBINVENTORY)). - DISTRIBUTION_ID — the requisition distribution identifier.
- LOCATOR_ID — the inventory locator associated with the receipt.
- LICENSE_PLATE_NUMBER and TRANSFER_LICENSE_PLATE_NUMBER — LPN detail for WMS-enabled flows.
- Several positional
TO_NUMBER(NULL)and empty-string placeholders exist to preserve a fixed report layout, plus the literal'REQ'as the source document code indicator.
Common Use Cases and Queries
This view is typically consumed by receipt printing and requisition receipt inquiry reports. A basic query filters by transaction to retrieve distribution print detail:
- Receipt traveler printing — retrieve requester, deliver-to location, subinventory, and open quantity for a given
TRANSACTION_ID. - Internal requisition receipt inquiry — list all distributions for a requisition identified by
SEGMENT1. - Delivery reconciliation — compare received
QUANTITYagainst the open quantity expression to identify short or pending deliveries.
Example: SELECT transaction_id, segment1, quantity, note_to_receiver FROM apps.rcv_distributions_print_req WHERE transaction_id = :txn_id;
Because the view enforces the internal-order and requisition filters internally, callers do not need to reapply those predicates, though additional organization or date restrictions improve performance on large receipt volumes.
-
View: RCV_DISTRIBUTIONS_PRINT_REQ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_REQ ,
-
View: RCV_DISTRIBUTIONS_PRINT_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_REQ ,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_REQ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.PO_REQUISITION_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.WMS_LICENSE_PLATE_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID,
-
SYNONYM: APPS.WMS_LICENSE_PLATE_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS_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.FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, 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_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
VIEW: APPS.PO_LOOKUP_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOOKUP_CODES, object_name:PO_LOOKUP_CODES, status:VALID,
-
VIEW: APPS.PO_LOOKUP_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOOKUP_CODES, object_name:PO_LOOKUP_CODES, status:VALID,
-
SYNONYM: APPS.RCV_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, 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.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_TRANSACTIONS, status:VALID,
-
PACKAGE BODY: APPS.PO_POXDLPDT_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PO_POXDLPDT_XMLP_PKG
12.2.2
-
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 - 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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
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 ,