Search Results as_forecast_worksheets
Overview
The AS_FORECAST_WORKSHEETS table is a core data object within the Oracle E-Business Suite (EBS) Sales Foundation module (AS). It functions as a header-level repository for forecast worksheets, which are critical tools for sales and revenue planning. Specifically, it stores the structural and contextual metadata for worksheets used to manage opportunity and product category forecasts. This table acts as a central hub, linking high-level forecast definitions to their detailed line items, thereby enabling the systematic entry, adjustment, and reporting of sales projections within the application.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships define its essential structure. The central column is FORECAST_WORKSHEET_ID, which serves as the unique identifier (Primary Key) for each worksheet record. Another critical column is FORECAST_ID, which links the worksheet to its parent forecast definition in the AS_INTERNAL_FORECASTS table. This establishes the worksheet within a specific forecasting cycle or plan. Other columns in the table header would typically store information such as the worksheet name, description, creation date, last update date, the responsible salesperson or manager, and its current status (e.g., Draft, Submitted, Approved).
Common Use Cases and Queries
This table is central to all forecast worksheet operations. A common use case is generating a report of all worksheets for a specific forecast period. A typical query would join AS_FORECAST_WORKSHEETS to AS_INTERNAL_FORECASTS to filter and report on worksheets. For example:
SELECT fw.forecast_worksheet_id, fw.name, f.forecast_name, fw.creation_date
FROM osm.as_forecast_worksheets fw,
osm.as_internal_forecasts f
WHERE fw.forecast_id = f.forecast_id
AND f.forecast_name = 'Q1-2024 Sales Plan';
Another critical scenario involves data integrity checks or audits, where one might query worksheets that have header records but are missing associated detail lines by using outer joins to the AS_OPP_WORKSHEET_LINES or AS_PROD_WORKSHEET_LINES tables.
Related Objects
The AS_FORECAST_WORKSHEETS table has defined relationships with several key tables in the Sales Foundation schema, as documented in the metadata:
- AS_INTERNAL_FORECASTS: The worksheet is a child of a forecast. The join is on
AS_FORECAST_WORKSHEETS.FORECAST_ID = AS_INTERNAL_FORECASTS.FORECAST_ID. - AS_OPP_WORKSHEET_LINES: This table stores the detailed opportunity lines for a worksheet. It is a child of AS_FORECAST_WORKSHEETS, joined on
AS_OPP_WORKSHEET_LINES.FORECAST_WORKSHEET_ID = AS_FORECAST_WORKSHEETS.FORECAST_WORKSHEET_ID. - AS_PROD_WORKSHEET_LINES: This table stores the detailed product category lines for a worksheet. It is also a child of AS_FORECAST_WORKSHEETS, joined on
AS_PROD_WORKSHEET_LINES.FORECAST_WORKSHEET_ID = AS_FORECAST_WORKSHEETS.FORECAST_WORKSHEET_ID.
These relationships form the core data model for the worksheet functionality, separating header information from the two primary types of forecast line details.
-
Table: AS_FORECAST_WORKSHEETS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_WORKSHEETS, object_name:AS_FORECAST_WORKSHEETS, status:VALID, product: AS - Sales Foundation , description: This will store header information for the opportunity and product category worksheet. , implementation_dba_data: OSM.AS_FORECAST_WORKSHEETS ,
-
Table: AS_FORECAST_WORKSHEETS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_WORKSHEETS, object_name:AS_FORECAST_WORKSHEETS, status:VALID, product: AS - Sales Foundation , description: This will store header information for the opportunity and product category worksheet. , implementation_dba_data: OSM.AS_FORECAST_WORKSHEETS ,
-
APPS.AS_FORECAST_WORKSHEETS_PKG dependencies on AS_FORECAST_WORKSHEETS
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_FORECAST_WORKSHEETS
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_FORECAST_WORKSHEETS
12.1.1
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_FORECAST_WORKSHEETS
12.1.1
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_FORECAST_WORKSHEETS
12.2.2
-
APPS.AS_FORECAST_WORKSHEETS_PKG dependencies on AS_FORECAST_WORKSHEETS
12.2.2
-
SYNONYM: APPS.AS_FORECAST_WORKSHEETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_FORECAST_WORKSHEETS, status:VALID,
-
SYNONYM: APPS.AS_FORECAST_WORKSHEETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_FORECAST_WORKSHEETS, status:VALID,
-
VIEW: OSM.AS_FORECAST_WORKSHEETS#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_FORECAST_WORKSHEETS#, status:VALID,
-
Table: AS_PROD_WORKSHEET_LINES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PROD_WORKSHEET_LINES, object_name:AS_PROD_WORKSHEET_LINES, status:VALID, product: AS - Sales Foundation , description: Table to store the forecast information on all possible product categories for individual or sales group , implementation_dba_data: OSM.AS_PROD_WORKSHEET_LINES ,
-
PACKAGE BODY: APPS.AS_JTF_RS_GROUP_MEM_TRG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_JTF_RS_GROUP_MEM_TRG, status:VALID,
-
Table: AS_INTERNAL_FORECASTS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTERNAL_FORECASTS, object_name:AS_INTERNAL_FORECASTS, status:VALID, product: AS - Sales Foundation , description: Table to store the summary forecast information for individual or group , implementation_dba_data: OSM.AS_INTERNAL_FORECASTS ,
-
VIEW: OSM.AS_FORECAST_WORKSHEETS#
12.2.2
-
PACKAGE BODY: APPS.AS_FORECAST_WORKSHEETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_FORECAST_WORKSHEETS_PKG, status:VALID,
-
Table: AS_OPP_WORKSHEET_LINES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OPP_WORKSHEET_LINES, object_name:AS_OPP_WORKSHEET_LINES, status:VALID, product: AS - Sales Foundation , description: Table to store the forecast information on all possible opportunities for individual or sales group , implementation_dba_data: OSM.AS_OPP_WORKSHEET_LINES ,
-
Table: AS_PROD_WORKSHEET_LINES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PROD_WORKSHEET_LINES, object_name:AS_PROD_WORKSHEET_LINES, status:VALID, product: AS - Sales Foundation , description: Table to store the forecast information on all possible product categories for individual or sales group , implementation_dba_data: OSM.AS_PROD_WORKSHEET_LINES ,
-
Table: AS_OPP_WORKSHEET_LINES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OPP_WORKSHEET_LINES, object_name:AS_OPP_WORKSHEET_LINES, status:VALID, product: AS - Sales Foundation , description: Table to store the forecast information on all possible opportunities for individual or sales group , implementation_dba_data: OSM.AS_OPP_WORKSHEET_LINES ,
-
Table: AS_INTERNAL_FORECASTS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTERNAL_FORECASTS, object_name:AS_INTERNAL_FORECASTS, status:VALID, product: AS - Sales Foundation , description: Table to store the summary forecast information for individual or group , implementation_dba_data: OSM.AS_INTERNAL_FORECASTS ,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_RESOURCE_MERGE_PUB, status:VALID,
-
PACKAGE BODY: APPS.AS_JTF_RS_GROUP_MEM_TRG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_JTF_RS_GROUP_MEM_TRG, status:VALID,
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on UTL_FILE
12.1.1
-
PACKAGE BODY: APPS.AS_FORECAST_WORKSHEETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_FORECAST_WORKSHEETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_RESOURCE_MERGE_PUB, status:VALID,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.1.1
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on UTL_FILE
12.2.2
-
View: ASF_FORECAST_HISTORY_V
12.2.2
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
View: ASF_FORECAST_HISTORY_V
12.1.1
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_INTERNAL_FORECASTS
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB SQL Statements
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
TABLE: OSM.AS_FORECAST_WORKSHEETS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_WORKSHEETS, object_name:AS_FORECAST_WORKSHEETS, status:VALID,
-
TABLE: OSM.AS_FORECAST_WORKSHEETS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_WORKSHEETS, object_name:AS_FORECAST_WORKSHEETS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.AS_FORECAST_WORKSHEETS_PKG SQL Statements
12.2.2
-
APPS.AS_FORECAST_WORKSHEETS_PKG SQL Statements
12.1.1