Search Results ordered_qty
Overview
POR_RCV_SUPPL_V is a reporting view owned by the Oracle iProcurement (ICX) module in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to support the querying of items that are available to receive, filtered and searched by supplier. In practice, the view consolidates purchase order, purchase release, shipment, distribution, item, and supplier information into a single denormalized result set that the iProcurement receiving and search flows can consume without joining the underlying purchasing tables directly.
The view does not persist data; it is a read-only projection over transactional purchasing tables. It exposes pending receipt quantities, shipment attributes, supplier details, and expected receipt dates so that receiving personnel and iProcurement search pages can identify open, approved, and receivable purchase order distributions. Note that the ETRM metadata records this object as "Not implemented in this database" for the referenced environment, meaning the view text exists as documentation but the object may not be deployed in every instance. The user's search term "ordered_qty" maps directly to a column of this view.
Underlying Base Objects
Although the ETRM metadata documents "none" as referenced base objects, the view text explicitly joins a fixed set of purchasing and inventory tables. These are:
- PO_HEADERS (POH) — purchase order header, supplying PO number, agent, and vendor.
- PO_LINES (POL) — order line, supplying item, description, and unit of measure.
- PO_LINE_LOCATIONS (POLL) — shipment, supplying dates, ship-to, and status flags.
- PO_DISTRIBUTIONS (POD) — distribution, supplying ordered, delivered, and cancelled quantities.
- PO_RELEASES (POR) — release information associated with blanket or planned orders.
- PO_VENDORS (POV) and PO_VENDOR_SITES (POVS) — supplier and supplier site names.
- MTL_UNITS_OF_MEASURE (MUM) — UOM class.
- PO_LOOKUP_CODES (PLC) — lookup code support.
Filtering logic restricts results to distributions with a positive open quantity, shipments with an approved flag of 'Y', a non-cancelled status, an open (non-closed, non-finally-closed) closed code, and shipment types of STANDARD, BLANKET, or SCHEDULED.
Key Columns
- ORDERED_QTY — sourced from POD.QUANTITY_ORDERED; the quantity originally ordered on the distribution.
- QUANTITY_DELIVERED — quantity already received against the distribution.
- EXPECTED_RECEIPT_QTY — computed as ordered minus cancelled minus delivered; the open quantity still due.
- EXPECTED_RECEIPT_DATE — NVL of promised date over need-by date.
- ITEM_ID, ITEM_DESCRIPTION, PRIMARY_UOM, UOM_CLASS — item and unit-of-measure identification.
- PO_NUMBER, PO_NUM_REL_NUM, PO_LINE_NUMBER, PO_SHIPMENT_NUMBER — document reference keys.
- VENDOR_ID, SOURCE, VENDOR_SITE_CODE — supplier identification.
- TO_ORGANIZATION_ID, SHIP_TO_LOCATION_ID — receiving destination.
Common Use Cases and Queries
Typical use is supplier-driven receiving search, where the user filters by vendor and retrieves open items awaiting receipt. A representative query selecting the requested column follows:
SELECT PO_NUMBER, PO_LINE_NUMBER, ITEM_DESCRIPTION, ORDERED_QTY, EXPECTED_RECEIPT_QTY, SOURCE FROM POR_RCV_SUPPL_V WHERE SOURCE = :supplier AND ORDERED_QTY > 0;- Aggregating expected receipts by supplier for receiving workload planning.
- Driving iProcurement receiving pages with approved, open shipments only.
- Excluding finally closed or cancelled shipments via the built-in filters.
-
View: POR_RCV_SUPPL_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying items, to receive, searched by supplier. , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_MY_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: View to query receiving on 'My Items to Receive' , implementation_dba_data: Not implemented in this database ,
-
View: POR_CONFIRM_INTERNAL_RECEIPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_CONFIRM_INTERNAL_RECEIPT_V, object_name:POR_CONFIRM_INTERNAL_RECEIPT_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_CONFIRM_INTERNAL_RECEIPT_V ,
-
View: POR_RCV_SUPPL_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying items, to receive, searched by supplier. , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_INTERNAL_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_INTERNAL_ITEMS_V, object_name:POR_RCV_INTERNAL_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_INTERNAL_ITEMS_V ,
-
View: POR_RCV_REQ_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_ITEMS_V, object_name:POR_RCV_REQ_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQ_ITEMS_V ,
-
View: POR_RCV_ORD_REQUESTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ORD_REQUESTER_V, object_name:POR_RCV_ORD_REQUESTER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_ORD_REQUESTER_V ,
-
View: POR_RCV_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIPMENTS_V, object_name:POR_RCV_SHIPMENTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_SHIPMENTS_V ,
-
View: POR_RCV_PURCHASE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_ITEMS_V, object_name:POR_RCV_PURCHASE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_ITEMS_V ,
-
View: POR_RCV_REQ_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_ITEMS_V, object_name:POR_RCV_REQ_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQ_ITEMS_V ,
-
View: POR_RCV_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIPMENTS_V, object_name:POR_RCV_SHIPMENTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_SHIPMENTS_V ,
-
View: POR_CONFIRM_INTERNAL_RECEIPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_CONFIRM_INTERNAL_RECEIPT_V, object_name:POR_CONFIRM_INTERNAL_RECEIPT_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_CONFIRM_INTERNAL_RECEIPT_V ,
-
View: POR_RCV_MY_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: View to query receiving on 'My Items to Receive' , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_INTERNAL_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_INTERNAL_ITEMS_V, object_name:POR_RCV_INTERNAL_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_INTERNAL_ITEMS_V ,
-
View: POR_RCV_ALL_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_ALL_ITEMS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ALL_ITEMS_V1, object_name:POR_RCV_ALL_ITEMS_V1, status:VALID, product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: APPS.POR_RCV_ALL_ITEMS_V1 ,
-
View: POR_RCV_ORD_REQUESTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ORD_REQUESTER_V, object_name:POR_RCV_ORD_REQUESTER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_ORD_REQUESTER_V ,
-
View: POR_RCV_PURCHASE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_ITEMS_V, object_name:POR_RCV_PURCHASE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_ITEMS_V ,
-
View: POR_RCV_ALL_ITEMS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ALL_ITEMS_V1, object_name:POR_RCV_ALL_ITEMS_V1, status:VALID, product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: APPS.POR_RCV_ALL_ITEMS_V1 ,
-
View: POR_RCV_REQ_REQUESTOR_V
12.2.2
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requester , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_NUM_V
12.1.1
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requisition number , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_NUM_V
12.2.2
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requisition number , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_REQUESTOR_V
12.1.1
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requester , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_ALL_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_INTERNAL_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_INTERNAL_RECEIPTS_V, object_name:POR_RCV_INTERNAL_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_INTERNAL_RECEIPTS_V ,
-
View: POR_RCV_NEW_CORRECT_RECEIPTS_V
12.1.1
product: ICX - Oracle iProcurement , description: Correct receipt view , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_SEARCH_RECEIPTS_V
12.2.2
product: ICX - Oracle iProcurement , description: View receipts View , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_CORRECT_RECEIPTS_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_CORRECT_RECEIPTS_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_NEW_CORRECT_RECEIPTS_V
12.2.2
product: ICX - Oracle iProcurement , description: Correct receipt view , implementation_dba_data: Not implemented in this database ,
-
View: POR_VIEW_RECEIPTS_ORDER_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted. This view is optimized for querying by order number. , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_SEARCH_RECEIPTS_V
12.1.1
product: ICX - Oracle iProcurement , description: View receipts View , implementation_dba_data: Not implemented in this database ,
-
View: POR_VIEW_RECEIPTS_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_INTERNAL_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_INTERNAL_RECEIPTS_V, object_name:POR_RCV_INTERNAL_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_INTERNAL_RECEIPTS_V ,
-
View: POR_VIEW_RECEIPTS_ORDER_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted. This view is optimized for querying by order number. , implementation_dba_data: Not implemented in this database ,
-
View: POR_VIEW_RECEIPTS_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying receipts that can be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RECEIVE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RECEIVE_ORDERS_V, object_name:POR_RECEIVE_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Items available for receiving , implementation_dba_data: APPS.POR_RECEIVE_ORDERS_V ,
-
View: POR_RECEIVE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RECEIVE_ORDERS_V, object_name:POR_RECEIVE_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Items available for receiving , implementation_dba_data: APPS.POR_RECEIVE_ORDERS_V ,
-
View: POR_RCV_RETURN_TO_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_RETURN_TO_VENDOR_V, object_name:POR_RCV_RETURN_TO_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be returned to the supplier (vendor) , implementation_dba_data: APPS.POR_RCV_RETURN_TO_VENDOR_V ,
-
View: POR_RCV_RETURN_TO_VENDOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_RETURN_TO_VENDOR_V, object_name:POR_RCV_RETURN_TO_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be returned to the supplier (vendor) , implementation_dba_data: APPS.POR_RCV_RETURN_TO_VENDOR_V ,
-
View: POR_RCV_CORRECT_RTV_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying items which need to be returned to the supplier(vendor) and the receipts to be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_CORRECT_RTV_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying items which need to be returned to the supplier(vendor) and the receipts to be corrected or adjusted , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_PURCHASE_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_RECEIPTS_V, object_name:POR_RCV_PURCHASE_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_RECEIPTS_V ,
-
View: POR_RCV_REQ_PURCH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_PURCH_RECEIPTS_V, object_name:POR_RCV_REQ_PURCH_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQ_PURCH_RECEIPTS_V ,
-
View: POR_RCV_REQ_PURCH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_PURCH_RECEIPTS_V, object_name:POR_RCV_REQ_PURCH_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQ_PURCH_RECEIPTS_V ,
-
View: POR_RCV_PURCHASE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_RECEIPTS_V, object_name:POR_RCV_PURCHASE_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_RECEIPTS_V ,