Search Results mrp_forecast_updates
Overview
The MRP_FORECAST_UPDATES table is a critical transactional history table within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. Its primary role is to serve as an audit trail for the forecast consumption process. When a sales order is entered into the system, the forecast consumption engine automatically reduces the relevant forecast quantities to prevent double-counting of demand. This table records each instance of that consumption, logging the transaction that triggered it, the specific forecast bucket consumed, and the quantity consumed. This historical data is essential for traceability, troubleshooting discrepancies between forecast and actual demand, and analyzing consumption patterns.
Key Information Stored
While the full column list is not provided in the metadata, the foreign key relationships and description indicate the core data elements stored. Each record typically includes identifiers for the forecast item consumed (INVENTORY_ITEM_ID, ORGANIZATION_ID, FORECAST_DESIGNATOR) and the sales order transaction that drove the consumption (UPDATE_SALES_ORDER). A critical column is TRANSACTION_ID, which links to the MRP_FORECAST_DATES table to pinpoint the exact forecast date bucket (e.g., a specific day or week) that was reduced. The table also stores the consumed quantity and a sequence number (UPDATE_SEQ_NUM) to manage the order of updates. Essentially, it answers the questions: which sales order consumed forecast, from which forecast item and time bucket, and by how much.
Common Use Cases and Queries
The primary use case is auditing and reconciling forecast consumption. Analysts often query this table to investigate why a particular sales order did not consume forecast as expected or to validate consumption logic. A common reporting requirement is to show all consumption activity for a specific forecast or sales order. Sample SQL patterns include joining to sales order and forecast item tables for detailed reporting:
- Trace consumption for a sales order: SELECT mfu.* FROM mrp_forecast_updates mfu WHERE mfu.update_sales_order = :p_sales_order;
- Review all consumption against a forecast: SELECT mfu.transaction_id, mfu.update_sales_order, mfu.consumed_quantity FROM mrp_forecast_updates mfu WHERE mfu.inventory_item_id = :p_item_id AND mfu.forecast_designator = :p_designator;
- Reconciliation Report: Joining MRP_FORECAST_UPDATES with MRP_FORECAST_DATES and MTL_SALES_ORDERS to create a line-by-line audit trail linking sales orders to consumed forecast buckets.
Related Objects
The table is centrally connected to other key MRP entities via documented foreign keys:
- MRP_FORECAST_ITEMS: Joined via composite key (INVENTORY_ITEM_ID, ORGANIZATION_ID, FORECAST_DESIGNATOR). This links the consumption transaction to the master forecast definition.
- MTL_SALES_ORDERS: Joined via UPDATE_SALES_ORDER. This links the consumption to the originating sales order transaction.
- MRP_FORECAST_DATES: Joined via TRANSACTION_ID. This is a crucial relationship that identifies the specific forecast date bucket (period) that was consumed.
- MRP_SALES_ORDER_UPDATES: Joined via UPDATE_SEQ_NUM, potentially linking to a broader sales order update transaction record.
These relationships make MRP_FORECAST_UPDATES the central fact table for analyzing the interaction between forecast and firm demand within the MRP engine.
-
Table: MRP_FORECAST_UPDATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_UPDATES, object_name:MRP_FORECAST_UPDATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history , implementation_dba_data: MRP.MRP_FORECAST_UPDATES ,
-
Table: MRP_FORECAST_UPDATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_UPDATES, object_name:MRP_FORECAST_UPDATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history , implementation_dba_data: MRP.MRP_FORECAST_UPDATES ,
-
APPS.MRPP_CMERGE_FCST dependencies on MRP_FORECAST_UPDATES
12.1.1
-
APPS.MRPP_CMERGE_FCST dependencies on MRP_FORECAST_UPDATES
12.2.2
-
VIEW: MRP.MRP_FORECAST_UPDATES#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_FORECAST_UPDATES#, status:VALID,
-
VIEW: APPS.MRPBV_FORECAST_CONSUMPTIONS
12.2.2
-
VIEW: APPS.MRPFV_FORECAST_CONSUMPTIONS
12.1.1
-
SYNONYM: APPS.MRP_FORECAST_UPDATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_FORECAST_UPDATES, status:VALID,
-
VIEW: APPS.ICX_MRP_FORECAST_UPDATES_V
12.2.2
-
VIEW: MRP.MRP_FORECAST_UPDATES#
12.2.2
-
VIEW: APPS.MRPFV_FORECAST_CONSUMPTIONS
12.2.2
-
APPS.MRPP_CMERGE_FCST dependencies on RA_CUSTOMER_MERGES
12.1.1
-
SYNONYM: APPS.MRP_FORECAST_UPDATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_FORECAST_UPDATES, status:VALID,
-
VIEW: APPS.ICX_MRP_FORECAST_UPDATES_V
12.1.1
-
VIEW: APPS.MRPBV_FORECAST_CONSUMPTIONS
12.1.1
-
TABLE: MRP.MRP_FORECAST_UPDATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_UPDATES, object_name:MRP_FORECAST_UPDATES, status:VALID,
-
Table: MRP_SALES_ORDER_UPDATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SALES_ORDER_UPDATES, object_name:MRP_SALES_ORDER_UPDATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Sales order changes used for forecast consumption , implementation_dba_data: MRP.MRP_SALES_ORDER_UPDATES ,
-
TABLE: MRP.MRP_FORECAST_UPDATES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_FORECAST_UPDATES, object_name:MRP_FORECAST_UPDATES, status:VALID,
-
APPS.MRPP_CMERGE_FCST SQL Statements
12.2.2
-
APPS.MRPP_CMERGE_FCST SQL Statements
12.1.1
-
Table: MRP_SALES_ORDER_UPDATES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SALES_ORDER_UPDATES, object_name:MRP_SALES_ORDER_UPDATES, status:VALID, product: MRP - Master Scheduling/MRP , description: Sales order changes used for forecast consumption , implementation_dba_data: MRP.MRP_SALES_ORDER_UPDATES ,
-
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: MRPFV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_FORECAST_CONSUMPTIONS ,
-
View: MRPBV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_CONSUMPTIONS, object_name:MRPBV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_FORECAST_CONSUMPTIONS ,
-
Table: MTL_SALES_ORDERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SALES_ORDERS, object_name:MTL_SALES_ORDERS, status:VALID, product: INV - Inventory , description: Local definitions of sales orders , implementation_dba_data: INV.MTL_SALES_ORDERS ,
-
VIEW: APPS.ICX_MRP_FORECAST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MRP_FORECAST_UPDATES_V, object_name:ICX_MRP_FORECAST_UPDATES_V, status:VALID,
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.1.1
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.2.2
-
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 ,
-
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: MTL_SALES_ORDERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SALES_ORDERS, object_name:MTL_SALES_ORDERS, status:VALID, product: INV - Inventory , description: Local definitions of sales orders , implementation_dba_data: INV.MTL_SALES_ORDERS ,
-
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 ,
-
VIEW: APPS.ICX_MRP_FORECAST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MRP_FORECAST_UPDATES_V, object_name:ICX_MRP_FORECAST_UPDATES_V, status:VALID,
-
PACKAGE BODY: APPS.MRPP_CMERGE_FCST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRPP_CMERGE_FCST, status:VALID,
-
View: ICX_MRP_FORECAST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MRP_FORECAST_UPDATES_V, object_name:ICX_MRP_FORECAST_UPDATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Forecast Consumptions View , implementation_dba_data: APPS.ICX_MRP_FORECAST_UPDATES_V ,
-
View: MRPBV_FORECAST_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_CONSUMPTIONS, object_name:MRPBV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_FORECAST_CONSUMPTIONS ,
-
View: MRPFV_FORECAST_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_FORECAST_CONSUMPTIONS ,
-
APPS.MRPP_CMERGE_FCST dependencies on HZ_CUSTOMER_MERGE_LOG_S
12.1.1
-
VIEW: APPS.MRPBV_FORECAST_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECAST_CONSUMPTIONS, object_name:MRPBV_FORECAST_CONSUMPTIONS, status:VALID,
-
View: ICX_MRP_FORECAST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MRP_FORECAST_UPDATES_V, object_name:ICX_MRP_FORECAST_UPDATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Forecast Consumptions View , implementation_dba_data: APPS.ICX_MRP_FORECAST_UPDATES_V ,
-
View: MRP_FORECAST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history view , implementation_dba_data: APPS.MRP_FORECAST_UPDATES_V ,
-
PACKAGE BODY: APPS.MRPP_CMERGE_FCST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRPP_CMERGE_FCST, status:VALID,
-
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.2.2 FND Design Data
12.2.2
-
APPS.MRPP_CMERGE_FCST dependencies on RA_CUSTOMER_MERGES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: MRP_FORECAST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history view , implementation_dba_data: APPS.MRP_FORECAST_UPDATES_V ,
-
APPS.MRPP_CMERGE_FCST dependencies on HZ_CUSTOMER_MERGE_LOG_S
12.2.2