Search Results mrp_project_parameters
Overview
APPS.ICX_COST_GRP_INV_VALUE_V is an Oracle E-Business Suite database view owned by the APPS schema. It presents an aggregated, cost-group-oriented valuation of on-hand inventory, resolving inventory quantities and cost layer amounts by project, task, organization, item, and lot. The view is part of the Oracle iProcurement / Internet Computing Architecture (ICX) family of reporting objects, which are used to surface supply-chain and cost information through self-service and HTML-based inquiry pages. In effect, the view answers the question: "what is the current inventory value of a given cost group, broken down by project and task?" It does so by joining quantity layers to on-hand quantities, then associating them to a project through the MRP_PROJECT_PARAMETERS table.
The view's significance is that it bridges generic costing data (cost groups and quantity layers) to project manufacturing and project costing constructs. It is typically consumed in reporting and integration contexts where a project-aware inventory valuation is required, rather than as an operational transactional interface.
Underlying Base Objects
Per ETRM 12.2.2 metadata, the view is defined over five referenced base objects:
- CST_COST_GROUPS (synonym) — supplies the cost group identifier and its descriptive name (COST_GROUP).
- CST_QUANTITY_LAYERS (synonym) — the costing engine's quantity layer records; provides ITEM_COST and the elemental cost columns (material, material overhead, resource, outside processing, overhead) in both periodic (PL_) and transaction-level (TL_) forms.
- MRP_PROJECT_PARAMETERS (synonym) — the project manufacturing parameters table; this is the object the user searched for, and it is the pivotal join that carries PROJECT_ID, ORGANIZATION_ID, and COSTING_GROUP_ID into the query, linking a project to its costing group per organization.
- MTL_ITEM_LOCATIONS (synonym) — provides the inventory location and, through LOC.PROJECT_ID and LOC.TASK_ID, the project/task context of the on-hand material.
- MTL_ONHAND_QUANTITIES (view) — the on-hand quantity source, supplying TRANSACTION_QUANTITY, LOT_NUMBER, and the locator, organization, and item keys.
The joins enforce that the MRP_PROJECT_PARAMETERS row for a given project and organization uses the same costing group as both the quantity layer and the cost group master record.
Key Columns
- COST_GROUP_ID / COST_GROUP — identifier and name of the costing group.
- PROJECT_ID / TASK_ID / ORGANIZATION_ID — project, task (from the locator), and inventory organization context.
- INVENTORY_ITEM_ID / LOT_NUMBER — item and lot being valued.
- TOT_INVENTORY_VALUE — SUM(ITEM_COST × NVL(TRANSACTION_QUANTITY,0)), the total inventory value.
- TOT_MATERIAL_VALUE — periodic plus transaction-level material cost.
- TOT_MATERIAL_OVERHEAD_VALUE — material overhead component.
- TOT_RESOURCE_VALUE — resource cost component.
- TOT_OUTSIDE_PROCESSING_VALUE — outside processing component.
- TOT_OVERHEAD_VALUE — overhead component.
Common Use Cases and Queries
The view supports cost-group inventory valuation reports, project-level material valuation reconciliation, and integration extracts into external reporting or data-warehouse layers. A representative query retrieving value by project and cost group is:
- SELECT PROJECT_ID, TASK_ID, ORGANIZATION_ID, COST_GROUP, INVENTORY_ITEM_ID, LOT_NUMBER, TOT_INVENTORY_VALUE, TOT_MATERIAL_VALUE, TOT_OVERHEAD_VALUE FROM APPS.ICX_COST_GRP_INV_VALUE_V WHERE PROJECT_ID = :p_project_id ORDER BY ORGANIZATION_ID, COST_GROUP;
Because MRP_PROJECT_PARAMETERS is an inner-joined driver table, only inventory tied to a project cost group is returned; non-project inventory is excluded. Analysts should therefore use this view specifically for project manufacturing valuation, not for general on-hand reporting.
-
APPS.INV_WWACST SQL Statements
12.1.1
-
APPS.INV_WWACST SQL Statements
12.2.2
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.1.1
-
VIEW: APPS.ICX_COST_GRP_INV_VALUE_V
12.2.2
-
VIEW: APPS.MTL_GROSS_REQ_COST_V
12.1.1
-
VIEW: APPS.MTL_GROSS_REQ_COST_V
12.2.2
-
VIEW: APPS.MTL_FORECAST_DATES_COST_V
12.1.1
-
VIEW: APPS.MTL_FORECAST_DATES_COST_V
12.2.2
-
PACKAGE BODY: APPS.MRP_GET_PROJECT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_GET_PROJECT, status:VALID,
-
PACKAGE BODY: APPS.MRP_GET_PROJECT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_GET_PROJECT, status:VALID,
-
View: MTL_GROSS_REQ_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GROSS_REQ_COST_V, object_name:MTL_GROSS_REQ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_GROSS_REQ_COST_V ,
-
PACKAGE BODY: APPS.MTL_ABC_COMPILE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_ABC_COMPILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.WIP_COMMON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_COMMON, status:VALID,
-
PACKAGE BODY: APPS.MTL_ABC_COMPILE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_ABC_COMPILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.INV_WWACST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_WWACST, status:VALID,
-
PACKAGE BODY: APPS.WIP_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_COMMON, status:VALID,
-
View: MTL_GROSS_REQ_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GROSS_REQ_COST_V, object_name:MTL_GROSS_REQ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_GROSS_REQ_COST_V ,
-
VIEW: APPS.MTL_ONHAND_QTY_COST_V
12.2.2
-
APPS.INV_DIAG_OH_CG_MCH SQL Statements
12.2.2
-
APPS.INV_DIAG_OH_CG_MCH SQL Statements
12.1.1
-
VIEW: APPS.MTL_ONHAND_QTY_COST_V
12.1.1
-
SYNONYM: APPS.MRP_PROJECT_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_PROJECT_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MRP_PROJECT_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_PROJECT_PARAMETERS, status:VALID,
-
VIEW: APPS.MTL_PHY_ADJ_COST_V
12.1.1
-
PACKAGE BODY: APPS.MRP_VALIDATE_FLOW_SCHEDULE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_VALIDATE_FLOW_SCHEDULE, status:VALID,
-
PACKAGE BODY: APPS.INV_WWACST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_WWACST, status:VALID,
-
PACKAGE BODY: APPS.WIP_FLOW_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_FLOW_VALIDATION, status:VALID,
-
PACKAGE BODY: APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_SELECT_ALL_FOR_RELEASE_PUB, status:VALID,
-
PACKAGE BODY: APPS.WIP_FLOW_VALIDATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_FLOW_VALIDATION, status:VALID,
-
PACKAGE BODY: APPS.MRP_VALIDATE_FLOW_SCHEDULE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_VALIDATE_FLOW_SCHEDULE, status:VALID,
-
PACKAGE BODY: APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_SELECT_ALL_FOR_RELEASE_PUB, status:VALID,
-
View: MTL_ONHAND_QTY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
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 ,
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REL_PLAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.MRP_REL_PLAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REL_PLAN_PUB, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.INV_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UTILITIES, status:VALID,
-
VIEW: APPS.MTL_PHY_ADJ_COST_V
12.2.2
-
APPS.WIP_COMMON SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MRP_HORIZONTAL_PLAN_SC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_HORIZONTAL_PLAN_SC, status:VALID,
-
PACKAGE BODY: APPS.MRP_HORIZONTAL_PLAN_SC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_HORIZONTAL_PLAN_SC, status:VALID,
-
View: MTL_ONHAND_QTY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
PACKAGE BODY: APPS.INV_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UTILITIES, status:VALID,
-
View: MTL_FORECAST_DATES_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FORECAST_DATES_COST_V, object_name:MTL_FORECAST_DATES_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_FORECAST_DATES_COST_V ,
-
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.MTL_PHY_INV_TAGS_COST_V
12.1.1
-
View: MTL_FORECAST_DATES_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FORECAST_DATES_COST_V, object_name:MTL_FORECAST_DATES_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_FORECAST_DATES_COST_V ,
-
VIEW: APPS.MTL_ONHAND_QTY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID,
-
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: MTL_PHY_ADJ_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_ADJ_COST_V, object_name:MTL_PHY_ADJ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_ADJ_COST_V ,