Search Results primary_unit_of_measure
Overview
The APPS.ICX_MTL_DEMAND_ITEM_SUM_V view is a consolidated item availability aggregation view delivered within the Oracle iProcurement (ICX) module of Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented description is "Item Availability View," reflecting its purpose of presenting summarized on-hand, demand, reservation, and net available quantities per inventory item, so that procurement and requisitioning users can assess whether requested items are available before committing to a purchase. The view is a reporting and integration convenience object: it abstracts the row-level detail held in ICX_MTL_DEMAND_SUMMARY_V and rolls it up to one row per inventory item, exposing the primary unit of measure alongside aggregated quantities. Because iProcurement availability checks and related inquiry screens operate against summarized figures rather than raw transaction detail, this view provides the aggregation layer that downstream UI and API calls consume. It should be treated as a read-only reporting object, not a transactional table, and it carries Oracle proprietary/confidential status consistent with standard EBS dictionary objects. The view is marked VALID in the APPS schema and is dependent on the underlying summary view and several supporting packages.
Underlying Base Objects
The documented base objects referenced by ICX_MTL_DEMAND_ITEM_SUM_V are ICX_MTL_DEMAND_SUMMARY_V (view), HR_GENERAL (package), HR_SECURITY (package), and INV_DECIMALS_PUB (package). The primary data source is ICX_MTL_DEMAND_SUMMARY_V, over which the aggregation is performed. HR_GENERAL and HR_SECURITY are the standard EBS security packages used to enforce organization and responsibility-level access, ensuring that only inventory organizations the user is authorized to see contribute to the summarized quantities. INV_DECIMALS_PUB governs unit-of-measure rounding and decimal precision, so that aggregated quantities align with the inventory item's defined precision. The view text performs a GROUP BY on INVENTORY_ITEM_ID, ITEM, DESCRIPTION, and PRIMARY_UNIT_OF_MEASURE, with SUM and NVL applied to each numeric quantity column, replacing nulls with zero before aggregation.
Key Columns
- INVENTORY_ITEM_ID — Numeric primary key of the inventory item; the principal grouping and join key.
- ITEM — Concatenated item segment value (the user-facing item number).
- DESCRIPTION — Item description captured in the grouping.
- PRIMARY_UNIT_OF_MEASURE — The item's primary UOM; the column most frequently searched in this context, used to express and filter all aggregated quantities.
- ONHAND_QUANTITY — Summed on-hand quantity across authorized organizations.
- DEMAND_QUANTITY — Total outstanding demand for the item.
- HARD_RESERVATION_QUANTITY — Quantity reserved against firm demand.
- SUPPLY_RESERVATION_QUANTITY — Quantity reserved against supply.
- TRANSACTABLE_QUANTITY — Quantity available for transaction.
- NET_AVAILABLE_QUANTITY — Net of on-hand, demand, and reservations; the key availability indicator.
Common Use Cases and Queries
A typical scenario is an availability inquiry filtered by UOM to identify items measured in a specific unit. Sample statement:
SELECT inventory_item_id, item, description, primary_unit_of_measure, net_available_quantity FROM apps.icx_mtl_demand_item_sum_v WHERE primary_unit_of_measure = :p_uom AND net_available_quantity > 0 ORDER BY item;
Alternatively, join to MTL_SYSTEM_ITEMS_B on INVENTORY_ITEM_ID to enrich the result with planning attributes, or filter on NET_AVAILABLE_QUANTITY to list only items with positive availability. The view is suited to requisition validation, sourcing analysis, and inventory dashboards, but should not be used for real-time transaction processing.
-
View: ICX_MTL_DEMAND_ITEM_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_ITEM_SUM_V, object_name:ICX_MTL_DEMAND_ITEM_SUM_V, status:VALID, product: ICX - Oracle iProcurement , description: Item Availability View , implementation_dba_data: APPS.ICX_MTL_DEMAND_ITEM_SUM_V ,
-
View: ICX_MTL_DEMAND_ITEM_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_ITEM_SUM_V, object_name:ICX_MTL_DEMAND_ITEM_SUM_V, status:VALID, product: ICX - Oracle iProcurement , description: Item Availability View , implementation_dba_data: APPS.ICX_MTL_DEMAND_ITEM_SUM_V ,
-
View: ICX_CONFIG_COMPONENTS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CONFIG_COMPONENTS_WEB_V, object_name:ICX_CONFIG_COMPONENTS_WEB_V, status:VALID, product: ICX - Oracle iProcurement , description: Configurator Components View , implementation_dba_data: APPS.ICX_CONFIG_COMPONENTS_WEB_V ,
-
View: ICX_CONFIG_COMPONENTS_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CONFIG_COMPONENTS_WEB_V, object_name:ICX_CONFIG_COMPONENTS_WEB_V, status:VALID, product: ICX - Oracle iProcurement , description: Configurator Components View , implementation_dba_data: APPS.ICX_CONFIG_COMPONENTS_WEB_V ,
-
View: ICX_CONFIG_ERROR_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: Java Configurator Error Messages Validation View , implementation_dba_data: Not implemented in this database ,
-
View: POR_SRC_SUBINV_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_SRC_SUBINV_LOV_V, object_name:POR_SRC_SUBINV_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: View for subinventory LOV on the Select Source page. , implementation_dba_data: APPS.POR_SRC_SUBINV_LOV_V ,
-
View: ICX_MTL_DEMAND_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_SUMMARY_V INV.ICX_MTL_DEMAND_SUMMARY_V, object_name:ICX_MTL_DEMAND_SUMMARY_V, status:VALID, product: ICX - Oracle iProcurement , description: Item Availability by Organization View , implementation_dba_data: APPS.ICX_MTL_DEMAND_SUMMARY_V ,
-
View: POR_SRC_SUBINV_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_SRC_SUBINV_LOV_V, object_name:POR_SRC_SUBINV_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: View for subinventory LOV on the Select Source page. , implementation_dba_data: APPS.POR_SRC_SUBINV_LOV_V ,
-
View: ICX_MTL_DEMAND_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_SUMMARY_V INV.ICX_MTL_DEMAND_SUMMARY_V, object_name:ICX_MTL_DEMAND_SUMMARY_V, status:VALID, product: ICX - Oracle iProcurement , description: Item Availability by Organization View , implementation_dba_data: APPS.ICX_MTL_DEMAND_SUMMARY_V ,
-
View: ICX_CONFIG_ERROR_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: Java Configurator Error Messages Validation View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_CHV_SCHEDULE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_SCHEDULE_LINES_V, object_name:ICX_CHV_SCHEDULE_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_CHV_SCHEDULE_LINES_V ,
-
View: ICX_CHV_SCHEDULE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_SCHEDULE_LINES_V, object_name:ICX_CHV_SCHEDULE_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_CHV_SCHEDULE_LINES_V ,
-
View: ICX_CHV_SCHEDULE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_SCHEDULE_ITEMS_V, object_name:ICX_CHV_SCHEDULE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Schedule Lines View , implementation_dba_data: APPS.ICX_CHV_SCHEDULE_ITEMS_V ,
-
View: ICX_CHV_SCHEDULE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_SCHEDULE_ITEMS_V, object_name:ICX_CHV_SCHEDULE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Schedule Lines View , implementation_dba_data: APPS.ICX_CHV_SCHEDULE_ITEMS_V ,
-
View: ICX_MTL_DEMAND_DETAILS_V
12.1.1
product: ICX - Oracle iProcurement , description: Item Availability by Sub-inventory View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_MTL_DEMAND_DETAILS_V
12.2.2
product: ICX - Oracle iProcurement , description: Item Availability by Sub-inventory View , 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_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_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: ICX_CHV_ITEM_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_ITEM_ORDERS_V, object_name:ICX_CHV_ITEM_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_CHV_ITEM_ORDERS_V ,
-
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: ICX_CHV_ITEM_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CHV_ITEM_ORDERS_V, object_name:ICX_CHV_ITEM_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_CHV_ITEM_ORDERS_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 ,
-
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_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_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_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_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_SEARCH_RECEIPTS_V
12.1.1
product: ICX - Oracle iProcurement , description: View receipts View , implementation_dba_data: Not implemented in this database ,
-
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_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_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_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_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_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 ,