Search Results mrp_forecast_designators
Overview
The MRP_FORECAST_DESIGNATORS table is a core master data table within the Oracle E-Business Suite Master Scheduling/MRP module. It serves as the central repository for defining and storing forecast names and forecast sets. A forecast designator is a unique identifier for a specific forecast, such as "SALES_FORECAST_2024" or "PRODUCTION_PLAN_Q1," which is used throughout the planning process. Its primary role is to provide referential integrity and descriptive context for forecast data across the MRP and Inventory applications, enabling organizations to manage multiple forecasts and planning scenarios for different purposes.
Key Information Stored
The table's structure is defined by a composite primary key consisting of FORECAST_DESIGNATOR and ORGANIZATION_ID, ensuring uniqueness within each inventory organization. While the provided metadata does not list all columns, the table's description and foreign key relationships indicate it stores the fundamental attributes of a forecast entity. Key stored information includes the forecast designator name, the associated inventory organization, and the forecast set to which it belongs. The self-referencing foreign key on the FORECAST_SET and ORGANIZATION_ID columns suggests the table supports hierarchical grouping of individual forecasts into logical sets for consolidated planning and reporting.
Common Use Cases and Queries
This table is essential for administrative setups, data validation, and reporting on forecast configurations. Common operational scenarios include listing all active forecasts for a specific organization, identifying which forecasts belong to a particular set, and validating forecast names before loading data via the MRP_FORECAST_INTERFACE. A typical query would join this table to MRP_PARAMETERS to see the default forecast designator for an organization or to MRP_FORECAST_ITEMS to analyze forecast coverage. For instance, a report to show all forecast designators and their associated sets for organization 101 would use the following pattern:
- SELECT forecast_designator, forecast_set, description FROM mrp_forecast_designators WHERE organization_id = 101 ORDER BY 1;
This table is also critical for troubleshooting integration points, such as when a Kanban plan (MRP_KANBAN_PLANS) references a missing input designator.
Related Objects
As indicated by the extensive foreign key relationships, MRP_FORECAST_DESIGNATORS is a pivotal parent table referenced by numerous planning and inventory entities. Key dependent tables include:
- MRP_FORECAST_ITEMS & MRP_FORECAST_DATES: Store the actual forecast quantities and dates for items.
- MRP_FORECAST_INTERFACE: The staging table for importing forecast data.
- MRP_LOAD_PARAMETERS & MRP_SCHEDULE_DATES: Planning parameters and schedule data that source specific forecasts.
- MRP_KANBAN_PLANS: Defines the forecast used as demand input for a Kanban.
- MTL_SAFETY_STOCKS & MTL_ABC_COMPILE_HEADERS: Links forecasts to inventory safety stock calculations and ABC analysis compilations.
The table also maintains a relationship with MRP_PARAMETERS and has a recursive relationship with itself via the FORECAST_SET column, enabling the organization of forecasts into logical groups.
-
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 ,
-
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 ,
-
View: MRP_FORECASTS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECASTS_LOV_V, object_name:MRP_FORECASTS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators and forecast sets list of values view , implementation_dba_data: APPS.MRP_FORECASTS_LOV_V ,
-
View: MRP_FORECASTS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECASTS_LOV_V, object_name:MRP_FORECASTS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators and forecast sets list of values view , implementation_dba_data: APPS.MRP_FORECASTS_LOV_V ,
-
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 ,
-
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 ,
-
View: MRP_BIS_FORECASTS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECASTS_LOV_V, object_name:MRP_BIS_FORECASTS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECASTS_LOV_V ,
-
Table: MRP_FORECAST_INTERFACE
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_INTERFACE, object_name:MRP_FORECAST_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to load forecast , implementation_dba_data: MRP.MRP_FORECAST_INTERFACE ,
-
View: MRP_BIS_FORECASTS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_BIS_FORECASTS_LOV_V, object_name:MRP_BIS_FORECASTS_LOV_V, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRP_BIS_FORECASTS_LOV_V ,
-
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_FORECAST_INTERFACE
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_INTERFACE, object_name:MRP_FORECAST_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to load forecast , implementation_dba_data: MRP.MRP_FORECAST_INTERFACE ,
-
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 ,
-
Table: MRP_FORECAST_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_ITEMS, object_name:MRP_FORECAST_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: Items in a forecast , implementation_dba_data: MRP.MRP_FORECAST_ITEMS ,
-
Table: MRP_FORECAST_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_ITEMS, object_name:MRP_FORECAST_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: Items in a forecast , implementation_dba_data: MRP.MRP_FORECAST_ITEMS ,
-
View: MRP_SRS_FCST_LOAD_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_FCST_LOAD_SOURCE_V, object_name:MRP_SRS_FCST_LOAD_SOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sources for forecast load process , implementation_dba_data: APPS.MRP_SRS_FCST_LOAD_SOURCE_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 ,
-
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_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_SRS_FCST_LOAD_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_SRS_FCST_LOAD_SOURCE_V, object_name:MRP_SRS_FCST_LOAD_SOURCE_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Sources for forecast load process , implementation_dba_data: APPS.MRP_SRS_FCST_LOAD_SOURCE_V ,
-
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 ,
-
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_FORECAST_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_SETS, object_name:MRPBV_FORECAST_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECAST_SETS ,
-
View: MRPBV_FORECAST_SETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_SETS, object_name:MRPBV_FORECAST_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECAST_SETS ,
-
View: MRPFV_FORECAST_SETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_SETS, object_name:MRPFV_FORECAST_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECAST_SETS ,
-
View: MRPBV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
View: MRPBV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
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_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: MRPFV_FORECAST_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_SETS, object_name:MRPFV_FORECAST_SETS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECAST_SETS ,
-
View: MRP_FORECAST_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators view , implementation_dba_data: APPS.MRP_FORECAST_DESIGNATORS_V ,
-
View: MRPFV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
View: MRP_FORECAST_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators view , implementation_dba_data: APPS.MRP_FORECAST_DESIGNATORS_V ,
-
View: MRPFV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
View: MRP_RHX_DAILY_FORECASTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding forecasted demand for an item , implementation_dba_data: Not implemented in this database ,
-
View: MRP_RHX_DAILY_FORECASTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: An Integration Toolkit view supporting information regarding forecasted demand for an item , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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_LOAD_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LOAD_PARAMETERS_V, object_name:MRP_LOAD_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast and master schedule source list information , implementation_dba_data: APPS.MRP_LOAD_PARAMETERS_V ,
-
View: MRP_LOAD_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_LOAD_PARAMETERS_V, object_name:MRP_LOAD_PARAMETERS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast and master schedule source list information , implementation_dba_data: APPS.MRP_LOAD_PARAMETERS_V ,