Search Results mrp_plans
Overview
The MRP_PLANS table is a core data object within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It functions as the master definition table for planning entities, storing the foundational configuration settings and parameters associated with a specific plan name (compile designator). Every plan run within the system must have a corresponding record in this table. It acts as a central hub, linking the plan's operational settings to its execution outputs and related master data, thereby enabling the comprehensive material and capacity planning processes that are essential for manufacturing and supply chain operations.
Key Information Stored
The table's primary key is a composite of ORGANIZATION_ID and COMPILE_DESIGNATOR, uniquely identifying a plan within a specific inventory organization. While the provided metadata does not list all columns, the foreign key relationships indicate several critical fields. The COMPILE_DESIGNATOR column holds the unique identifier for the plan itself. Other key columns include CURR_SCHEDULE_DESIGNATOR and SCHEDULE_DESIGNATOR, which link to different schedule versions in the MRP_SCHEDULE_DESIGNATORS table. The ASSIGNMENT_SET_ID column links to the MRP_ASSIGNMENT_SETS table, defining sourcing and assignment rules for the plan. Collectively, these columns store the plan's identity, its active and baseline schedule references, and its rule-based configurations.
Common Use Cases and Queries
This table is primarily accessed for administrative reporting, data validation, and integration tasks. A common use case is generating a list of all configured plans within the system or for a specific organization to support audits or system documentation. Technical consultants often query this table to verify plan setup before a critical MRP run or to troubleshoot issues where plan parameters are suspected. A typical query would join MRP_PLANS to MRP_DESIGNATORS to retrieve descriptive plan names.
- Sample Query: List all plans with their designator description:
SELECT mp.organization_id, mp.compile_designator, md.designator_description FROM mrp_plans mp, mrp_designators md WHERE mp.compile_designator = md.designator AND mp.organization_id = md.organization_id ORDER BY 1, 2; - Data Validation: Queries are used to ensure foreign key integrity, such as verifying that every CURR_SCHEDULE_DESIGNATOR in MRP_PLANS exists in MRP_SCHEDULE_DESIGNATORS for the same organization.
Related Objects
As evidenced by its foreign key constraints, MRP_PLANS has integral relationships with several key tables in the MRP schema. The documented relationships are as follows:
- MRP_DESIGNATORS: Linked via MRP_PLANS.COMPILE_DESIGNATOR and ORGANIZATION_ID. This provides the master list of valid plan names.
- MRP_SCHEDULE_DESIGNATORS: Linked via three separate foreign keys for MRP_PLANS.CURR_SCHEDULE_DESIGNATOR, .SCHEDULE_DESIGNATOR, and .COMPILE_DESIGNATOR (all with ORGANIZATION_ID). This manages different schedule versions and snapshots associated with the plan.
- MRP_ASSIGNMENT_SETS: Linked via MRP_PLANS.ASSIGNMENT_SET_ID. This defines the sourcing and assignment rules applied during the plan run.
- MRP_FILES: Linked via MRP_FILES.ORGANIZATION_ID and .COMPILE_DESIGNATOR. This table likely stores the output or log files generated by the plan.
- MRP_PLAN_ORGANIZATIONS: Linked via MRP_PLAN_ORGANIZATIONS.ORGANIZATION_ID and .COMPILE_DESIGNATOR. This table defines which organizations are included in a multi-organization plan.
- MTL_ABC_COMPILE_HEADERS: Linked via MTL_ABC_COMPILE_HEADERS.ORGANIZATION_ID and .MRP_PLAN_NAME. This connects ABC analysis compilations to a specific plan.
-
Table: MRP_PLANS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
Table: MRP_PLANS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLANS, object_name:MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Settings for a specific plan name , implementation_dba_data: MRP.MRP_PLANS ,
-
Table: MRP_SCHEDULE_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS, object_name:MRP_SCHEDULE_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule names , implementation_dba_data: MRP.MRP_SCHEDULE_DESIGNATORS ,
-
Table: MRP_SCHEDULE_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS, object_name:MRP_SCHEDULE_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule names , implementation_dba_data: MRP.MRP_SCHEDULE_DESIGNATORS ,
-
View: MRP_PLAN_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_SCHEDULES_V, object_name:MRP_PLAN_SCHEDULES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply/Demand Schedule information for planner. , implementation_dba_data: APPS.MRP_PLAN_SCHEDULES_V ,
-
View: MRP_PLAN_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_SCHEDULES_V, object_name:MRP_PLAN_SCHEDULES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply/Demand Schedule information for planner. , implementation_dba_data: APPS.MRP_PLAN_SCHEDULES_V ,
-
View: MRP_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORGANIZATIONS_V, object_name:MRP_ORGANIZATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MPS/MRP plans for an organization , implementation_dba_data: APPS.MRP_ORGANIZATIONS_V ,
-
View: MRP_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORGANIZATIONS_V, object_name:MRP_ORGANIZATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MPS/MRP plans for an organization , implementation_dba_data: APPS.MRP_ORGANIZATIONS_V ,
-
View: MRPFV_PLAN_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SCHEDULES, object_name:MRPFV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_SCHEDULES ,
-
View: MRPBV_PLAN_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SCHEDULES, object_name:MRPBV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SCHEDULES ,
-
View: MRPBV_PLAN_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SCHEDULES, object_name:MRPBV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SCHEDULES ,
-
View: MRPFV_PLAN_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SCHEDULES, object_name:MRPFV_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_SCHEDULES ,
-
View: MRP_WEB_PLAN_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLAN_ITEMS_V, object_name:MRP_WEB_PLAN_ITEMS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Items Information , implementation_dba_data: APPS.MRP_WEB_PLAN_ITEMS_V ,
-
View: MRP_WEB_PLAN_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLAN_ITEMS_V, object_name:MRP_WEB_PLAN_ITEMS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Items Information , implementation_dba_data: APPS.MRP_WEB_PLAN_ITEMS_V ,
-
View: MRPBV_MFG_DIST_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MFG_DIST_PLANS, object_name:MRPBV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MFG_DIST_PLANS ,
-
View: MRPBV_MFG_DIST_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MFG_DIST_PLANS, object_name:MRPBV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MFG_DIST_PLANS ,
-
View: MRPFV_MFG_DIST_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
View: MRPFV_MFG_DIST_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MFG_DIST_PLANS, object_name:MRPFV_MFG_DIST_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MFG_DIST_PLANS ,
-
View: MRP_BIS_PLANS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_PLANS_LOV_V, object_name:MRP_BIS_PLANS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_PLANS_LOV_V ,
-
Table: MRP_ASSIGNMENT_SETS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSIGNMENT_SETS, object_name:MRP_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignment set , implementation_dba_data: MRP.MRP_ASSIGNMENT_SETS ,
-
Table: MRP_ASSIGNMENT_SETS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ASSIGNMENT_SETS, object_name:MRP_ASSIGNMENT_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: Sourcing assignment set , implementation_dba_data: MRP.MRP_ASSIGNMENT_SETS ,
-
View: MRP_BIS_PLANS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_PLANS_LOV_V, object_name:MRP_BIS_PLANS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_PLANS_LOV_V ,
-
Table: MRP_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_DESIGNATORS, object_name:MRP_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan names , implementation_dba_data: MRP.MRP_DESIGNATORS ,
-
Table: MRP_PLAN_ORGANIZATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLAN_ORGANIZATIONS, object_name:MRP_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Organizations planned by a MRP/MPS/DRP plan , implementation_dba_data: MRP.MRP_PLAN_ORGANIZATIONS ,
-
Table: MRP_FILES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FILES, object_name:MRP_FILES, status:VALID, product: MRP - Master Scheduling/MRP , description: File names used by the planner , implementation_dba_data: MRP.MRP_FILES ,
-
Table: MRP_PLAN_ORGANIZATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLAN_ORGANIZATIONS, object_name:MRP_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: Organizations planned by a MRP/MPS/DRP plan , implementation_dba_data: MRP.MRP_PLAN_ORGANIZATIONS ,
-
Table: MRP_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_DESIGNATORS, object_name:MRP_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan names , implementation_dba_data: MRP.MRP_DESIGNATORS ,
-
Table: MRP_FILES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FILES, object_name:MRP_FILES, status:VALID, product: MRP - Master Scheduling/MRP , description: File names used by the planner , implementation_dba_data: MRP.MRP_FILES ,
-
View: MRP_LAST_PLAN_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LAST_PLAN_ORGS_V, object_name:MRP_LAST_PLAN_ORGS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: 10SC only , implementation_dba_data: APPS.MRP_LAST_PLAN_ORGS_V ,
-
View: MRP_LAST_PLAN_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LAST_PLAN_ORGS_V, object_name:MRP_LAST_PLAN_ORGS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: 10SC only , implementation_dba_data: APPS.MRP_LAST_PLAN_ORGS_V ,
-
View: MRP_BIS_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_ORDERS_V, object_name:MRP_BIS_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_ORDERS_V ,
-
View: MRP_BIS_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_ORDERS_V, object_name:MRP_BIS_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_ORDERS_V ,
-
View: MRP_DAILY_DEMAND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_DEMAND_VIEW, object_name:MRP_DAILY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed demand view , implementation_dba_data: APPS.MRP_DAILY_DEMAND_VIEW ,
-
View: MRPBV_DRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_DRP_PLANS, object_name:MRPBV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_DRP_PLANS ,
-
View: MRPBV_MRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MRP_PLANS, object_name:MRPBV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MRP_PLANS ,
-
View: MRP_DAILY_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_SUPPLY_VIEW, object_name:MRP_DAILY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed supply view , implementation_dba_data: APPS.MRP_DAILY_SUPPLY_VIEW ,
-
View: MRP_DAILY_DEMAND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_DEMAND_VIEW, object_name:MRP_DAILY_DEMAND_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed demand view , implementation_dba_data: APPS.MRP_DAILY_DEMAND_VIEW ,
-
View: MRPFV_DRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DRP_PLANS, object_name:MRPFV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DRP_PLANS ,
-
View: MRPFV_DRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_DRP_PLANS, object_name:MRPFV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_DRP_PLANS ,
-
View: MRPBV_PLAN_SUBINVENTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUBINVENTORIES, object_name:MRPBV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUBINVENTORIES ,
-
View: MRPBV_DRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_DRP_PLANS, object_name:MRPBV_DRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_DRP_PLANS ,
-
View: MRPFV_PLAN_SUBINVENTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUBINVENTORIES, object_name:MRPFV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUBINVENTORIES ,
-
View: MRPBV_MPS_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_PLANS, object_name:MRPBV_MPS_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MPS_PLANS ,
-
View: MRP_DAILY_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DAILY_SUPPLY_VIEW, object_name:MRP_DAILY_SUPPLY_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Daily bucketed supply view , implementation_dba_data: APPS.MRP_DAILY_SUPPLY_VIEW ,
-
View: MRPBV_MRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MRP_PLANS, object_name:MRPBV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MRP_PLANS ,
-
View: MRPFV_MRP_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MRP_PLANS, object_name:MRPFV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MRP_PLANS ,
-
View: MRPFV_MPS_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_PLANS, object_name:MRPFV_MPS_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_PLANS ,
-
View: MRPFV_MRP_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MRP_PLANS, object_name:MRPFV_MRP_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MRP_PLANS ,
-
View: MRPBV_MPS_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_PLANS, object_name:MRPBV_MPS_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MPS_PLANS ,
-
View: MRPFV_PLAN_SUBINVENTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUBINVENTORIES, object_name:MRPFV_PLAN_SUBINVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUBINVENTORIES ,