Search Results mrp_designators
Overview
The MRP_DESIGNATORS table is a core master data table within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the central repository for defining and storing plan names, which are referred to as "compile designators." A compile designator is a unique identifier for a specific production or material plan within an organization. This table is fundamental to the planning engine, as every MRP, DRP, or MPS plan executed within the system must be associated with a defined entry in this table. Its primary role is to provide a validated list of available plans, ensuring referential integrity and consistency across the planning suite.
Key Information Stored
The table's structure is designed to uniquely identify a plan within the context of a specific inventory organization. The primary key constraint MRP_DESIGNATORS_PK enforces uniqueness on the combination of two critical columns: COMPILE_DESIGNATOR and ORGANIZATION_ID. The COMPILE_DESIGNATOR column stores the name of the plan (e.g., 'MASTER_PLAN', '2024_Q1_MRP'). The ORGANIZATION_ID column links the designator to a specific inventory organization, as defined in INV_ORG_PARAMETERS. This relationship is enforced by a foreign key to the MRP_PARAMETERS table, which holds organization-level planning parameters.
Common Use Cases and Queries
This table is primarily referenced for plan setup, maintenance, and reporting. Common operational scenarios include validating available plans before launching a planning run, generating lists of plans for a given organization, and auditing plan usage. A typical query would join with organization details for a comprehensive report:
- Listing all defined plans with organization code:
SELECT md.compile_designator, hou.name org_name
FROM mrp_designators md,
hr_operating_units hou
WHERE md.organization_id = hou.organization_id
ORDER BY org_name, compile_designator; - Checking for a specific plan's existence:
SELECT 'Plan Exists'
FROM mrp_designators
WHERE compile_designator = '&PLAN_NAME'
AND organization_id = &ORG_ID;
Related Objects
The MRP_DESIGNATORS table has integral relationships with several key planning tables, as indicated by its foreign key constraints. It is the parent table for MRP_PLANS, which stores the detailed output of a planning run; the foreign key ensures every plan record is tied to a valid designator. It is also referenced by MRP_PLAN_SCHEDULES, which holds schedule data for planned orders. The relationship with MRP_PARAMETERS ensures that a designator can only be created for an organization with established MRP parameters. These relationships underscore the table's role as a cornerstone of the planning data model.
-
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_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 ,
-
APPS.MRP_LAUNCH_PLAN_PK dependencies on MRP_DESIGNATORS
12.1.1
-
APPS.FLM_MMM_CALCULATION dependencies on MRP_DESIGNATORS
12.2.2
-
APPS.FLM_MMM_CALCULATION dependencies on MRP_DESIGNATORS
12.1.1
-
APPS.MRP_SCHEDULE_DESIG_PKG dependencies on MRP_DESIGNATORS
12.1.1
-
APPS.MRP_SCHEDULE_DESIG_PKG dependencies on MRP_DESIGNATORS
12.2.2
-
APPS.MRP_LAUNCH_PLAN_PK dependencies on MRP_DESIGNATORS
12.2.2
-
VIEW: APPS.CHV_ORG_OPTIONS_V
12.1.1
-
VIEW: APPS.CHV_ORG_OPTIONS_V
12.2.2
-
VIEW: APPS.MRP_DESIGNATORS_DFV
12.1.1
-
VIEW: APPS.MRP_DESIGNATORS_DFV
12.2.2
-
VIEW: MRP.MRP_DESIGNATORS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_DESIGNATORS#, status:VALID,
-
View: CHV_ORG_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_ORG_OPTIONS_V, object_name:CHV_ORG_OPTIONS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_ORG_OPTIONS_V ,
-
SYNONYM: APPS.MRP_DESIGNATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_DESIGNATORS, status:VALID,
-
SYNONYM: APPS.MRP_DESIGNATORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_DESIGNATORS, status:VALID,
-
VIEW: APPS.ICX_EDM_MFG_PLAN_V
12.1.1
-
VIEW: APPS.MRP_DESIGNATORS_VIEW
12.2.2
-
VIEW: APPS.MRPBV_DRP_PLANS
12.1.1
-
VIEW: APPS.MRPBV_MRP_PLANS
12.2.2
-
View: CHV_ORG_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CHV.CHV_ORG_OPTIONS_V, object_name:CHV_ORG_OPTIONS_V, status:VALID, product: CHV - Supplier Scheduling , description: - Retrofitted , implementation_dba_data: APPS.CHV_ORG_OPTIONS_V ,
-
VIEW: APPS.MRP_DESIGNATORS_VIEW
12.1.1
-
VIEW: APPS.MRPFV_DRP_PLANS
12.2.2
-
VIEW: APPS.MRPBV_DRP_PLANS
12.2.2
-
VIEW: APPS.MRPFV_DRP_PLANS
12.1.1
-
VIEW: APPS.MRPFV_MRP_PLANS
12.2.2
-
VIEW: APPS.ICX_EDM_MFG_PLAN_V
12.2.2
-
VIEW: APPS.MRPBV_MRP_PLANS
12.1.1
-
VIEW: APPS.MRPFV_MRP_PLANS
12.1.1
-
VIEW: MRP.MRP_DESIGNATORS#
12.2.2
-
TABLE: MRP.MRP_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_DESIGNATORS, object_name:MRP_DESIGNATORS, status:VALID,
-
VIEW: APPS.MRP_PLAN_SCHED_V
12.1.1
-
VIEW: APPS.MRP_PLAN_SCHED_V
12.2.2
-
TABLE: MRP.MRP_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_DESIGNATORS, object_name:MRP_DESIGNATORS, status:VALID,
-
VIEW: APPS.PJM_PROJECT_MFG_PLAN_V
12.1.1
-
VIEW: APPS.PJM_PROJECT_MFG_PLAN_V
12.2.2
-
Table: MRP_PARAMETERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PARAMETERS, object_name:MRP_PARAMETERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Planning parameters , implementation_dba_data: MRP.MRP_PARAMETERS ,
-
VIEW: APPS.MRPBV_MFG_DIST_PLANS
12.2.2
-
VIEW: APPS.MRPBV_MFG_DIST_PLANS
12.1.1
-
View: ICX_EDM_MFG_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_MFG_PLAN_V, object_name:ICX_EDM_MFG_PLAN_V, status:VALID, product: ICX - Oracle iProcurement , description: Manufacturing Plan Information by Project , implementation_dba_data: APPS.ICX_EDM_MFG_PLAN_V ,
-
VIEW: APPS.MRPFV_MFG_DIST_PLANS
12.1.1
-
View: ICX_EDM_MFG_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_MFG_PLAN_V, object_name:ICX_EDM_MFG_PLAN_V, status:VALID, product: ICX - Oracle iProcurement , description: Manufacturing Plan Information by Project , implementation_dba_data: APPS.ICX_EDM_MFG_PLAN_V ,
-
VIEW: APPS.MRPFV_MFG_DIST_PLANS
12.2.2
-
Table: MRP_PLAN_SCHEDULES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLAN_SCHEDULES, object_name:MRP_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply and Demand Schedules for MPS, MRP, and DRP plans , implementation_dba_data: MRP.MRP_PLAN_SCHEDULES ,
-
Table: MRP_PLAN_SCHEDULES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PLAN_SCHEDULES, object_name:MRP_PLAN_SCHEDULES, status:VALID, product: MRP - Master Scheduling/MRP , description: Supply and Demand Schedules for MPS, MRP, and DRP plans , implementation_dba_data: MRP.MRP_PLAN_SCHEDULES ,
-
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 ,
-
APPS.MRP_SCHEDULE_DESIG_PKG dependencies on MRP_FORECAST_DESIGNATORS
12.2.2
-
Table: MRP_PARAMETERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_PARAMETERS, object_name:MRP_PARAMETERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Planning parameters , implementation_dba_data: MRP.MRP_PARAMETERS ,
-
View: MRP_DESIGNATORS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_DESIGNATORS_VIEW, object_name:MRP_DESIGNATORS_VIEW, status:VALID, product: MRP - Master Scheduling/MRP , description: Designator view , implementation_dba_data: APPS.MRP_DESIGNATORS_VIEW ,
-
PACKAGE BODY: APPS.MRP_SCHEDULE_DESIG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_SCHEDULE_DESIG_PKG, status:VALID,