Search Results order
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.
-
File: R115 WORK ORDER COMPLETION.pdf
12.2.2
product: EAM - Enterprise Asset Management , size: 9.329 KBytes , file_type: PDF Diagram ,
-
File: R115 WORK ORDER DEFINITION.pdf
12.1.1
product: EAM - Enterprise Asset Management , size: 11.28 KBytes , file_type: PDF Diagram ,
-
File: R115 WORK ORDER DEFINITION.pdf
12.2.2
product: EAM - Enterprise Asset Management , size: 11.28 KBytes , file_type: PDF Diagram ,
-
File: R115 WORK ORDER COMPLETION.pdf
12.1.1
product: EAM - Enterprise Asset Management , size: 9.329 KBytes , file_type: PDF Diagram ,
-
Lookup Type: EAM_SYSTEM_EVENTS
12.1.1
product: EAM - Enterprise Asset Management , meaning: EAM SYSTEM EVENTS , description: Asset Log System Generated Events ,
-
Lookup Type: EAM_SYSTEM_EVENTS
12.2.2
product: EAM - Enterprise Asset Management , meaning: EAM SYSTEM EVENTS , description: Asset Log System Generated Events ,
-
Concurrent Program: EAMWOPR
12.1.1
execution_filename: eam_wo_processor.schedule , product: EAM - Enterprise Asset Management , user_name: EAM Work Order Processor , description: EAM Work Order Processor , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWOIMP
12.2.2
execution_filename: EAM_WO_IMPORT_DS_PVT.IMPORT_WORKORDER , product: EAM - Enterprise Asset Management , user_name: Work Order Import , description: Work Order Import Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWOIMP
12.1.1
execution_filename: EAM_WO_IMPORT_DS_PVT.IMPORT_WORKORDER , product: EAM - Enterprise Asset Management , user_name: Work Order Import , description: Work Order Import Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EAM_UPDATE_WO_HIERARCHY_ACTION
12.1.1
product: EAM - Enterprise Asset Management , meaning: Update Work Order Hierarchy Table Actions , description: Update Work Order Hierarchy Table Actions ,
-
Lookup Type: EAM_UPDATE_WO_HIERARCHY_ACTION
12.2.2
product: EAM - Enterprise Asset Management , meaning: Update Work Order Hierarchy Table Actions , description: Update Work Order Hierarchy Table Actions ,
-
Concurrent Program: EAMWOSCH
12.1.1
execution_filename: eam_wo_processor.schedule , product: EAM - Enterprise Asset Management , user_name: EAM Work Order Processor , description: EAM Work Order Processor , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWOPR
12.2.2
execution_filename: eam_wo_processor.schedule , product: EAM - Enterprise Asset Management , user_name: EAM Work Order Processor , description: EAM Work Order Processor , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWOSCH
12.2.2
execution_filename: eam_wo_processor.schedule , product: EAM - Enterprise Asset Management , user_name: EAM Work Order Processor , description: EAM Work Order Processor , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWRREP
12.2.2
execution_filename: EAM_WOREP_PUB.Work_Order_CP , product: EAM - Enterprise Asset Management , user_name: Maintenance Work Order Detail Report , description: Maintenance Work Order Detail Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EAMWRREP
12.1.1
execution_filename: EAM_WOREP_PUB.Work_Order_CP , product: EAM - Enterprise Asset Management , user_name: Maintenance Work Order Detail Report , description: Maintenance Work Order Detail Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EAM_WO_RELATIONSHIP_TYPE
12.2.2
product: EAM - Enterprise Asset Management , meaning: EAM Relationship Type , description: Relationship Type Lookup ,
-
Lookup Type: EAM_WO_RELATIONSHIP_TYPE
12.1.1
product: EAM - Enterprise Asset Management , meaning: EAM Relationship Type , description: Relationship Type Lookup ,
-
Lookup Type: EAM_ASSET_FAIL_SRC_TYPE
12.2.2
product: EAM - Enterprise Asset Management , meaning: Asset Failure Source Type ,
-
Lookup Type: EAM_EXT_SCHEDULING_SYSTEM
12.1.1
product: EAM - Enterprise Asset Management , meaning: External Work Order Scheduling System , description: External Work Order Scheduling System ,
-
Lookup Type: EAM_ASSET_FAIL_SRC_TYPE
12.1.1
product: EAM - Enterprise Asset Management , meaning: Asset Failure Source Type ,
-
Lookup Type: EAM_BILLING_BASIS
12.2.2
product: EAM - Enterprise Asset Management , meaning: Work Order Billing Basis , description: Work Order Billing Basis ,
-
Lookup Type: EAM_EXT_SCHEDULING_SYSTEM
12.2.2
product: EAM - Enterprise Asset Management , meaning: External Work Order Scheduling System , description: External Work Order Scheduling System ,
-
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 ,
-
Lookup Type: EAM_BILLING_METHOD
12.1.1
product: EAM - Enterprise Asset Management , meaning: Work Order Billing Method , description: Work Order Billing Method ,
-
Lookup Type: EAM_BILLING_METHOD
12.2.2
product: EAM - Enterprise Asset Management , meaning: Work Order Billing Method , description: Work Order Billing Method ,
-
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 ,
-
Lookup Type: EAM_BILLING_BASIS
12.1.1
product: EAM - Enterprise Asset Management , meaning: Work Order Billing Basis , description: Work Order Billing Basis ,
-
Lookup Type: EAM_WORKORDER_SEARCH_CONTROL
12.1.1
product: EAM - Enterprise Asset Management , meaning: Control options in Work Orders Result Table ,
-
Lookup Type: EAM_WO_RELATION_ACTION_TYPE
12.2.2
product: EAM - Enterprise Asset Management , meaning: Work Order Relationships Table Action , description: Work Order Relationships Table Action ,
-
Table: EAM_CE_WORK_ORDER_LINES
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_CE_WORK_ORDER_LINES, object_name:EAM_CE_WORK_ORDER_LINES, status:VALID, product: EAM - Enterprise Asset Management , description: This table contains consolidated work order lines for the estimate. The work order line can be a resource or material line depending upon the values populated in res_id or mat_inventory_item_id. , implementation_dba_data: EAM.EAM_CE_WORK_ORDER_LINES ,
-
Lookup Type: EAM_WORKORDER_SEARCH_CONTROL
12.2.2
product: EAM - Enterprise Asset Management , meaning: Control options in Work Orders Result Table ,
-
Lookup Type: EAM_WO_RELATION_ACTION_TYPE
12.1.1
product: EAM - Enterprise Asset Management , meaning: Work Order Relationships Table Action , description: Work Order Relationships Table Action ,
-
Lookup Type: CONSTRUCTION_GROUP_OPTIONS
12.1.1
product: EAM - Enterprise Asset Management , meaning: Grouping Option for Construction Units ,
-
Lookup Type: CONSTRUCTION_GROUP_OPTIONS
12.2.2
product: EAM - Enterprise Asset Management , meaning: Grouping Option for Construction Units ,
-
Lookup Type: EAM_WL_HOME_TABLE_ACTION
12.1.1
product: EAM - Enterprise Asset Management , meaning: EAM Wireless Home Page Table Actions , description: EAM Wireless Home Page Table Actions ,
-
Lookup Type: EAM_WL_HOME_TABLE_ACTION
12.2.2
product: EAM - Enterprise Asset Management , meaning: EAM Wireless Home Page Table Actions , description: EAM Wireless Home Page Table Actions ,
-
Lookup Type: EAM_ASSET_SEARCH_TABLE_ACTION
12.1.1
product: EAM - Enterprise Asset Management , meaning: EAM ASSET SEARCH TABLE ACTION BUTTONS , description: EAM Asset search table action buttons ,
-
Lookup Type: EAM_ASSET_SEARCH_TABLE_ACTION
12.2.2
product: EAM - Enterprise Asset Management , meaning: EAM ASSET SEARCH TABLE ACTION BUTTONS , description: EAM Asset search table action buttons ,
-
View: EAM_WORK_ORDER_BILL_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDER_BILL_DETAILS_V, object_name:EAM_WORK_ORDER_BILL_DETAILS_V, status:VALID, product: EAM - Enterprise Asset Management , description: An internal view used to simplify forms coding. , implementation_dba_data: APPS.EAM_WORK_ORDER_BILL_DETAILS_V ,
-
View: EAM_WORK_ORDER_BILL_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDER_BILL_DETAILS_V, object_name:EAM_WORK_ORDER_BILL_DETAILS_V, status:VALID, product: EAM - Enterprise Asset Management , description: An internal view used to simplify forms coding. , implementation_dba_data: APPS.EAM_WORK_ORDER_BILL_DETAILS_V ,
-
Table: EAM_WO_SERVICE_ASSOCIATION
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_WO_SERVICE_ASSOCIATION, object_name:EAM_WO_SERVICE_ASSOCIATION, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Service Request Association , implementation_dba_data: EAM.EAM_WO_SERVICE_ASSOCIATION ,
-
Table: EAM_OPERATION_IMPORT
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_OPERATION_IMPORT, object_name:EAM_OPERATION_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Operations Import , implementation_dba_data: EAM.EAM_OPERATION_IMPORT ,
-
Table: EAM_RESOURCE_INSTANCE_IMPORT
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_RESOURCE_INSTANCE_IMPORT, object_name:EAM_RESOURCE_INSTANCE_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Resource Instances , implementation_dba_data: EAM.EAM_RESOURCE_INSTANCE_IMPORT ,
-
Table: EAM_RESOURCE_USAGE_IMPORT
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_RESOURCE_USAGE_IMPORT, object_name:EAM_RESOURCE_USAGE_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Resource Usage , implementation_dba_data: EAM.EAM_RESOURCE_USAGE_IMPORT ,
-
Table: EAM_WORK_ORDER_IMPORT
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_WORK_ORDER_IMPORT, object_name:EAM_WORK_ORDER_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Import , implementation_dba_data: EAM.EAM_WORK_ORDER_IMPORT ,
-
Table: EAM_RESOURCE_USAGE_IMPORT
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_RESOURCE_USAGE_IMPORT, object_name:EAM_RESOURCE_USAGE_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Resource Usage , implementation_dba_data: EAM.EAM_RESOURCE_USAGE_IMPORT ,
-
Table: EAM_OPERATION_IMPORT
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_OPERATION_IMPORT, object_name:EAM_OPERATION_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Operations Import , implementation_dba_data: EAM.EAM_OPERATION_IMPORT ,
-
Table: EAM_WORK_ORDER_IMPORT_ERRORS
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_WORK_ORDER_IMPORT_ERRORS, object_name:EAM_WORK_ORDER_IMPORT_ERRORS, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Import Errors , implementation_dba_data: EAM.EAM_WORK_ORDER_IMPORT_ERRORS ,
-
Table: EAM_RESOURCE_INSTANCE_IMPORT
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_RESOURCE_INSTANCE_IMPORT, object_name:EAM_RESOURCE_INSTANCE_IMPORT, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Resource Instances , implementation_dba_data: EAM.EAM_RESOURCE_INSTANCE_IMPORT ,