Search Results rcv_enter_receipts_po_v
Overview
The RCV_ENTER_RECEIPTS_PO_V view is an APPS-owned database view in Oracle E-Business Suite, residing in the PO (Purchasing) product module. According to its ETRM documentation it carries the status VALID and is annotated as "10SC ONLY - Retrofitted" — indicating it originated as a customer-specific or release-specific retrofit object rather than a fully generic Receiving view. Its purpose is to present purchasing document lines in a receiving-oriented shape, surfaced within the Receiving interface (the "Enter Receipts" form and the receiving open interface lineage) so that receipt entry, receipt matching, and downstream integration can consume purchase order, release, shipment, and item attributes from a single flat structure.
The view is a UNION-style construct typical of the family of RCV_ENTER_RECEIPTS_*_V views; the PO branch shown generates rows for vendor-sourced purchase order shipments with a literal 'VENDOR' and 'PO' descriptor at the head of the projection. It therefore acts as the PO-document feeder into the unified Receiving data model.
Underlying Base Objects
The view is defined over, or resolves through, the following documented objects as recorded in ETRM 12.2.2:
- PO_HEADERS_TRX_V, PO_LINES_TRX_V, PO_LINE_LOCATIONS_TRX_V — the transactional (draft/versioned) purchasing header, line, and shipment views supplying document number, line number, shipment number, quantities, dates, and receiving routing.
- PO_DISTRIBUTIONS_TRX_V — distribution-level accounting and charge context.
- PO_VENDORS, PO_RELEASES_ALL, PO_LINE_TYPES_B — vendor name/site, blanket release numbers, and line type behavior (e.g., outside-operation flag).
- MTL_SYSTEM_ITEMS, MTL_SYSTEM_ITEMS_TL, MTL_UNITS_OF_MEASURE — item master attributes: UOM class, location and subinventory control codes, locator restriction, shelf life, serial, lot, and revision control flags, plus translated item description.
- RCV_ROUTING_HEADERS, RCV_PARAMETERS — receiving routing name and receiving parameter defaults.
- HR_LOCATIONS_ALL_TL — ship-to location code.
- PO_HAZARD_CLASSES_TL, PO_UN_NUMBERS_TL — hazardous material class and UN number identifiers.
- GL_DAILY_CONVERSION_TYPES — currency conversion rate type.
- WIP_DISCRETE_JOBS, WIP_ENTITIES and the PO_CLM_INTG_GRP package — supporting outside-processing and contract-labor integration logic.
Key Columns
- PO_HEADER_ID, PO_LINE_ID, LINE_LOCATION_ID, PO_RELEASE_ID, PO_DISTRIBUTION_ID — the join keys linking receipt rows back to the purchase document hierarchy.
- SEGMENT1, LINE_NUM, SHIPMENT_NUM, RELEASE_NUM — user-facing document, line, shipment, and release identifiers.
- VENDOR_ID, VENDOR_NAME, VENDOR_SITE_ID, VENDOR_PRODUCT_NUM — supplier identity and supplier part number.
- ITEM_ID, ITEM_NUMBER, ITEM_DESCRIPTION, ITEM_REVISION, CATEGORY_ID — item identification and revision control data.
- UNIT_MEAS_LOOKUP_CODE, UOM_CLASS — transaction unit of measure and its class.
- QUANTITY, NEED_BY_DATE, PROMISED_DATE — ordered quantity and scheduling dates used to default receipt quantities.
- SHIP_TO_ORGANIZATION_ID, SHIP_TO_LOCATION_ID, LOCATION_CODE, RECEIVING_ROUTING_ID, ROUTING_NAME — destination and receiving routing information.
- INSPECTION_REQUIRED_FLAG, RECEIPT_REQUIRED_FLAG, ENFORCE_SHIP_TO_LOCATION_CODE — receiving control flags governing inspection and enforcement.
- SERIAL_NUMBER_CONTROL_CODE, LOT_CONTROL_CODE, SHELF_LIFE_CODE, SHELF_LIFE_DAYS, RESTRICT_LOCATORS, RESTRICT_SUBINVENTORIES — item-level receipt-entry rules.
- PRICE_OVERRIDE, UNIT_PRICE, CURRENCY_CODE, RATE_TYPE, RATE_DATE, RATE — pricing and currency conversion context for the receipt.
- HAZARD_CLASS, UN_NUMBER — hazardous material descriptors.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1..15 — the DFF flexfield columns carried through for descriptive flexibility.
Common Use Cases and Queries
The view is primarily consumed by the Receiving Enter Receipts form logic and any external interface extracting pending PO shipments for receipt. A representative query retrieving open PO shipments destined for a specific organization is:
SELECT po_header_id, segment1, line_num, shipment_num, vendor_name,
item_number, item_description, quantity, need_by_date,
unit_meas_lookup_code, receiving_routing_id
FROM apps.rcv_enter_receipts_po_v
WHERE ship_to_organization_id = :p_org_id;
Analysts also use it to reconcile expected receipts against RCV_SHIPMENT_HEADERS/RCV_SHIPMENT_LINES, to audit blanket release quantities awaiting receipt, or to feed third-party receiving systems. Because the object is flagged "10SC ONLY - Retrofitted," its availability and exact column set can vary by patch level, so dependent customizations should confirm the view exists and is VALID before use.
-
View: RCV_ENTER_RECEIPTS_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_PO_V, object_name:RCV_ENTER_RECEIPTS_PO_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_PO_V ,
-
View: RCV_ENTER_RECEIPTS_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_PO_V, object_name:RCV_ENTER_RECEIPTS_PO_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_PO_V ,
-
SYNONYM: APPS.PO_UN_NUMBERS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_UN_NUMBERS_TL, status:VALID,
-
SYNONYM: APPS.PO_UN_NUMBERS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_UN_NUMBERS_TL, status:VALID,
-
SYNONYM: APPS.PO_HAZARD_CLASSES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HAZARD_CLASSES_TL, status:VALID,
-
SYNONYM: APPS.PO_HAZARD_CLASSES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HAZARD_CLASSES_TL, status:VALID,
-
PACKAGE: APPS.PO_CLM_INTG_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_CLM_INTG_GRP, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
-
SYNONYM: APPS.PO_LINE_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_TYPES_B, status:VALID,
-
SYNONYM: APPS.PO_LINE_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_TYPES_B, status:VALID,
-
SYNONYM: APPS.RCV_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_PARAMETERS, status:VALID,
-
SYNONYM: APPS.RCV_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_PARAMETERS, status:VALID,
-
View: RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V ,
-
VIEW: APPS.RCV_ROUTING_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ROUTING_HEADERS, object_name:RCV_ROUTING_HEADERS, status:VALID,
-
VIEW: APPS.RCV_ROUTING_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ROUTING_HEADERS, object_name:RCV_ROUTING_HEADERS, status:VALID,
-
View: RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_TL, 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.HR_LOCATIONS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.1.1
-
View: INL_ENTER_RECEIPTS_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ENTER_RECEIPTS_PO_V, object_name:INL_ENTER_RECEIPTS_PO_V, status:VALID, product: INL - Oracle Landed Cost Management , description: A supplementary view used to simplify UI coding (Cloned from RCV_ENTER_RECEIPTS_PO_V). , implementation_dba_data: APPS.INL_ENTER_RECEIPTS_PO_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.2.2
-
View: INL_ENTER_RECEIPTS_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ENTER_RECEIPTS_PO_V, object_name:INL_ENTER_RECEIPTS_PO_V, status:VALID, product: INL - Oracle Landed Cost Management , description: A supplementary view used to simplify UI coding (Cloned from RCV_ENTER_RECEIPTS_PO_V). , implementation_dba_data: APPS.INL_ENTER_RECEIPTS_PO_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID,
-
View: RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V ,
-
View: RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_PO_V, object_name:RCV_ENTER_RECEIPTS_PO_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTIONS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_TRX_V, object_name:PO_DISTRIBUTIONS_TRX_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_PO_V, object_name:RCV_ENTER_RECEIPTS_PO_V, status:VALID,
-
SYNONYM: APPS.PO_RELEASES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
View: RCV_ENTER_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_V ,
-
SYNONYM: APPS.PO_RELEASES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
View: RCV_ENTER_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_V ,
-
VIEW: APPS.PO_LINE_LOCATIONS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_TRX_V, object_name:PO_LINE_LOCATIONS_TRX_V, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS, status:VALID,
-
VIEW: APPS.PO_LINES_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_TRX_V, object_name:PO_LINES_TRX_V, status:VALID,
-
VIEW: APPS.INL_ENTER_RECEIPTS_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ENTER_RECEIPTS_PO_V, object_name:INL_ENTER_RECEIPTS_PO_V, status:VALID,
-
VIEW: APPS.PO_HEADERS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_TRX_V, object_name:PO_HEADERS_TRX_V, status:VALID,