Search Results mrp_plan_organizations
Overview
The MRP_PLAN_ORGANIZATIONS table is a core data structure within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the definitive repository for defining and storing the relationship between a specific planning run (MRP, MPS, or DRP plan) and the inventory organizations that are included within its scope. This table is fundamental to the multi-organization planning capabilities of Oracle EBS, enabling planners to execute a single plan that spans multiple manufacturing or distribution entities. The integrity of this relationship is enforced by a primary key and critical foreign keys linking it to the master plan definition.
Key Information Stored
The table's structure captures the essential identifiers that bind an organization to a plan. The primary key is a composite of ORGANIZATION_ID, COMPILE_DESIGNATOR, and PLANNED_ORGANIZATION, ensuring a unique record for each organization planned under a specific plan. The ORGANIZATION_ID and COMPILE_DESIGNATOR columns together foreign-key to the MRP_PLANS table, identifying the master plan itself. The PLANNED_ORGANIZATION column stores the identifier of the specific inventory organization being planned. The PLAN_LEVEL column is a critical attribute that indicates the hierarchical position of the organization within a distributed planning (DRP) network, such as designating an organization as a source, destination, or both, which dictates the flow of planned orders.
Common Use Cases and Queries
This table is central to setup validation, plan analysis, and custom reporting. A common use case is verifying all organizations assigned to a plan, often performed during plan setup or troubleshooting. A typical query would join to INV_ORG_PARAMETERS to resolve organization codes:
- SELECT mp.plan_name, hou.name planned_org_name, mpo.plan_level FROM mrp_plan_organizations mpo, mrp_plans mp, hr_operating_units hou WHERE mpo.compile_designator = mp.compile_designator AND mpo.organization_id = mp.organization_id AND mpo.planned_organization = hou.organization_id AND mp.plan_name = '<PLAN_NAME>';
Another key scenario involves analyzing the DRP network structure by filtering or ordering results based on the PLAN_LEVEL. Developers also query this table within custom programs or integrations that must process plan data, using it to determine the organizational scope before fetching detailed planned orders or material requirements.
Related Objects
The MRP_PLAN_ORGANIZATIONS table maintains a direct and mandatory relationship with the master plan definition table. As documented in the provided metadata, its primary foreign key relationship is:
- MRP_PLANS: The table is linked via a foreign key on the composite columns (ORGANIZATION_ID, COMPILE_DESIGNATOR). This ensures every record in MRP_PLAN_ORGANIZATIONS is associated with a valid, existing plan in MRP_PLANS.
While not listed in the brief metadata, this table is intrinsically linked to core planning engine logic and is referenced by numerous standard views (such as MRP_PLAN_ORGANIZATIONS_V) and the transaction tables that store the plan output (e.g., MRP_RECOMMENDATIONS, MRP_FORECAST_DATES) for the organizations defined within it.
-
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_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 ,
-
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 ,
-
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 ,
-
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: 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_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 ,
-
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 ,
-
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: 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: 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 ,
-
View: MRPBV_PLAN_SUBINVENTORIES
12.2.2
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: MRP_PLAN_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_ORGANIZATIONS_V, object_name:MRP_PLAN_ORGANIZATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MPS/MRP plan organizations view , implementation_dba_data: APPS.MRP_PLAN_ORGANIZATIONS_V ,
-
View: MRP_BOM_PLAN_NAME_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOM_PLAN_NAME_LOV_V, object_name:MRP_BOM_PLAN_NAME_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan name list of values view , implementation_dba_data: APPS.MRP_BOM_PLAN_NAME_LOV_V ,
-
View: MRP_PLAN_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_ORGS_V, object_name:MRP_PLAN_ORGS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP Plan Options View , implementation_dba_data: APPS.MRP_PLAN_ORGS_V ,
-
View: MRP_PLAN_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_ORGS_V, object_name:MRP_PLAN_ORGS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP Plan Options View , implementation_dba_data: APPS.MRP_PLAN_ORGS_V ,
-
View: MRP_PLAN_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_ORGANIZATIONS_V, object_name:MRP_PLAN_ORGANIZATIONS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MPS/MRP plan organizations view , implementation_dba_data: APPS.MRP_PLAN_ORGANIZATIONS_V ,
-
View: MRP_BOM_PLAN_NAME_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BOM_PLAN_NAME_LOV_V, object_name:MRP_BOM_PLAN_NAME_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan name list of values view , implementation_dba_data: APPS.MRP_BOM_PLAN_NAME_LOV_V ,
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,
-
View: MRPBV_PLAN_ITEM_FLEX_FENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_FLEX_FENCES, object_name:MRPBV_PLAN_ITEM_FLEX_FENCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_FLEX_FENCES ,
-
View: MRPBV_PLAN_ITEM_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SUPPLIERS, object_name:MRPBV_PLAN_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SUPPLIERS ,
-
View: MRPBV_PLAN_ITEM_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SUPPLIERS, object_name:MRPBV_PLAN_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SUPPLIERS ,
-
View: MRPBV_PLAN_ITEM_FLEX_FENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_FLEX_FENCES, object_name:MRPBV_PLAN_ITEM_FLEX_FENCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_FLEX_FENCES ,
-
View: MRPFV_PLAN_ITEM_FLEX_FENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_FLEX_FENCES, object_name:MRPFV_PLAN_ITEM_FLEX_FENCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_FLEX_FENCES ,
-
View: MRPFV_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
View: MRPBV_PLAN_ITEM_CAPACITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_CAPACITIES, object_name:MRPBV_PLAN_ITEM_CAPACITIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_CAPACITIES ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRPFV_PLAN_ITEM_CAPACITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_CAPACITIES, object_name:MRPFV_PLAN_ITEM_CAPACITIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_CAPACITIES ,
-
View: MRPFV_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ORGANIZATIONS, object_name:MRPFV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ORGANIZATIONS ,
-
View: MRPFV_PLAN_ITEM_CAPACITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_CAPACITIES, object_name:MRPFV_PLAN_ITEM_CAPACITIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_CAPACITIES ,
-
View: MRPFV_PLAN_ITEM_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SUPPLIERS, object_name:MRPFV_PLAN_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SUPPLIERS ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRPBV_PLAN_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORGANIZATIONS, object_name:MRPBV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORGANIZATIONS ,
-
View: MRPBV_PLAN_ITEM_CAPACITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_CAPACITIES, object_name:MRPBV_PLAN_ITEM_CAPACITIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_CAPACITIES ,
-
View: MRPBV_PLAN_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORGANIZATIONS, object_name:MRPBV_PLAN_ORGANIZATIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORGANIZATIONS ,
-
View: MRPFV_PLAN_ITEM_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SUPPLIERS, object_name:MRPFV_PLAN_ITEM_SUPPLIERS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SUPPLIERS ,
-
View: MRPFV_PLAN_ITEM_FLEX_FENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_FLEX_FENCES, object_name:MRPFV_PLAN_ITEM_FLEX_FENCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_FLEX_FENCES ,
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,
-
View: MRPBV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRPBV_PLAN_ITEM_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_SOURCES, object_name:MRPBV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_SOURCES ,
-
View: MRPFV_PLAN_ITEM_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_SOURCES, object_name:MRPFV_PLAN_ITEM_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_SOURCES ,
-
View: MRP_WEB_PLANNED_SUPPLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLANNED_SUPPLY_V, object_name:MRP_WEB_PLANNED_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply information for items , implementation_dba_data: APPS.MRP_WEB_PLANNED_SUPPLY_V ,
-
View: MRP_WEB_PLANNED_SUPPLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WEB_PLANNED_SUPPLY_V, object_name:MRP_WEB_PLANNED_SUPPLY_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply information for items , implementation_dba_data: APPS.MRP_WEB_PLANNED_SUPPLY_V ,
-
View: MRPBV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
View: MRPBV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
View: MRPBV_PLAN_ORG_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORG_ITEMS, object_name:MRPBV_PLAN_ORG_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORG_ITEMS ,
-
View: MRPBV_PLAN_ORG_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ORG_ITEMS, object_name:MRPBV_PLAN_ORG_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ORG_ITEMS ,
-
View: MRP_ORDERS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_SC_V, object_name:MRP_ORDERS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: APPS.MRP_ORDERS_SC_V ,
-
View: OLD_ORDERS_SC_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: Not implemented in this database ,