Search Results mrp_system_items
Overview
The MRP_SYSTEM_ITEMS table is the central item master for the Master Scheduling and Material Requirements Planning (MRP) modules within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as a planning-specific snapshot or extension of the core inventory item definition, storing item attributes and control parameters that are critical for generating a material plan. Unlike the foundational MTL_SYSTEM_ITEMS_B table, which holds universal item definitions, MRP_SYSTEM_ITEMS organizes item data by a specific COMPILE_DESIGNATOR, allowing for multiple, concurrent planning scenarios (e.g., different forecast sets or planning methods) for the same item within an organization. Its primary role is to provide the item-level planning data consumed by the MRP engine during a plan run.
Key Information Stored
The table's composite primary key (INVENTORY_ITEM_ID, ORGANIZATION_ID, COMPILE_DESIGNATOR) uniquely identifies a planning item record. Key columns include planning-specific flags and parameters that drive the MRP calculation. These typically encompass planning method (e.g., MRP, MPS, DRP), planning time fence, lot-sizing rules, safety stock levels, shrinkage rates, and yield information. The table also maintains foreign key relationships to critical reference data, including the BUYER_ID (from PO_AGENTS), PLANNING_EXCEPTION_SET, CATEGORY_ID, ABC_CLASS, and the item's REVISION. The self-referential foreign key on BASE_ITEM_ID supports planning for configured items.
Common Use Cases and Queries
A primary use case is extracting a list of all items included in a specific MRP plan to validate planning parameters before a plan run. Developers and analysts frequently query this table to troubleshoot planning output by comparing item settings against generated planned orders. Common SQL patterns involve joining to MTL_SYSTEM_ITEMS_B for descriptive item details and filtering by the COMPILE_DESIGNATOR.
- Sample Query: Items in a Specific Plan
SELECT msi.segment1 Item, msi.description, mrp.planning_make_buy_code
FROM mrp_system_items mrp, mtl_system_items_b msi
WHERE mrp.inventory_item_id = msi.inventory_item_id
AND mrp.organization_id = msi.organization_id
AND mrp.compile_designator = 'MAIN_PLAN'; - Reporting Use Case: Generating a parameter report that lists critical planning attributes (lot size, lead time, planning method) for all MPS items within a plan.
Related Objects
As the core planning item master, MRP_SYSTEM_ITEMS has extensive relationships. It is fundamentally sourced from MTL_SYSTEM_ITEMS_B and references MTL_CATEGORIES_B, PO_AGENTS, and MRP_PLANNING_EXCEPTION_SETS. Crucially, it is the parent table for numerous key planning detail tables. These child tables, which store the plan's output, include MRP_RECOMMENDATIONS, MRP_FORECAST_DATES, MRP_BOM_COMPONENTS, MRP_ASSEMBLY_OPERATIONS, MRP_AVAILABLE_TO_PROMISE, and MRP_AGGREGATE_RATES. Any plan data for a specific item is always qualified by the same triplet of keys that define its parent record in MRP_SYSTEM_ITEMS.
-
Table: MRP_SYSTEM_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_SYSTEM_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_COMPONENT_SUBSTITUTES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_COMPONENT_SUBSTITUTES, object_name:MRP_COMPONENT_SUBSTITUTES, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item substitutes , implementation_dba_data: MRP.MRP_COMPONENT_SUBSTITUTES ,
-
Table: MRP_PENDING_ENG_CHANGES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PENDING_ENG_CHANGES, object_name:MRP_PENDING_ENG_CHANGES, status:VALID, product: MRP - Master Scheduling/MRP , description: Not currently used , implementation_dba_data: MRP.MRP_PENDING_ENG_CHANGES ,
-
Table: MRP_END_ASSEMBLIES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_END_ASSEMBLIES, object_name:MRP_END_ASSEMBLIES, status:VALID, product: MRP - Master Scheduling/MRP , description: The end assemblies for a given item , implementation_dba_data: MRP.MRP_END_ASSEMBLIES ,
-
Table: MRP_COMPONENT_SUBSTITUTES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_COMPONENT_SUBSTITUTES, object_name:MRP_COMPONENT_SUBSTITUTES, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory item substitutes , implementation_dba_data: MRP.MRP_COMPONENT_SUBSTITUTES ,
-
Table: MRP_PENDING_ENG_CHANGES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PENDING_ENG_CHANGES, object_name:MRP_PENDING_ENG_CHANGES, status:VALID, product: MRP - Master Scheduling/MRP , description: Not currently used , implementation_dba_data: MRP.MRP_PENDING_ENG_CHANGES ,
-
Table: MRP_END_ASSEMBLIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_END_ASSEMBLIES, object_name:MRP_END_ASSEMBLIES, status:VALID, product: MRP - Master Scheduling/MRP , description: The end assemblies for a given item , implementation_dba_data: MRP.MRP_END_ASSEMBLIES ,
-
Table: MRP_GROSS_REQUIREMENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Gross requirements , implementation_dba_data: MRP.MRP_GROSS_REQUIREMENTS ,
-
Table: MRP_ASSEMBLY_OPERATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSEMBLY_OPERATIONS, object_name:MRP_ASSEMBLY_OPERATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Not currently used , implementation_dba_data: MRP.MRP_ASSEMBLY_OPERATIONS ,
-
Table: MRP_WIP_COMPONENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: WIP requirements , implementation_dba_data: MRP.MRP_WIP_COMPONENTS ,
-
Table: MRP_BOM_COMPONENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_BOM_COMPONENTS, object_name:MRP_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: BOM and pending ECO information. , implementation_dba_data: MRP.MRP_BOM_COMPONENTS ,
-
Table: MRP_GROSS_REQUIREMENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Gross requirements , implementation_dba_data: MRP.MRP_GROSS_REQUIREMENTS ,
-
Table: MRP_BOM_COMPONENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_BOM_COMPONENTS, object_name:MRP_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: BOM and pending ECO information. , implementation_dba_data: MRP.MRP_BOM_COMPONENTS ,
-
Table: MRP_WIP_COMPONENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: WIP requirements , implementation_dba_data: MRP.MRP_WIP_COMPONENTS ,
-
Table: MRP_ASSEMBLY_OPERATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSEMBLY_OPERATIONS, object_name:MRP_ASSEMBLY_OPERATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Not currently used , implementation_dba_data: MRP.MRP_ASSEMBLY_OPERATIONS ,
-
View: MRP_PO_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchasing supply view , implementation_dba_data: APPS.MRP_PO_SUPPLY_VIEW ,
-
View: MRP_PO_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PO_SUPPLY_VIEW, object_name:MRP_PO_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchasing supply view , implementation_dba_data: APPS.MRP_PO_SUPPLY_VIEW ,
-
View: MRP_BOD_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOD_TASK_SR_LEVELS_V, object_name:MRP_BOD_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: BOD task sourcing rule levels view , implementation_dba_data: APPS.MRP_BOD_TASK_SR_LEVELS_V ,
-
View: MRPBV_PLAN_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_BOM_COMPONENTS, object_name:MRPBV_PLAN_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_BOM_COMPONENTS ,
-
View: MRP_BOD_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOD_TASK_SR_LEVELS_V, object_name:MRP_BOD_TASK_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: BOD task sourcing rule levels view , implementation_dba_data: APPS.MRP_BOD_TASK_SR_LEVELS_V ,
-
View: MRPFV_PLAN_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_BOM_COMPONENTS, object_name:MRPFV_PLAN_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_BOM_COMPONENTS ,
-
View: MRPBV_PLAN_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_BOM_COMPONENTS, object_name:MRPBV_PLAN_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_BOM_COMPONENTS ,
-
View: MRPFV_PLAN_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_BOM_COMPONENTS, object_name:MRPFV_PLAN_BOM_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_BOM_COMPONENTS ,
-
View: MRP_WORKBENCH_MESSAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_V, object_name:MRP_WORKBENCH_MESSAGES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_V ,
-
View: MRP_WORKBENCH_MESSAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_V, object_name:MRP_WORKBENCH_MESSAGES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_V ,
-
View: MRP_TEMP_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_TEMP_QUANTITY_V, object_name:MRP_TEMP_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand information view , implementation_dba_data: APPS.MRP_TEMP_QUANTITY_V ,
-
View: MRP_TEMP_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_TEMP_QUANTITY_V, object_name:MRP_TEMP_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand information view , implementation_dba_data: APPS.MRP_TEMP_QUANTITY_V ,
-
View: MRP_ORG_QUANTITY_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_DET_V, object_name:MRP_ORG_QUANTITY_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_DET_V ,
-
View: MRP_ORG_QUANTITY_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_DET_V, object_name:MRP_ORG_QUANTITY_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_DET_V ,
-
View: MRP_WORKBENCH_MESSAGES_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_ORG_QUANTITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_V, object_name:MRP_ORG_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_V, object_name:MRP_ITEM_LOT_QUANTITIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_V ,
-
Table: MRP_MATERIAL_PLANS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_MATERIAL_PLANS, object_name:MRP_MATERIAL_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Horizontal plan for planned items , implementation_dba_data: MRP.MRP_MATERIAL_PLANS ,
-
View: MRP_ITEM_LOT_QUANTITIES_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_DET_V, object_name:MRP_ITEM_LOT_QUANTITIES_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_DET_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_DET_V, object_name:MRP_ITEM_LOT_QUANTITIES_DET_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_DET_V ,
-
View: MRP_ORG_QUANTITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORG_QUANTITY_V, object_name:MRP_ORG_QUANTITY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand quantities view , implementation_dba_data: APPS.MRP_ORG_QUANTITY_V ,
-
View: MRP_WORKBENCH_MESSAGES_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_ITEM_LOT_QUANTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_LOT_QUANTITIES_V, object_name:MRP_ITEM_LOT_QUANTITIES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View for expired lots in inventory , implementation_dba_data: APPS.MRP_ITEM_LOT_QUANTITIES_V ,
-
View: MRP_WIP_JOBS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WIP_JOBS_VIEW, object_name:MRP_WIP_JOBS_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: WIP job supply view , implementation_dba_data: APPS.MRP_WIP_JOBS_VIEW ,
-
Table: MRP_SUGG_REP_SCHEDULES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUGG_REP_SCHEDULES, object_name:MRP_SUGG_REP_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: Suggested repetitive schedules , implementation_dba_data: MRP.MRP_SUGG_REP_SCHEDULES ,
-
Table: MRP_ITEM_SOURCING
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_SOURCING, object_name:MRP_ITEM_SOURCING, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing information for planned items , implementation_dba_data: MRP.MRP_ITEM_SOURCING ,
-
Table: MRP_ITEM_EXCEPTIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_EXCEPTIONS, object_name:MRP_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan exception messages , implementation_dba_data: MRP.MRP_ITEM_EXCEPTIONS ,
-
View: MRP_USING_ASSEMBLY_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_USING_ASSEMBLY_SC_V, object_name:MRP_USING_ASSEMBLY_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP using assembly view for supply chain planning , implementation_dba_data: APPS.MRP_USING_ASSEMBLY_SC_V ,
-
View: MRP_USING_ASSEMBLY_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_USING_ASSEMBLY_SC_V, object_name:MRP_USING_ASSEMBLY_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP using assembly view for supply chain planning , implementation_dba_data: APPS.MRP_USING_ASSEMBLY_SC_V ,
-
View: MRP_COMPONENTS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_COMPONENTS_SC_V, object_name:MRP_COMPONENTS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Components view , implementation_dba_data: APPS.MRP_COMPONENTS_SC_V ,
-
Table: MRP_PLANNING_EXCEPTION_SETS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANNING_EXCEPTION_SETS, object_name:MRP_PLANNING_EXCEPTION_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: Controls for a set of exception messages , implementation_dba_data: MRP.MRP_PLANNING_EXCEPTION_SETS ,
-
Table: MRP_ITEM_PURCHASE_ORDERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_PURCHASE_ORDERS, object_name:MRP_ITEM_PURCHASE_ORDERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Purchase orders and purchase requisitions , implementation_dba_data: MRP.MRP_ITEM_PURCHASE_ORDERS ,
-
Table: MRP_ONHAND_QUANTITIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ONHAND_QUANTITIES, object_name:MRP_ONHAND_QUANTITIES, status:VALID, product: MRP - Master Scheduling/MRP , description: On hand information for items in a plan , implementation_dba_data: MRP.MRP_ONHAND_QUANTITIES ,
-
Table: MRP_AGGREGATE_RATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_AGGREGATE_RATES, object_name:MRP_AGGREGATE_RATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Suggested aggregate repetitive rates of production , implementation_dba_data: MRP.MRP_AGGREGATE_RATES ,