Search Results mrp_plan_schedules
Overview
The MRP_PLAN_SCHEDULES table is a core data repository within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the central table for storing detailed supply and demand schedule data generated by planning engines. This includes the output from Master Production Scheduling (MPS), Material Requirements Planning (MRP), and Distribution Requirements Planning (DRP) runs. The table's primary role is to persist the time-phased plan recommendations—such as planned orders, scheduled receipts, and discrete demands—that are calculated during a plan compilation. These records form the basis for planner review, firming actions, and subsequent execution in manufacturing and procurement.
Key Information Stored
The table organizes schedule data using a combination of key identifier columns and detailed transaction attributes. The primary key, MRP_PLAN_SCHEDULES_PK, is based on ORGANIZATION_ID, COMPILE_DESIGNATOR, INPUT_ORGANIZATION_ID, INPUT_NAME, and PLAN_LEVEL, ensuring uniqueness for each schedule entry within a specific plan. Critical columns include the COMPILE_DESIGNATOR, which identifies the specific plan (e.g., 'MASTER_PLAN'), and the INPUT_NAME paired with INPUT_ORGANIZATION_ID, which link to the source schedule or designator used as plan input. The PLAN_LEVEL distinguishes between different planning hierarchies, such as item, supplier, or customer levels. Other significant columns typically store the transaction date, quantity, order type (supply or demand), associated item, and the recommended action details.
Common Use Cases and Queries
This table is fundamental for post-plan analysis and custom reporting. Planners and analysts query it to examine the net output of a planning run. A common use case is extracting all supply suggestions for a specific item to review planned order dates and quantities. Another is analyzing demand pegging by tracing a specific demand record back to its supply sources. Sample SQL often involves filtering by COMPILE_DESIGNATOR and ORGANIZATION_ID, and joining to inventory and item tables for descriptive information.
- Sample Query Pattern: SELECT schedule_date, quantity, order_type FROM mrp_plan_schedules WHERE compile_designator = :plan_name AND organization_id = :org_id AND inventory_item_id = :item_id ORDER BY schedule_date;
- Reporting Use Case: Generating a planner workbench report that lists all new planned orders suggested by the latest MRP run, highlighting items with critical shortages or excess supply.
Related Objects
The MRP_PLAN_SCHEDULES table has defined foreign key relationships with key setup and control tables in the MRP schema, as documented in the ETRM metadata. These relationships enforce data integrity and are critical for accurate joins in queries.
- MRP_DESIGNATORS: Linked via INPUT_NAME and INPUT_ORGANIZATION_ID. This table stores definitions of planning designators, which are used to categorize and select planning data.
- MRP_SCHEDULE_DESIGNATORS: Also linked via INPUT_NAME and INPUT_ORGANIZATION_ID. This table holds definitions for schedule designators, which identify specific sets of schedule data used as input to a plan.
These relationships indicate that the schedule data in MRP_PLAN_SCHEDULES is explicitly tied to the specific designator and organizational context defined in these reference tables, ensuring traceability from plan output back to its source parameters.
-
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 ,
-
APPS.MRP_UPDATE_PLAN_OPTIONS_PK dependencies on MRP_PLAN_SCHEDULES
12.1.1
-
APPS.MRP_UPDATE_PLAN_OPTIONS_PK dependencies on MRP_PLAN_SCHEDULES
12.2.2
-
SYNONYM: APPS.MRP_PLAN_SCHEDULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_PLAN_SCHEDULES, status:VALID,
-
VIEW: MRP.MRP_PLAN_SCHEDULES#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_PLAN_SCHEDULES#, status:VALID,
-
SYNONYM: APPS.MRP_PLAN_SCHEDULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_PLAN_SCHEDULES, status:VALID,
-
VIEW: APPS.MRP_PLAN_SCHED_V
12.1.1
-
VIEW: APPS.MRP_PLAN_SCHED_V
12.2.2
-
VIEW: APPS.MRP_PLAN_SCHEDULES_V
12.2.2
-
VIEW: APPS.MRP_PLAN_SCHEDULES_V
12.1.1
-
VIEW: MRP.MRP_PLAN_SCHEDULES#
12.2.2
-
TABLE: MRP.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,
-
APPS.MRP_UPDATE_PLAN_OPTIONS_PK SQL Statements
12.1.1
-
TABLE: MRP.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,
-
APPS.MRP_UPDATE_PLAN_OPTIONS_PK SQL Statements
12.2.2
-
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_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 ,
-
PACKAGE BODY: APPS.MRP_UPDATE_PLAN_OPTIONS_PK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_UPDATE_PLAN_OPTIONS_PK, status:VALID,
-
PACKAGE BODY: APPS.MRP_UPDATE_PLAN_OPTIONS_PK
12.2.2
-
PACKAGE BODY: APPS.MRP_UPDATE_PLAN_OPTIONS_PK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_UPDATE_PLAN_OPTIONS_PK, status:VALID,
-
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.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 ,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.MRP_UPDATE_PLAN_OPTIONS_PK
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: MRP_PLAN_SCHED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_SCHED_V, object_name:MRP_PLAN_SCHED_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan options view , implementation_dba_data: APPS.MRP_PLAN_SCHED_V ,
-
VIEW: APPS.MRPFV_PLAN_SCHEDULES
12.2.2
-
VIEW: APPS.MRPBV_PLAN_SCHEDULES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.MRPFV_PLAN_SCHEDULES
12.1.1
-
VIEW: APPS.MRPBV_PLAN_SCHEDULES
12.1.1
-
View: MRP_PLAN_SCHED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_PLAN_SCHED_V, object_name:MRP_PLAN_SCHED_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Plan options view , implementation_dba_data: APPS.MRP_PLAN_SCHED_V ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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: 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 ,