Search Results mrp_schedule_designators
Overview
The MRP_SCHEDULE_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 managing all schedule names, known as designators, within the planning system. A schedule designator is a unique identifier for a specific master production schedule (MPS) or material requirements plan (MRP). This table's primary role is to provide a validated list of available schedules that can be referenced by numerous other planning and scheduling entities across the application, ensuring data integrity and consistency in plan execution and reporting.
Key Information Stored
The table's structure is defined by a composite primary key consisting of SCHEDULE_DESIGNATOR and ORGANIZATION_ID, enforcing uniqueness of schedule names per inventory organization. While the provided ETRM metadata does not list all columns, the core data stored includes the schedule identifier and the organizational context. The table's critical function is evidenced by its extensive foreign key relationships. It acts as a parent table, validating the schedule designator values used in key transactional and setup tables such as MRP_PLANS, MRP_SCHEDULE_ITEMS, and MRP_SCHEDULE_INTERFACE.
Common Use Cases and Queries
This table is fundamental for administrative setup, data validation, and reporting. Common operational scenarios include querying all available schedules for a specific organization, validating a user-entered designator before running a plan, or generating a list of plans for archival purposes. A typical reporting query would join this table to MRP_PLANS to get a comprehensive list of defined plans with their status. For technical support, identifying all dependent records before modifying a schedule designator is a critical use case, often involving queries that trace the foreign key relationships documented in the ETRM.
- Listing all schedule designators for an organization:
SELECT schedule_designator FROM mrp_schedule_designators WHERE organization_id = :org_id; - Finding plans associated with a specific designator:
SELECT p.plan_id, p.compile_designator FROM mrp_plans p, mrp_schedule_designators sd WHERE p.schedule_designator = sd.schedule_designator AND p.organization_id = sd.organization_id AND sd.schedule_designator = 'MAIN_MPS';
Related Objects
As indicated by the foreign key metadata, MRP_SCHEDULE_DESIGNATORS is a hub table with dependencies across the MRP schema. Key related objects include:
- MRP_PLANS: References this table for the primary SCHEDULE_DESIGNATOR, the current active designator (CURR_SCHEDULE_DESIGNATOR), and the compilation designator (COMPILE_DESIGNATOR).
- MRP_SCHEDULE_ITEMS & MRP_SCHEDULE_INTERFACE: Store planned order and schedule data tied to a specific designator.
- MRP_LOAD_PARAMETERS: Uses it for both the target and source schedule designators in plan load operations.
- MRP_PARAMETERS, MRP_KANBAN_PLANS, MRP_PLAN_SCHEDULES, MRP_SCHEDULE_DATES, and MTL_ABC_COMPILE_HEADERS also enforce referential integrity to this table, highlighting its central role in planning configuration and execution.
-
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 ,
-
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_LOAD_PARAMETERS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_LOAD_PARAMETERS, object_name:MRP_LOAD_PARAMETERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast/Schedule load parameters , implementation_dba_data: MRP.MRP_LOAD_PARAMETERS ,
-
Table: MRP_LOAD_PARAMETERS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_LOAD_PARAMETERS, object_name:MRP_LOAD_PARAMETERS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast/Schedule load parameters , implementation_dba_data: MRP.MRP_LOAD_PARAMETERS ,
-
View: MRP_SRS_SCHED_LOAD_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_SCHED_LOAD_SOURCE_V, object_name:MRP_SRS_SCHED_LOAD_SOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sources for schedule load , implementation_dba_data: APPS.MRP_SRS_SCHED_LOAD_SOURCE_V ,
-
View: MRP_SRS_SCHED_LOAD_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_SCHED_LOAD_SOURCE_V, object_name:MRP_SRS_SCHED_LOAD_SOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sources for schedule load , implementation_dba_data: APPS.MRP_SRS_SCHED_LOAD_SOURCE_V ,
-
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: MRP_SCHEDULE_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS_V, object_name:MRP_SCHEDULE_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedules view , implementation_dba_data: APPS.MRP_SCHEDULE_DESIGNATORS_V ,
-
Table: MRP_SCHEDULE_INTERFACE
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_INTERFACE, object_name:MRP_SCHEDULE_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Master Schedule interface for outside sources , implementation_dba_data: MRP.MRP_SCHEDULE_INTERFACE ,
-
Table: MRP_KANBAN_PLANS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_KANBAN_PLANS, object_name:MRP_KANBAN_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban Plan Names table , implementation_dba_data: MRP.MRP_KANBAN_PLANS ,
-
Table: MRP_SCHEDULE_INTERFACE
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_INTERFACE, object_name:MRP_SCHEDULE_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Master Schedule interface for outside sources , implementation_dba_data: MRP.MRP_SCHEDULE_INTERFACE ,
-
Table: MRP_KANBAN_PLANS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_KANBAN_PLANS, object_name:MRP_KANBAN_PLANS, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban Plan Names table , implementation_dba_data: MRP.MRP_KANBAN_PLANS ,
-
Table: MRP_SCHEDULE_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_ITEMS, object_name:MRP_SCHEDULE_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: Master scheduled items , implementation_dba_data: MRP.MRP_SCHEDULE_ITEMS ,
-
Table: MRP_SCHEDULE_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_ITEMS, object_name:MRP_SCHEDULE_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: Master scheduled items , implementation_dba_data: MRP.MRP_SCHEDULE_ITEMS ,
-
View: MRP_BIS_PLAN_PROD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_PLAN_PROD_V, object_name:MRP_BIS_PLAN_PROD_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_PLAN_PROD_V ,
-
View: MRPBV_MASTER_PROD_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_PROD_SCHEDS, object_name:MRPBV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_PROD_SCHEDS ,
-
View: MRP_BIS_PLAN_PROD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_PLAN_PROD_V, object_name:MRP_BIS_PLAN_PROD_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_PLAN_PROD_V ,
-
View: MRPBV_MASTER_PROD_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_PROD_SCHEDS, object_name:MRPBV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_PROD_SCHEDS ,
-
View: MRP_PLANS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLANS_SC_V, object_name:MRP_PLANS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS plan options view , implementation_dba_data: APPS.MRP_PLANS_SC_V ,
-
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: MRPFV_MASTER_DEMAND_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_DEMAND_SCHEDS, object_name:MRPFV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_DEMAND_SCHEDS ,
-
View: MRPFV_MASTER_PROD_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_PROD_SCHEDS, object_name:MRPFV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_PROD_SCHEDS ,
-
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_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_SCHEDULE_DATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DATES, object_name:MRP_SCHEDULE_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Master production schedule and master demand schedule , implementation_dba_data: MRP.MRP_SCHEDULE_DATES ,
-
Table: MRP_SCHEDULE_DATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SCHEDULE_DATES, object_name:MRP_SCHEDULE_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Master production schedule and master demand schedule , implementation_dba_data: MRP.MRP_SCHEDULE_DATES ,
-
View: MRP_SCHEDULE_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DESIGNATORS_V, object_name:MRP_SCHEDULE_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Master schedules view , implementation_dba_data: APPS.MRP_SCHEDULE_DESIGNATORS_V ,
-
View: MRPBV_MASTER_DEMAND_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_DEMAND_SCHEDS, object_name:MRPBV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_DEMAND_SCHEDS ,
-
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 ,
-
View: MRPFV_MASTER_PROD_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_PROD_SCHEDS, object_name:MRPFV_MASTER_PROD_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_PROD_SCHEDS ,
-
View: MRP_PLAN_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_PARAMETERS_V, object_name:MRP_PLAN_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS Plan Options View , implementation_dba_data: APPS.MRP_PLAN_PARAMETERS_V ,
-
View: MRP_PLANS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLANS_SC_V, object_name:MRP_PLANS_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS plan options view , implementation_dba_data: APPS.MRP_PLANS_SC_V ,
-
View: MRP_DESIGNATORS_VIEW
12.1.1
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 ,
-
View: MRPFV_MASTER_DEMAND_SCHEDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MASTER_DEMAND_SCHEDS, object_name:MRPFV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MASTER_DEMAND_SCHEDS ,
-
View: MRPBV_MASTER_DEMAND_SCHEDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MASTER_DEMAND_SCHEDS, object_name:MRPBV_MASTER_DEMAND_SCHEDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MASTER_DEMAND_SCHEDS ,
-
View: MRP_KANBAN_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_PLANS_V, object_name:MRP_KANBAN_PLANS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban Plans View , implementation_dba_data: APPS.MRP_KANBAN_PLANS_V ,
-
View: MRP_PLAN_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_PARAMETERS_V, object_name:MRP_PLAN_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS Plan Options View , implementation_dba_data: APPS.MRP_PLAN_PARAMETERS_V ,
-
View: MRP_KANBAN_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_KANBAN_PLANS_V, object_name:MRP_KANBAN_PLANS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Kanban Plans View , implementation_dba_data: APPS.MRP_KANBAN_PLANS_V ,
-
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: MRPBV_MDS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MDS_ENTRIES, object_name:MRPBV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MDS_ENTRIES ,
-
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_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: MRP_SRS_ORG_SELECT_SCHED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_ORG_SELECT_SCHED_V, object_name:MRP_SRS_ORG_SELECT_SCHED_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Valid schedules in Report Parameters , implementation_dba_data: APPS.MRP_SRS_ORG_SELECT_SCHED_V ,
-
View: MRPBV_MPS_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_ITEMS, object_name:MRPBV_MPS_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MPS_ITEMS ,
-
View: MRPFV_MPS_PLANS
12.1.1
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: MRP_SRS_ORG_SELECT_SCHED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_ORG_SELECT_SCHED_V, object_name:MRP_SRS_ORG_SELECT_SCHED_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Valid schedules in Report Parameters , implementation_dba_data: APPS.MRP_SRS_ORG_SELECT_SCHED_V ,
-
View: MRPBV_MPS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_ENTRIES, object_name:MRPBV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MPS_ENTRIES ,
-
View: MRPBV_MPS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_ENTRIES, object_name:MRPBV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_MPS_ENTRIES ,