Search Results eam_forecast_wdj
Overview
The EAM_FORECAST_WDJ table is a core data object within the Oracle E-Business Suite Enterprise Asset Management (EAM) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary repository for storing detailed information related to forecasted work orders. Its fundamental role is to support the maintenance budgeting and forecasting processes by providing a structured dataset of anticipated maintenance activities, resource requirements, and associated costs. This enables organizations to perform strategic financial planning for asset upkeep, moving beyond reactive maintenance to a proactive, budget-driven model.
Key Information Stored
The table's structure is designed to link forecasted maintenance plans with the work order management system. While the full column list is proprietary, the documented primary key reveals its core relationships. The WIP_ENTITY_ID column links the forecasted work order to the underlying work definition in the Work in Process (WIP) module, which defines tasks, operations, and materials. The FORECAST_ID column ties the record to a specific forecast header or scenario within the EAM budgeting framework. Typically, the table would also contain columns for forecasted quantities, dates, estimated costs (labor, material, overhead), associated asset or rebuildable serial numbers, and priority codes, forming a comprehensive profile for each planned work order.
Common Use Cases and Queries
The primary use case is generating reports for maintenance budget analysis and capital planning. Analysts query this table to aggregate forecasted costs by asset class, department, or time period. A common SQL pattern involves joining to forecast header and asset tables to summarize data.
- Budget Roll-up by Asset:
SELECT fa.asset_number, SUM(efw.estimated_cost) FROM eam_forecast_wdj efw JOIN fa_additions fa ON efw.asset_id = fa.asset_id WHERE efw.forecast_id = :p_forecast_id GROUP BY fa.asset_number; - Forecast vs. Actual Analysis: Data from this table is later compared against actual work orders (in
WIP_DISCRETE_JOBS) to measure forecasting accuracy. - Resource Capacity Planning: Queries against forecasted start dates and labor requirements help in planning crew workloads and material procurement.
Related Objects
EAM_FORECAST_WDJ is central to the EAM forecasting data model and interacts with several key objects.
- EAM_FORECAST_HEADERS: The parent table containing the forecast definition, name, and period. The FORECAST_ID foreign key references this.
- WIP_DISCRETE_JOBS / WIP_ENTITIES: The WIP_ENTITY_ID links the forecast to the work order template or actual created job.
- FA_ADDITIONS: Likely referenced via an ASSET_ID column to identify the asset being maintained.
- EAM Work Order APIs: Programs and interfaces for generating actual work orders from forecasts likely read from this table as a source.
- EAM Budgeting and Forecasting Reports: Standard Oracle reports for maintenance budgeting are built upon this table and its related views.
-
Table: EAM_FORECAST_WDJ
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_FORECAST_WDJ, object_name:EAM_FORECAST_WDJ, status:VALID, product: EAM - Enterprise Asset Management , description: This table stores all of the work order information for a forecasted work order for eAM maintenance budgeting and forecasting. , implementation_dba_data: EAM.EAM_FORECAST_WDJ ,
-
Table: EAM_FORECAST_WDJ
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_FORECAST_WDJ, object_name:EAM_FORECAST_WDJ, status:VALID, product: EAM - Enterprise Asset Management , description: This table stores all of the work order information for a forecasted work order for eAM maintenance budgeting and forecasting. , implementation_dba_data: EAM.EAM_FORECAST_WDJ ,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WDJ
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WDJ
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WDJ
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WDJ
12.2.2
-
SYNONYM: APPS.EAM_FORECAST_WDJ
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EAM_FORECAST_WDJ, status:VALID,
-
SYNONYM: APPS.EAM_FORECAST_WDJ
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EAM_FORECAST_WDJ, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WO
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_CEBBA
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WO
12.2.2
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.1.1
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.2.2
-
PACKAGE: APPS.EAM_FORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EAM_FORECAST_PVT, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WO
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: EAM.EAM_FORECAST_WDJ#
12.2.2
owner:EAM, object_type:VIEW, object_name:EAM_FORECAST_WDJ#, status:VALID,
-
View: EAM_FORECAST_WORK_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_FORECAST_WORK_ORDER_V, object_name:EAM_FORECAST_WORK_ORDER_V, status:VALID, product: EAM - Enterprise Asset Management , description: This view resolves all foreign keys for forecasted work orders used in eAM maintenance budgeting and forecasting. , implementation_dba_data: APPS.EAM_FORECAST_WORK_ORDER_V ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.EAM_FORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EAM_FORECAST_PVT, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_CEBBA
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WRO
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WEDI
12.2.2
-
PACKAGE BODY: APPS.EAM_FORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_FORECAST_PVT, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WOR
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.EAM_FORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_FORECAST_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.EAM_FORECAST_PVT dependencies on CSI_ITEM_INSTANCES
12.2.2
-
APPS.EAM_FORECAST_PVT SQL Statements
12.2.2
-
APPS.EAM_FORECAST_PVT SQL Statements
12.1.1
-
VIEW: EAM.EAM_FORECAST_WDJ#
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECASTS
12.1.1
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_FORECAST_WORK_ORDER_V, object_name:EAM_FORECAST_WORK_ORDER_V, status:VALID,
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_FORECAST_WORK_ORDER_V, status:VALID,
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECASTS
12.2.2
-
TABLE: EAM.EAM_FORECAST_WDJ
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_FORECAST_WDJ, object_name:EAM_FORECAST_WDJ, status:VALID,
-
TABLE: EAM.EAM_FORECAST_WDJ
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_FORECAST_WDJ, object_name:EAM_FORECAST_WDJ, status:VALID,
-
PACKAGE BODY: APPS.EAM_FORECAST_PVT
12.1.1
-
PACKAGE BODY: APPS.EAM_FORECAST_PVT
12.2.2
-
APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_CEBBA
12.1.1
-
PACKAGE: APPS.EAM_FORECAST_PVT
12.1.1
-
eTRM - EAM Tables and Views
12.1.1
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,