Search Results tot_overhead_value
Overview
The Oracle E-Business Suite view ICX_COST_GRP_INV_VALUE_V is an APPS-owned database object residing in the ICX (Oracle iProcurement) product schema. Per Oracle's electronic technical reference manual (ETRM) metadata, its documented status is Obsolete. This classification indicates that the view is a legacy object retained for backward compatibility only and is not intended for new development, customization, or extension. It exists in both EBS 12.1.1 and 12.2.2, where it remains flagged as VALID despite its obsolete designation.
The view's stated purpose is to aggregate inventory valuation data by cost group, project, task, organization, inventory item, and lot. It exposes summarized monetary figures across multiple cost element categories — material, material overhead, resource, outside processing, and overhead — derived from costing quantity layers. In this sense, it functions as a reporting-oriented construct that joins cost group definitions to on-hand quantities and their associated cost layer detail. Given its obsolete status, Oracle does not document it for functional use, and any reliance upon it should be treated as unsupported.
Underlying Base Objects
According to the documented ETRM metadata for release 12.2.2, the view is defined over the following base objects:
- CST_COST_GROUPS (referenced via SYNONYM) — provides the cost group identifier and cost group name.
- CST_QUANTITY_LAYERS (SYNONYM) — the primary costing source, supplying item cost and the per-element cost components summed by the view.
- MRP_PROJECT_PARAMETERS (SYNONYM) — links project and organization to the applicable costing group.
- MTL_ITEM_LOCATIONS (SYNONYM) — provides the inventory location and its associated project and task.
- MTL_ONHAND_QUANTITIES (VIEW) — supplies on-hand transaction quantities, organization, item, and lot information.
The view joins these objects on cost group, project, organization, and inventory item keys, then groups results to produce the aggregated valuation columns. A notable structural detail is the outer join on QTY.LOCATOR_ID = LOC.INVENTORY_LOCATION_ID(+), which preserves quantity layer rows that lack a matching item location.
Key Columns
The view projects the following columns as documented in the ETRM metadata:
- COST_GROUP_ID and COST_GROUP — the cost group identifier and its descriptive name, from CST_COST_GROUPS.
- PROJECT_ID and TASK_ID — project and task context sourced from MRP_PROJECT_PARAMETERS and MTL_ITEM_LOCATIONS respectively.
- ORGANIZATION_ID — the inventory organization in which the valuation applies.
- INVENTORY_ITEM_ID and LOT — the inventory item and its lot number used for grouping on-hand quantity.
- TOT_INVENTORY_VALUE — the sum of item cost multiplied by the on-hand transaction quantity.
- TOT_MATERIAL_VALUE — the combined planning (PL) and transaction-level (TL) material cost element.
- TOT_MATERIAL_OVERHEAD_VALUE — the combined PL and TL material overhead element.
- TOT_RESOURCE_VALUE — the combined PL and TL resource element.
- TOT_OUTSIDE_PROCESSING_VALUE — the combined PL and TL outside processing element.
- TOT_OVERHEAD_VALUE — the combined PL and TL overhead element.
Common Use Cases and Queries
Because the view is documented as obsolete, it should not be selected against in new development. Historically, such constructs supported cost group valuation reporting within the iProcurement and costing domains. A representative query pattern — offered for reference only — would aggregate valuation by cost group:
SELECT cost_group, organization_id, SUM(tot_inventory_value) FROM icx_cost_grp_inv_value_v GROUP BY cost_group, organization_id;SELECT cost_group, project_id, task_id, tot_material_value, tot_overhead_value FROM icx_cost_grp_inv_value_v WHERE lot IS NOT NULL;
Practitioners requiring current cost group valuation should use supported costing subject areas, such as the Oracle Cost Management views or equivalent supported reporting objects, rather than this legacy view.
-
View: ICX_COST_GRP_INV_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_COST_GRP_INV_VALUE_V, object_name:ICX_COST_GRP_INV_VALUE_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_COST_GRP_INV_VALUE_V ,
-
View: ICX_COST_GRP_INV_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_COST_GRP_INV_VALUE_V, object_name:ICX_COST_GRP_INV_VALUE_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_COST_GRP_INV_VALUE_V ,
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_COST_GRP_INV_VALUE_V, object_name:ICX_COST_GRP_INV_VALUE_V, status:VALID,
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.1.1
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_COST_GRP_INV_VALUE_V, object_name:ICX_COST_GRP_INV_VALUE_V, status:VALID,
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.2.2
-
VIEW: APPS.ICX_EDM_COST_GROUP_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_COST_GROUP_INV_V, object_name:ICX_EDM_COST_GROUP_INV_V, status:VALID,
-
VIEW: APPS.ICX_EDM_COST_GROUP_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_COST_GROUP_INV_V, object_name:ICX_EDM_COST_GROUP_INV_V, status:VALID,
-
View: ICX_EDM_COST_GROUP_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_COST_GROUP_INV_V, object_name:ICX_EDM_COST_GROUP_INV_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Inventory Onhand Value View , implementation_dba_data: APPS.ICX_EDM_COST_GROUP_INV_V ,
-
View: ICX_EDM_COST_GROUP_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_COST_GROUP_INV_V, object_name:ICX_EDM_COST_GROUP_INV_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Inventory Onhand Value View , implementation_dba_data: APPS.ICX_EDM_COST_GROUP_INV_V ,
-
VIEW: APPS.PJM_PROJECT_ONHAND_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_ONHAND_VALUE_V, object_name:PJM_PROJECT_ONHAND_VALUE_V, status:VALID,
-
VIEW: APPS.PJM_PROJECT_ONHAND_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_ONHAND_VALUE_V, object_name:PJM_PROJECT_ONHAND_VALUE_V, status:VALID,
-
VIEW: APPS.ICX_EDM_COST_GROUP_INV_V
12.2.2
-
VIEW: APPS.ICX_EDM_COST_GROUP_INV_V
12.1.1
-
View: PJM_PROJECT_ONHAND_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_ONHAND_VALUE_V, object_name:PJM_PROJECT_ONHAND_VALUE_V, status:VALID, product: PJM - Project Manufacturing , description: Project inventory onhand valuation for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_ONHAND_VALUE_V ,
-
View: PJM_PROJECT_ONHAND_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_ONHAND_VALUE_V, object_name:PJM_PROJECT_ONHAND_VALUE_V, status:VALID, product: PJM - Project Manufacturing , description: Project inventory onhand valuation for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_ONHAND_VALUE_V ,
-
eTRM - PJM Tables and Views
12.2.2
description: Change History of Serial Number - Model/Unit Number Associations ,
-
eTRM - PJM Tables and Views
12.1.1
description: Change History of Serial Number - Model/Unit Number Associations ,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1