Search Results delivered_by
Overview
APPS.RCV_DISTRIBUTIONS_PRINT_REQ is an internal Oracle E-Business Suite view owned by the APPS schema and registered in FND Design Data under the product short name PO (design data key PO.RCV_DISTRIBUTIONS_PRINT_REQ). It is an internal view type referenced by Oracle Applications programs that produce receiving distribution printing and requisition-based delivery output. The view consolidates receiving transaction distribution information into a report-oriented shape, joining purchase requisition, receiving, and warehouse management data so that delivered quantities, destinations, and license plate identifiers can be presented together on a single row. In Oracle EBS 12.1.1 and 12.2.2 the object retains a VALID status.
The view is documented with an explicit Oracle Internal Use Only warning. 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 an implementation detail of the receiving print/distribution reports rather than as a supported public interface.
Underlying Base Objects
The view is defined over a documented set of synonyms, tables, and one package, reflecting the breadth of the receiving and requisition data model:
- FND_GLOBAL (PACKAGE) — supplies session context such as organization and user identifiers used for filtering and descriptive columns.
- HR_ALL_ORGANIZATION_UNITS_TL, HR_LOCATIONS_ALL_TL, PER_ALL_PEOPLE_F — provide translated organization, location, and person names for delivery destinations and delivered-by values.
- PO_LOOKUP_CODES — resolves lookup meanings for destination types and transaction types.
- PO_REQUISITION_HEADERS_ALL, PO_REQUISITION_LINES, PO_REQ_DISTRIBUTIONS_ALL — the requisition side of the distribution, supplying document numbers, outstanding quantities, and destination details.
- RCV_SHIPMENT_HEADERS, RCV_SHIPMENT_LINES, RCV_TRANSACTIONS — receiving shipment and transaction records supplying delivered quantity, delivery date, transaction type, and the associated license plate number.
- RCV_TRANSACTIONS_INTERFACE — the open receiving interface, allowing interface rows to appear on the report alongside posted transactions.
- WMS_LICENSE_PLATE_NUMBERS — the Warehouse Management System license plate master, which supplies the license plate number and transfer license plate number values exposed by the view.
The view therefore unifies requisition distribution demand with receiving execution detail, including the WIP and BOM reference columns (WIP_ENTITY_ID, WIP_LINE_ID, WIP_OPERATION_SEQ_NUM, WIP_RESOURCE_SEQ_NUM, WIP_REPETITIVE_SCHEDULE_ID, BOM_RESOURCE_ID) that tie a distribution to a manufacturing work order or resource.
Key Columns
The most operationally significant columns include ORGANIZATION_ID, which anchors every row to an inventory organization, and DESTINATION_TYPE with DESTINATION, which classify and name the receiving destination. DOCUMENT_NUM, DELIVER_UNIT_OF_MEASURE, OUTSTANDING_QUANTITY, and QUANTITY_DELIVERED express the requisition document, its unit of measure, the balance still outstanding, and what has been delivered. DELIVERY_DATE, DELIVERED_BY, DELIVER_TRANSACTION_TYPE, and TRANSACTION_ID identify the receiving event and its actor.
DISTRIBUTION_ID links the row to the underlying requisition distribution, while FROM_INTERFACE indicates whether the row originated in RCV_TRANSACTIONS_INTERFACE. Delivery addressing is carried by DELIVER_TO_PERSON, DELIVER_TO_LOCATION, DELIVER_TO_ORG, DESTINATION_SUBINVENTORY, and LOCATOR_ID.
The columns most relevant to the searched term are LICENSE_PLATE_NUMBER (VARCHAR2(30)), documented as the license plate number in which the material was received or delivered, and TRANSFER_LICENSE_PLATE_NUMBER (VARCHAR2(30)), documented as the transfer license plate number in which the material was received or delivered. Both are sourced from the WMS license plate infrastructure and are exposed here to support print output that must identify the physical handling unit moved between receiving locations. PLL_NOTE_TO_DELIVER and NOTE_TO_DELIVER carry delivery instructions.
Common Use Cases and Queries
Typical usage is diagnostic in nature, since the view is internal: tracing which license plate carried a delivery, reconciling requisition distributions against received quantities, or confirming whether a row has been posted or remains in the interface. A representative query for license plate tracing is:
- SELECT DISTRIBUTION_ID, DOCUMENT_NUM, DESTINATION, LICENSE_PLATE_NUMBER, TRANSFER_LICENSE_PLATE_NUMBER, QUANTITY_DELIVERED, DELIVERY_DATE FROM APPS.RCV_DISTRIBUTIONS_PRINT_REQ WHERE ORGANIZATION_ID = :org_id AND (LICENSE_PLATE_NUMBER = :lpn OR TRANSFER_LICENSE_PLATE_NUMBER = :lpn);
- SELECT DOCUMENT_NUM, OUTSTANDING_QUANTITY, QUANTITY_DELIVERED, FROM_INTERFACE FROM APPS.RCV_DISTRIBUTIONS_PRINT_REQ WHERE ORGANIZATION_ID = :org_id ORDER BY DOCUMENT_NUM;
- SELECT DELIVER_TO_PERSON, DELIVER_TO_LOCATION, DESTINATION_SUBINVENTORY, LOCATOR_ID FROM APPS.RCV_DISTRIBUTIONS_PRINT_REQ WHERE TRANSACTION_ID = :transaction_id;
Because the object is unsupported for direct customer access, these queries should be confined to troubleshooting and reporting research, with supported receiving reports and APIs preferred for production integrations.
-
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_RMA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_RMA, object_name:RCV_DISTRIBUTIONS_PRINT_RMA, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_PO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_PO, object_name:RCV_DISTRIBUTIONS_PRINT_PO, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_INV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_RMA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_RMA, object_name:RCV_DISTRIBUTIONS_PRINT_RMA, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT, object_name:RCV_DISTRIBUTIONS_PRINT, 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,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_INV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_PO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_PO, object_name:RCV_DISTRIBUTIONS_PRINT_PO, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT, object_name:RCV_DISTRIBUTIONS_PRINT, status:VALID,
-
View: RCV_DISTRIBUTIONS_PRINT_RMA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_RMA, object_name:RCV_DISTRIBUTIONS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_RMA ,
-
View: RCV_DISTRIBUTIONS_PRINT_PO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_PO, object_name:RCV_DISTRIBUTIONS_PRINT_PO, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_PO ,
-
View: RCV_DISTRIBUTIONS_PRINT_RMA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_RMA, object_name:RCV_DISTRIBUTIONS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_RMA ,
-
View: RCV_DISTRIBUTIONS_PRINT_PO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_PO, object_name:RCV_DISTRIBUTIONS_PRINT_PO, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_PO ,
-
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: RCV_DISTRIBUTIONS_PRINT_INV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_INV ,
-
View: RCV_DISTRIBUTIONS_PRINT_INV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT_INV ,
-
View: RCV_DISTRIBUTIONS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT, object_name:RCV_DISTRIBUTIONS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT ,
-
View: RCV_DISTRIBUTIONS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT, object_name:RCV_DISTRIBUTIONS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_DISTRIBUTIONS_PRINT ,
-
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 ,