Search Results rcv_enter_receipts_sup_int_v
Overview
The RCV_ENTER_RECEIPTS_SUP_INT_V view is an Oracle E-Business Suite dictionary object owned by the APPS schema and classified under the PO – Purchasing product family. Its ETRM documentation describes it as "10SC ONLY – Retrofitted," indicating that the object originates from a specialized or customer-specific receiving implementation and has been retrofitted into the standard EBS Release 12.1.1 / 12.2.2 data model. In practical terms, the view presents a unified, horizontally integrated record of supplier-facing receipt entry data, consolidating purchase order shipments, requisition lines, ASN information, and inventory destination attributes into a single queryable structure.
Its role is that of an integration and reporting surface: rather than exposing the fragmented transaction tables used by the Receiving open interface, it returns a pre-joined rowset suitable for supplier portal displays, receipt entry screens, and inbound interface staging.
Underlying Base Objects
According to the documented 12.2.2 metadata, the view is defined over the following referenced objects:
RCV_ENTER_RECEIPTS_ASN_V(VIEW) — advance ship notice receipt linesRCV_ENTER_RECEIPTS_INT_REQ_V(VIEW) — internal requisition receipt linesRCV_ENTER_RECEIPTS_INVENTORY_V(VIEW) — inventory-originated receipt linesRCV_ENTER_RECEIPTS_PO_V(VIEW) — purchase order receipt linesPO_CLM_INTG_GRP(PACKAGE) — purchasing integration/tolerance logicHR_GENERAL(PACKAGE) — operating unit and organization security contextHR_SECURITY(PACKAGE) — responsibility-level data access enforcement
The four RCV_ENTER_RECEIPTS_* views are unioned or joined to provide a single receipt-entry rowset spanning ASN, internal requisition, inventory, and PO sources, while the HR_* packages supply the multi-org and security predicates and PO_CLM_INTG_GRP supplies purchasing integration rules.
Key Columns
The SELECT list is extensive. Noteworthy column groups include:
- Ordering identifiers:
PO_HEADER_ID,PO_LINE_ID,PO_LINE_LOCATION_ID,PO_NUMBER,PO_SHIPMENT_NUMBER,PO_RELEASE_ID/NUMBER, and the correspondingREQ_*requisition keys. - Receipt identifiers:
RCV_SHIPMENT_HEADER_ID,RCV_SHIPMENT_NUMBER,RCV_SHIPMENT_LINE_ID,RCV_LINE_NUMBER. - Source and organization:
SOURCE_TYPE_CODE,RECEIPT_SOURCE_CODE,ORDER_TYPE_CODE,FROM_ORGANIZATION_ID,TO_ORGANIZATION_ID,VENDOR_ID,VENDOR_SITE_ID. - Item and controls:
ITEM_ID,ITEM_NUMBER,ITEM_REVISION,PRIMARY_UOM, lot/serial/revision control flags,ITEM_LOCATOR_CONTROL, and shelf-life attributes. - Quantities and pricing:
ORDERED_QTY,ORDERED_UOM,UNIT_PRICE, currency conversion fields. - Shipping and logistics:
PACKING_SLIP,ROUTING_NAME,BILL_OF_LADING,SHIPPED_DATE,FREIGHT_CARRIER_CODE,WAYBILL_AIRBILL_NUM,CONTAINER_NUM,TRUCK_NUM,COUNTRY_OF_ORIGIN_CODE. - Descriptive flexfields:
ATTRIBUTE_CATEGORYthroughATTRIBUTE15.
Common Use Cases and Queries
Typical uses include supplier portal receipt entry, inbound receiving validation, and reconciliation reporting. A representative query:
SELECT po_number, po_shipment_number, item_number, ordered_qty, ordered_uom, vendor_item_number, expected_receipt_date FROM apps.rcv_enter_receipts_sup_int_v WHERE vendor_id = :p_vendor_id AND rcv_shipment_number IS NULL;- Filtering by
SOURCE_TYPE_CODEto isolate ASN, inventory, or PO-originated lines. - Joining on
RCV_SHIPMENT_HEADER_IDto correlate staged interface rows with confirmed receipts.
-
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 ,
-
PACKAGE: APPS.PO_CLM_INTG_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_CLM_INTG_GRP, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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_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,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INVENTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INVENTORY_V, object_name:RCV_ENTER_RECEIPTS_INVENTORY_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INVENTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INVENTORY_V, object_name:RCV_ENTER_RECEIPTS_INVENTORY_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,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_ASN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_ASN_V, object_name:RCV_ENTER_RECEIPTS_ASN_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,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_ASN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_ASN_V, object_name:RCV_ENTER_RECEIPTS_ASN_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INT_REQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INT_REQ_V, object_name:RCV_ENTER_RECEIPTS_INT_REQ_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INT_REQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INT_REQ_V, object_name:RCV_ENTER_RECEIPTS_INT_REQ_V, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,