Search Results mrp_i2_part_master_v
Overview
MRP_I2_PART_MASTER_V is a database view shipped within the Oracle E-Business Suite Master Scheduling/MRP (MRP) product family. Its documented purpose is to serve as a "Rhythm view" that supplies information regarding parts planned in Rhythm. In the context of Oracle EBS 12.1.1 and 12.2.2, this view belongs to the integration surface used by Oracle's advanced planning and scheduling offerings (historically associated with the Rhythm collaborative planning products, including Advanced Supply Chain Planning and related planning engines), which read item master and planning attribute data from the transactional EBS schema and expose it in a denormalized, planning-friendly structure.
Unlike core application views such as MTL_SYSTEM_ITEMS_B, MRP_I2_PART_MASTER_V is not a general-purpose item inquiry view. It is a targeted interface construct: it assembles the subset of item attributes that a planning engine requires, applies organization-specific parameter defaults, and normalizes several optional columns so that downstream planning processes receive consistent values. Because it is documented as "not implemented in this database" in the ETRM metadata excerpt, its presence and population depend on whether the relevant planning integration components have been deployed. It is therefore best understood as an interface view rather than a reporting view for end users.
Underlying Base Objects
The documented view text defines MRP_I2_PART_MASTER_V over two referenced objects:
- MRP_RHX_PLANNED_ITEMS_V — the primary source of item and planning attribute data, aliased as I in the view definition. This view supplies item identifiers, description, organization, planning make/buy code, lead times, time fence values, lot sizing attributes, planner code, and item attributes.
- MFG_LOOKUPS — joined as LU to resolve the planning make/buy code into a translatable meaning. The join is constrained by LOOKUP_TYPE = 'MTL_PLANNING_MAKE_BUY' and matches LOOKUP_CODE to the item's PLANNING_MAKE_BUY_CODE.
The ETRM documented metadata lists no base tables for this view, since MRP_RHX_PLANNED_ITEMS_V is itself a view. The view also calls the helper function MRP_I2_ERP.GET_PARAMETER to retrieve organization-level planning parameters, including DEFAULT_PLANNING_TF_OFFSET, CONSIDER_DEMAND_TF, and MRP_I2_P_BUF_STYLE_ATTR_NUM. A filter restricts output to items whose MRP_PLANNING_CODE is one of 3, 4, 7, or 8, which corresponds to items actively planned by the MRP planning process.
Key Columns
- PART_NUMBER (ITEM_NUMBER) — the item's user-facing identifier.
- INVENTORY_ITEM_ID / ORGANIZATION_ID — the unique item and organization keys, forming the natural unique key for planning purposes.
- DESCRIPTION — the item description.
- MAKE_OR_BUY_CODE / MAKE_OR_BUY_MEANING — the planning make/buy code and its decoded lookup meaning.
- PLANNING_TIME_FENCE_DAYS — derived; when zero, computed from the DEFAULT_PLANNING_TF_OFFSET parameter plus postprocessing and full lead time.
- DEMAND_TIME_FENCE_DAYS — returned only when the CONSIDER_DEMAND_TF parameter is 'Y', otherwise zero.
- RELEASE_TIME_FENCE_CODE / RELEASE_TIME_FENCE_DAYS — release fence configuration.
- PREPROCESSING_LEAD_TIME and POSTPROCESSING_LEAD_TIME — normalized lead-time components.
- MINIMUM_ORDER_QUANTITY / MAXIMUM_ORDER_QUANTITY — planning lot-size bounds, with defaults applied.
- FIXED_LOT_MULTIPLIER / FIXED_DAYS_SUPPLY — lot sizing and coverage attributes.
- PLANNER_CODE, PRIMARY_UOM_CODE, BUYER_ID — ownership and unit-of-measure attributes.
- REPLENISH_TO_ORDER_FLAG, WIP_SUPPLY_TYPE — supply strategy flags used by the planner.
- Buffer/style attribute column — dynamically selected from ITEM_ATTRIBUTE1 through ITEM_ATTRIBUTE15 based on the MRP_I2_P_BUF_STYLE_ATTR_NUM parameter.
Common Use Cases and Queries
This view is primarily consumed by the Rhythm planning integration and by developers diagnosing planning data issues. Typical scenarios include verifying which items are eligible for planning, auditing derived time fence and lead-time values, and confirming lot-sizing defaults.
Example query listing planned parts with make/buy meaning:
- SELECT PART_NUMBER, ORGANIZATION_ID, MAKE_OR_BUY_MEANING, PLANNER_CODE FROM MRP_I2_PART_MASTER_V WHERE ORGANIZATION_ID = 101;
Example query auditing time fence and lead-time derivation for a specific item:
- SELECT PART_NUMBER, PLANNING_TIME_FENCE_DAYS, DEMAND_TIME_FENCE_DAYS, RELEASE_TIME_FENCE_DAYS FROM MRP_I2_PART_MASTER_V WHERE PART_NUMBER = 'AS54888';
Because output is filtered to planning-relevant items and depends on organization parameters, results can differ across organizations and after parameter changes, making the view valuable for reconciliation between the item master and the planning engine's view of the same parts.
-
View: MRP_I2_PART_MASTER_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding parts planned in Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PART_MASTER_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding parts planned in Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PART_SUPPLIER_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the approved vendor list as defined in the autosource rules , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PART_SUPPLIER_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the approved vendor list as defined in the autosource rules , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDER_OUTPUT_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding work order outputs generated by Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDER_OUTPUT_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding work order outputs generated by Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_SAFETY_STOCK_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding safety stock quantities , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_SAFETY_STOCK_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding safety stock quantities , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WIP_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the work in process , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WIP_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the work in process , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_FORECASTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding forecasts , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_NEW_PO_REQ_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding new Purchase Orders created , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_FORECASTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding forecasts , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_ONHAND_INVENTORY_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding onhand inventory , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_ONHAND_INVENTORY_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding onhand inventory , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PLANNED_ORDERS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding firm planned orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_NEW_PO_REQ_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding new Purchase Orders created , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PROCUREMENT_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding purchased parts , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PLANNED_ORDERS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding firm planned orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_ROUTING_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the routings used by Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PENDING_BACKFLUSH_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the pending backflush , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PROCUREMENT_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding purchased parts , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_SALES_ORDER_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding sales orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_SALES_ORDER_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding sales orders , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_PENDING_BACKFLUSH_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the pending backflush , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_ROUTING_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the routings used by Rhythm , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDERS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding open discrete jobs , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_WORK_ORDERS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding open discrete jobs , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: MRP_I2_OP_RESOURCE_V
12.2.2
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the operation resources on routing operations , implementation_dba_data: Not implemented in this database ,
-
View: MRP_I2_OP_RESOURCE_V
12.1.1
product: MRP - Master Scheduling/MRP , description: A Rhythm view supporting information regarding the operation resources on routing operations , implementation_dba_data: Not implemented in this database ,