Search Results asn_type
Overview
APPS.RCV_ENTER_RECEIPTS_INTERNAL_V is a consolidated Oracle E-Business Suite view that exposes the data set used by the Enter Receipts form within Oracle Receiving (RCV). It presents one row per eligible receiving line — combining purchase order, requisition, shipment, vendor, item, and receipt header information — so that receiving personnel and downstream processes can identify what is available to receive, inspect, or match. In practice, the view functions as a union-style reporting and integration surface that merges internally sourced receipts (PO and requisition-based) with inventory-sourced receipts, while delegating some categorization logic to helper views.
The view is particulary relevant to users searching on asn_type, since ASN_TYPE is one of its exposed columns. ASN_TYPE identifies whether an advance shipping notice exists for the shipment (advanced versus standard shipment notification), which is essential for suppliers operating with ASN/ASBN workflows and for receiving organizations that must distinguish ASN-driven receipts from manual ones. Because the view is a read-only construct, it supports querying, form rendering, and integration extraction, but not direct DML.
Underlying Base Objects
The documented dependencies are:
- RCV_ENTER_RECEIPTS_INTP_REQ_V — the requisition/internal requisition branch of the Enter Receipts data set.
- RCV_ENTER_RECEIPTS_INVENTORY_V — the inventory-sourced branch of the Enter Receipts data set.
- HR_GENERAL (package) — used for session and operating-unit context, including user and responsibility-specific security evaluation.
- HR_SECURITY (package) — enforces organizational (HR) security so that only rows the current user is authorized to see are returned.
This structure means RCV_ENTER_RECEIPTS_INTERNAL_V is a union-style wrapper: internal and inventory receipt rows are supplied by the two subordinate views, while HR_GENERAL and HR_SECURITY supply the runtime security and context predicates. Any functional change to the two child views propagates directly to this parent view, so incremental patches to RCV can alter its column list and behavior.
Key Columns
The view projects a very wide column list. Notable groups include:
- Source and document identity: SOURCE_TYPE_CODE, RECEIPT_SOURCE_CODE, ORDER_TYPE_CODE, PO_HEADER_ID, PO_NUMBER, PO_LINE_ID, PO_LINE_NUMBER, PO_LINE_LOCATION_ID, PO_SHIPMENT_NUMBER, REQ_HEADER_ID, REQ_NUMBER, REQ_LINE_ID, REQ_LINE.
- Shipment and ASN attributes: RCV_SHIPMENT_HEADER_ID, RCV_SHIPMENT_NUMBER, RCV_SHIPMENT_LINE_ID, RCV_LINE_NUMBER, ASN_TYPE, BILL_OF_LADING, SHIPPED_DATE, FREIGHT_CARRIER_CODE, WAYBILL_AIRBILL_NUM, FREIGHT_BILL_NUM, VENDOR_LOT_NUM, CONTAINER_NUM, TRUCK_NUM, BAR_CODE_LABEL.
- Organization and vendor: FROM_ORGANIZATION_ID, TO_ORGANIZATION_ID, VENDOR_ID, VENDOR_SITE_ID, SHIP_TO_LOCATION_ID, SHIP_TO_LOCATION.
- Item and control attributes: ITEM_ID, ITEM_NUMBER, ITEM_REVISION, ITEM_DESCRIPTION, PRIMARY_UOM, LOT_CONTROL_CODE, SERIAL_NUMBER_CONTROL_CODE, SHELF_LIFE_CODE, ITEM_LOCATOR_CONTROL, RESTRICT_LOCATORS_CODE.
- Quantity, price, and receipt controls: ORDERED_QTY, ORDERED_UOM, UNIT_PRICE, CURRENCY_CODE, CURRENCY_CONVERSION_RATE, INSPECTION_REQUIRED_FLAG, RECEIPT_REQUIRED_FLAG, RECEIPT_REQUIRED_FLAG, ENFORCE_SHIP_TO_LOCATION_CODE, DESTINATION_TYPE_CODE, DESTINATION_SUBINVENTORY, CLOSED_CODE, MATCH_OPTION.
- Descriptive flexfield: ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15.
Common Use Cases and Queries
Typical situations include investigating outstanding receipts, validating ASN versus manual shipments, and building supplier performance extracts. A focused query on ASN type might return only ASN-flavored shipment lines:
SELECT PO_NUMBER, RCV_SHIPMENT_NUMBER, ASN_TYPE, VENDOR_ID, ITEM_NUMBER, ORDERED_QTY, SHIPPED_DATE, FREIGHT_CARRIER_CODE FROM APPS.RCV_ENTER_RECEIPTS_INTERNAL_V WHERE ASN_TYPE IS NOT NULL;
To review pending receipts by organization and date:
SELECT TO_ORGANIZATION_ID, PO_NUMBER, ITEM_NUMBER, EXPECTED_RECEIPT_DATE, NEED_BY_DATE, RECEIPT_REQUIRED_FLAG FROM APPS.RCV_ENTER_RECEIPTS_INTERNAL_V WHERE TO_ORGANIZATION_ID = :org_id AND EXPECTED_RECEIPT_DATE BETWEEN :start_date AND :end_date;
To inspect inspection-required PO lines for a given supplier:
SELECT PO_NUMBER, PO_LINE_NUMBER, PO_SHIPMENT_NUMBER, ITEM_NUMBER, INSPECTION_REQUIRED_FLAG, UNIT_PRICE, CURRENCY_CODE FROM APPS.RCV_ENTER_RECEIPTS_INTERNAL_V WHERE VENDOR_ID = :vendor_id AND INSPECTION_REQUIRED_FLAG = 'Y';
Because HR_SECURITY is invoked by the view, results are automatically filtered to the operating units and organizations the querying responsibility is permitted to access, which makes the view suitable for multi-org reporting without additional security predicates.
-
Lookup Type: ASN_TYPE
12.1.1
product: PO - Purchasing , meaning: ASN Type , description: ASN Type ,
-
Lookup Type: ASN_TYPE
12.2.2
product: PO - Purchasing , meaning: ASN Type , description: ASN Type ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V
12.2.2
-
VIEW: ICX.POS_ASN_SHOP_CART_HEADERS#
12.2.2
-
View: RCV_ENTER_RECEIPTS_INTERNAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INTERNAL_V, object_name:RCV_ENTER_RECEIPTS_INTERNAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V ,
-
View: RCV_ENTER_RECEIPTS_INTERNAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INTERNAL_V, object_name:RCV_ENTER_RECEIPTS_INTERNAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V ,
-
VIEW: APPS.INL_ENTER_RECEIPTS_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.2.2
-
VIEW: PO.RCV_SHIPMENT_HEADERS#
12.2.2
-
APPS.RCV_ROI_PARALLEL SQL Statements
12.2.2
-
VIEW: APPS.POA_DBI_RTX_F_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
-
APPS.RCV_ROI_PARALLEL SQL Statements
12.1.1
-
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: PO.RCV_HEADERS_INTERFACE#
12.2.2
-
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_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
-
View: INL_ENTER_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ENTER_RECEIPTS_V, object_name:INL_ENTER_RECEIPTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: A supplementary view used to simplify UI coding (Cloned from RCV_ENTER_RECEIPTS_V). , implementation_dba_data: APPS.INL_ENTER_RECEIPTS_V ,
-
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 ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
-
View: POS_VIEW_ASN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_VIEW_ASN POS.POS_VIEW_ASN, object_name:POS_VIEW_ASN, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_VIEW_ASN ,
-
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: 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: POS_VIEW_ASN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_VIEW_ASN, object_name:POS_VIEW_ASN, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_VIEW_ASN ,
-
View: RCV_SHIPMENT_HEADERS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_MRC_V, object_name:RCV_SHIPMENT_HEADERS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_MRC_V ,
-
VIEW: APPS.RCV_SHIPMENT_HEADERS_MRC_V
12.1.1
-
View: RCV_SHIPMENT_HEADERS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_MRC_V, object_name:RCV_SHIPMENT_HEADERS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_MRC_V ,
-
VIEW: APPS.RCV_SHIPMENT_HEADERS_MRC_V
12.2.2
-
View: RCV_ENTER_RECEIPTS_RMA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_RMA_V, object_name:RCV_ENTER_RECEIPTS_RMA_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_RMA_V ,
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_RMA_V
12.1.1
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
View: RCV_ENTER_RECEIPTS_RMA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_RMA_V, object_name:RCV_ENTER_RECEIPTS_RMA_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_RMA_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_RMA_V
12.2.2
-
VIEW: ICX.POS_ASN_SHOP_CART_HEADERS#
12.2.2
owner:ICX, object_type:VIEW, object_name:POS_ASN_SHOP_CART_HEADERS#, status:VALID,
-
VIEW: APPS.POBV_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID,
-
VIEW: APPS.POBV_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID,
-
TABLE: ICX.POS_ASN_SHOP_CART_HEADERS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ASN_SHOP_CART_HEADERS, object_name:POS_ASN_SHOP_CART_HEADERS, status:VALID,
-
TABLE: ICX.POS_ASN_SHOP_CART_HEADERS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ASN_SHOP_CART_HEADERS, object_name:POS_ASN_SHOP_CART_HEADERS, status:VALID,
-
VIEW: APPS.POFV_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENTS, object_name:POFV_INBOUND_SHIPMENTS, status:VALID,
-
VIEW: APPS.POFV_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_INBOUND_SHIPMENTS, object_name:POFV_INBOUND_SHIPMENTS, status:VALID,
-
View: POBV_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENTS ,
-
View: POBV_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENTS ,
-
VIEW: APPS.POA_DBI_RTX_F_V
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_DBI_RTX_F_V, status:VALID,
-
VIEW: APPS.RCV_FTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_HEADERS_V, object_name:RCV_FTE_HEADERS_V, status:VALID,
-
VIEW: APPS.RCV_FTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_HEADERS_V, object_name:RCV_FTE_HEADERS_V, status:VALID,