Search Results as_internal_forecasts
Overview
The AS_INTERNAL_FORECASTS table is a core data repository within the Oracle E-Business Suite Sales Foundation module (AS). It serves as the primary table for storing summary-level forecast information. Its role is to act as the master record for a forecast entity, which can be defined for an individual sales representative (resource) or a sales group. This table holds the essential metadata and header information for a forecast, such as its name, category, owner, and status, forming the foundational record from which detailed forecast line items and worksheets are generated and managed. Its existence is critical for the application's forecasting and sales performance management functionalities.
Key Information Stored
While the full column list is not provided in the metadata, the primary and foreign key relationships indicate the critical data points stored. The central column is the FORECAST_ID, which is the unique primary key identifier for each forecast record. The table links to key master data across the application: the SALESFORCE_ID column references the specific sales resource (JTF_RS_RESOURCE_EXTNS), and the SALES_GROUP_ID column references a sales team (JTF_RS_GROUPS_B). It also categorizes forecasts via the FORECAST_CATEGORY_ID, linking to AS_FORECAST_CATEGORIES_B. A notable self-referencing relationship exists through the ORIGINAL_FORECAST_ID column, which allows for tracking revised or copied forecasts back to their source, supporting versioning or audit trails.
Common Use Cases and Queries
This table is central to reporting and data extraction for sales forecasting analysis. Common use cases include generating a list of all active forecasts for a sales manager's team, analyzing forecast categories in use, or identifying forecasts created from a specific original template. A typical query would join this table to resource and group tables to produce a readable forecast register. For example:
SELECT aif.forecast_id, aif.name, jrre.resource_name, jrgb.group_name FROM osm.as_internal_forecasts aif, jtf_rs_resource_extns jrre, jtf_rs_groups_b jrgb WHERE aif.salesforce_id = jrre.resource_id(+) AND aif.sales_group_id = jrgb.group_id(+);
Data from this table is also essential for reconciling summary forecast totals with the detailed line items stored in related worksheet tables.
Related Objects
The AS_INTERNAL_FORECASTS table has defined relationships with several other key EBS objects, as documented by its foreign keys:
- AS_FORECAST_WORKSHEETS: A direct foreign key relationship where FORECAST_ID in AS_FORECAST_WORKSHEETS references FORECAST_ID in AS_INTERNAL_FORECASTS. This is a critical one-to-many link to the detailed forecast data.
- JTF_RS_RESOURCE_EXTNS: Links via the SALESFORCE_ID column to associate a forecast with an individual salesperson.
- JTF_RS_GROUPS_B: Links via the SALES_GROUP_ID column to associate a forecast with a sales team.
- AS_FORECAST_CATEGORIES_B: Links via the FORECAST_CATEGORY_ID column for forecast classification.
- Self-Reference: The table references itself through the ORIGINAL_FORECAST_ID column, pointing to the FORECAST_ID of a parent or source forecast record.
-
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 ,
-
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 ,
-
APPS.AS_INTERNAL_FORECASTS_PKG dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_INTERNAL_FORECASTS
12.2.2
-
APPS.BIL_BI_PURGE_OBJ_PKG dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_INTERNAL_FORECASTS_PKG dependencies on AS_INTERNAL_FORECASTS
12.2.2
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_INTERNAL_FORECASTS
12.2.2
-
SYNONYM: APPS.AS_INTERNAL_FORECASTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_INTERNAL_FORECASTS, status:VALID,
-
SYNONYM: APPS.AS_INTERNAL_FORECASTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_INTERNAL_FORECASTS, status:VALID,
-
VIEW: APPS.AS_SALES_FORECAST_UWQ_V
12.2.2
-
VIEW: APPS.AS_SALES_FORECAST_UWQ_V
12.1.1
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
TABLE: OSM.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,
-
TABLE: OSM.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,
-
VIEW: OSM.AS_INTERNAL_FORECASTS#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_INTERNAL_FORECASTS#, status:VALID,
-
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,
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on BIL_BI_CURRENCY_RATE
12.1.1
-
TABLE: OSM.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,
-
TABLE: OSM.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,
-
APPS.BIL_BI_PURGE_OBJ_PKG dependencies on GL_PERIODS
12.1.1
-
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 ,
-
View: AS_SALES_FORECAST_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_FORECAST_UWQ_V, object_name:AS_SALES_FORECAST_UWQ_V, status:VALID, product: AS - Sales Foundation , description: This view is used for Universal Work Queue , implementation_dba_data: APPS.AS_SALES_FORECAST_UWQ_V ,
-
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,
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on AS_FST_SALES_CATEGORIES
12.1.1
-
VIEW: OSM.AS_INTERNAL_FORECASTS#
12.2.2
-
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_CATEGORIES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_CATEGORIES_B, object_name:AS_FORECAST_CATEGORIES_B, status:VALID, product: AS - Sales Foundation , description: Forecast categories will determine the selection of interest types available for forecast. Any opportunity which has interest types mapped to the forecast category can only be used for forecasting purpose. , implementation_dba_data: OSM.AS_FORECAST_CATEGORIES_B ,
-
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,
-
PACKAGE BODY: APPS.AS_INTERNAL_FORECASTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_INTERNAL_FORECASTS_PKG, status:VALID,
-
Table: AS_FORECAST_CATEGORIES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_CATEGORIES_B, object_name:AS_FORECAST_CATEGORIES_B, status:VALID, product: AS - Sales Foundation , description: Forecast categories will determine the selection of interest types available for forecast. Any opportunity which has interest types mapped to the forecast category can only be used for forecasting purpose. , implementation_dba_data: OSM.AS_FORECAST_CATEGORIES_B ,
-
View: AS_SALES_FORECAST_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_FORECAST_UWQ_V, object_name:AS_SALES_FORECAST_UWQ_V, status:VALID, product: AS - Sales Foundation , description: This view is used for Universal Work Queue , implementation_dba_data: APPS.AS_SALES_FORECAST_UWQ_V ,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.2.2
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on BIL_BI_NEW_FST_ID
12.1.1
-
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_INTERNAL_FORECASTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_INTERNAL_FORECASTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIL_BI_PURGE_OBJ_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIL_BI_PURGE_OBJ_PKG, status:VALID,
-
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_RESOURCE_MERGE_PUB
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_FORECAST_WORKSHEETS
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on UTL_FILE
12.1.1
-
PACKAGE BODY: APPS.BIL_BI_FST_DTL_F_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIL_BI_FST_DTL_F_PKG, status:VALID,
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_SALES_CREDITS_DENORM
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_FORECAST_WORKSHEETS
12.2.2
-
APPS.BIL_BI_PURGE_OBJ_PKG dependencies on BIL_BI_PROCESSED_FST_ID
12.1.1
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on UTL_FILE
12.2.2
-
View: ASF_FORECAST_HISTORY_V
12.1.1
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,