Search Results mrp_schedule_dates
Overview
The MRP_SCHEDULE_DATES table is a core transactional table within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the central repository for detailed master production schedule (MPS) and master demand schedule (MDS) entries. This table stores the disaggregated, time-phased supply and demand data generated by the planning engine, representing the fundamental output of a planning run. Its primary role is to record the specific dates and quantities for planned orders, scheduled receipts, and forecast consumption, forming the actionable schedule that drives manufacturing and procurement activities. The integrity of this data is critical for subsequent planning cycles, capacity planning, and execution systems.
Key Information Stored
The table's structure captures the essential dimensions of a scheduled entry. The primary key, MRP_SCHEDULE_DATES_PK, is a composite of MPS_TRANSACTION_ID, SCHEDULE_LEVEL, and SUPPLY_DEMAND_TYPE, ensuring uniqueness for each schedule line. Key columns include INVENTORY_ITEM_ID and ORGANIZATION_ID to identify the planned item, SCHEDULE_DESIGNATOR to specify the plan, and SCHEDULE_LEVEL to distinguish between MPS and MRP items. The SUPPLY_DEMAND_TYPE indicates whether the record is a planned order, scheduled receipt, or forecast demand. Critical date fields track the SCHEDULE_DATE, RELEASE_DATE for orders, and DUE_DATE for demands. Quantity and sourcing information is stored in columns such as QUANTITY, LINE_ID (for WIP lines), and SOURCE_ORGANIZATION_ID.
Common Use Cases and Queries
This table is central to post-planning analysis and custom reporting. Common use cases include extracting the planned order schedule for a specific item, analyzing forecast consumption against sales orders, and auditing the output of a planning run. A typical query pattern involves joining to MRP_SCHEDULE_ITEMS for item details and filtering by SCHEDULE_DESIGNATOR and ORGANIZATION_ID. For example, to retrieve all planned supply for a given plan and item, one might use:
- SELECT schedule_date, quantity, supply_demand_type
- FROM mrp_schedule_dates
- WHERE schedule_designator = 'MAIN_PLAN'
- AND inventory_item_id = 12345
- AND organization_id = 101
- AND supply_demand_type IN (1, 2) -- Planned Order types
- ORDER BY schedule_date;
Data from this table is also used to feed workbench interfaces and to generate planned order release reports for shop floor and purchasing.
Related Objects
MRP_SCHEDULE_DATES maintains extensive relationships with other planning and inventory entities, as indicated by its foreign keys. It is directly linked to MRP_SCHEDULE_ITEMS for item master data within a plan and to MRP_SCHEDULE_DESIGNATORS for plan definitions. For demand sourcing, it references MTL_SALES_ORDERS for sales order demands and MRP_FORECAST_DATES and MRP_FORECAST_DESIGNATORS for forecast data. On the supply side, it relates to WIP_LINES for production line details. Furthermore, it is connected to MRP_RECOMMENDATIONS via the REFERENCE_SCHEDULE_ID, which allows the planning engine to track the lineage of suggested actions back to the original schedule entries. These relationships underscore its position as a nexus between planning inputs and outputs.
-
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 ,
-
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 ,
-
View: MRPBV_MPS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_CONSUMPTIONS, object_name:MRPBV_MPS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_MPS_CONSUMPTIONS ,
-
View: MRPBV_MPS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MPS_CONSUMPTIONS, object_name:MRPBV_MPS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_MPS_CONSUMPTIONS ,
-
View: MRPFV_MPS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_CONSUMPTIONS, object_name:MRPFV_MPS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MPS_CONSUMPTIONS ,
-
View: MRPFV_MPS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_CONSUMPTIONS, object_name:MRPFV_MPS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MPS_CONSUMPTIONS ,
-
View: MRP_BIS_LATE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_LATE_ORDERS_V, object_name:MRP_BIS_LATE_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_LATE_ORDERS_V ,
-
View: MRP_BIS_LATE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_LATE_ORDERS_V, object_name:MRP_BIS_LATE_ORDERS_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_LATE_ORDERS_V ,
-
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 ,
-
Table: MRP_FORECAST_DATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DATES, object_name:MRP_FORECAST_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast entries , implementation_dba_data: MRP.MRP_FORECAST_DATES ,
-
Table: MRP_FORECAST_DATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DATES, object_name:MRP_FORECAST_DATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast entries , implementation_dba_data: MRP.MRP_FORECAST_DATES ,
-
View: MRPBV_MDS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MDS_CONSUMPTIONS, object_name:MRPBV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_MDS_CONSUMPTIONS ,
-
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: 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 ,
-
Table: MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
View: MRPBV_MDS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_MDS_CONSUMPTIONS, object_name:MRPBV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_MDS_CONSUMPTIONS ,
-
View: MRPFV_MDS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MDS_CONSUMPTIONS ,
-
Table: MRP_FORECAST_DESIGNATORS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
View: MRPFV_MDS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MDS_CONSUMPTIONS ,
-
Table: MRP_RECOMMENDATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
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_FORECAST_DESIGNATORS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS, object_name:MRP_FORECAST_DESIGNATORS, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast names and sets , implementation_dba_data: MRP.MRP_FORECAST_DESIGNATORS ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
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 ,
-
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_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_MDS_ENTRIES
12.2.2
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: MRPFV_MPS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_ENTRIES, object_name:MRPFV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_ENTRIES ,
-
View: MRP_FLP_END_DEMAND2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND2_V, object_name:MRP_FLP_END_DEMAND2_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information , implementation_dba_data: APPS.MRP_FLP_END_DEMAND2_V ,
-
View: MRPFV_MPS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MPS_ENTRIES, object_name:MRPFV_MPS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MPS_ENTRIES ,
-
View: MRP_FLP_END_DEMAND2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND2_V, object_name:MRP_FLP_END_DEMAND2_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information , implementation_dba_data: APPS.MRP_FLP_END_DEMAND2_V ,
-
View: MRPFV_MDS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
View: MRPFV_MDS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
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_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: MRP_FLP_END_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND_V, object_name:MRP_FLP_END_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information for end assemblies , implementation_dba_data: APPS.MRP_FLP_END_DEMAND_V ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
View: MRPFV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRP_FLP_END_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_END_DEMAND_V, object_name:MRP_FLP_END_DEMAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of demand information for end assemblies , implementation_dba_data: APPS.MRP_FLP_END_DEMAND_V ,
-
View: MRP_FLP_ONHAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_ONHAND_V, object_name:MRP_FLP_ONHAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of on hand information , implementation_dba_data: APPS.MRP_FLP_ONHAND_V ,
-
View: MRPFV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRP_FLP_ONHAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_ONHAND_V, object_name:MRP_FLP_ONHAND_V, status:VALID, product: MRP - Master Scheduling/MRP , description: View of on hand information , implementation_dba_data: APPS.MRP_FLP_ONHAND_V ,
-
View: MRP_SCHEDULE_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DATES_V, object_name:MRP_SCHEDULE_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_DATES_V ,
-
View: MRP_FLP_DEMAND_SUPPLY_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_DEMAND_SUPPLY_V2, object_name:MRP_FLP_DEMAND_SUPPLY_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_DEMAND_SUPPLY_V2 ,
-
View: MRP_FLP_DEMAND_SUPPLY_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FLP_DEMAND_SUPPLY_V2, object_name:MRP_FLP_DEMAND_SUPPLY_V2, status:VALID, product: MRP - Master Scheduling/MRP , description: View of pegged supply and demand information , implementation_dba_data: APPS.MRP_FLP_DEMAND_SUPPLY_V2 ,
-
View: MRP_SCHEDULE_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SCHEDULE_DATES_V, object_name:MRP_SCHEDULE_DATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Schedule entries view , implementation_dba_data: APPS.MRP_SCHEDULE_DATES_V ,