Search Results as_forecast_categories_b
Overview
The AS_FORECAST_CATEGORIES_B table is a core reference data table within the Oracle E-Business Suite (EBS) Sales Foundation module (AS). It serves as the master repository for defining forecast categories, which are critical for configuring and executing the sales forecasting process. A forecast category determines the selection of interest types—specific classifications of sales opportunities—that are eligible for inclusion in a forecast. This establishes a fundamental business rule: only opportunities with interest types mapped to a defined forecast category can be utilized for forecasting purposes. The table is owned by the OSM schema and is a base table, as indicated by the '_B' suffix, which typically stores the core transactional or master data.
Key Information Stored
While the provided metadata does not list all columns, the primary key and foreign key relationships clearly identify the essential data elements. The central column is FORECAST_CATEGORY_ID, a unique system-generated identifier serving as the primary key for each forecast category record. This ID is the critical link used throughout the forecasting schema. Other columns in the table would typically store descriptive information such as the category name (e.g., 'Pipeline', 'Committed', 'Best Case'), an enabled flag, creation and last update dates, and the user IDs responsible for those actions. The table's purpose is to maintain this controlled list of categories that govern forecast data integrity.
Common Use Cases and Queries
The primary use case is the administration and validation of forecast data. Administrators use this table to define which opportunity stages or types are forecastable. A common operational query involves joining this table to opportunity or forecast data to validate entries or generate configuration reports. For example, to list all active forecast categories and their associated interest types (likely via a mapping table), a query might join AS_FORECAST_CATEGORIES_B to related entities. Another frequent pattern is using the FORECAST_CATEGORY_ID as a filter in reports on forecast accuracy (AS_FORECAST_ACTUALS) or internal forecast submissions (AS_INTERNAL_FORECASTS) to analyze performance by category. Sample SQL to retrieve all forecast categories would be: SELECT forecast_category_id, name FROM osm.as_forecast_categories_b WHERE enabled_flag = 'Y';
Related Objects
As documented in the foreign key relationships, the AS_FORECAST_CATEGORIES_B table is referenced by several key transactional tables in the forecasting module. The FORECAST_CATEGORY_ID column is the join point for these relationships:
- AS_FORECAST_ACTUALS: This table stores historical forecast versus actuals data. It references AS_FORECAST_CATEGORIES_B via its FORECAST_CATEGORY_ID column to categorize the recorded actuals.
- AS_FST_SALES_CATEGORIES: This is likely a mapping or assignment table that links forecast categories to specific sales categories or territories, also referencing the base category ID.
- AS_INTERNAL_FORECASTS: This table holds internal forecast submissions. It uses the FORECAST_CATEGORY_ID to classify each forecast entry according to the predefined category.
-
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 ,
-
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 ,
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on AS_FORECAST_CATEGORIES_B
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on AS_FORECAST_CATEGORIES_B
12.1.1
-
VIEW: OSM.AS_FORECAST_CATEGORIES_B#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_FORECAST_CATEGORIES_B#, status:VALID,
-
VIEW: APPS.AS_FORECAST_CATEGORIES_VL
12.2.2
-
SYNONYM: APPS.AS_FORECAST_CATEGORIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_FORECAST_CATEGORIES_B, status:VALID,
-
SYNONYM: APPS.AS_FORECAST_CATEGORIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_FORECAST_CATEGORIES_B, status:VALID,
-
VIEW: APPS.AS_FORECAST_CATEGORIES_VL
12.1.1
-
TRIGGER: APPS.AS_FORECAST_CATEGORIES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AS_FORECAST_CATEGORIES_B+, status:VALID,
-
VIEW: OSM.AS_FORECAST_CATEGORIES_B#
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.AS_FORECAST_CATEGORIES_B+
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG SQL Statements
12.2.2
-
Table: AS_FST_SALES_CATEGORIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FST_SALES_CATEGORIES, object_name:AS_FST_SALES_CATEGORIES, status:VALID, product: AS - Sales Foundation , description: Resolving table between AS_FORECAST_CATEGORIES and AS_INTEREST_TYPES_B , implementation_dba_data: OSM.AS_FST_SALES_CATEGORIES ,
-
VIEW: APPS.AS_FORECAST_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_CATEGORIES_VL, object_name:AS_FORECAST_CATEGORIES_VL, status:VALID,
-
VIEW: APPS.AS_FORECAST_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_CATEGORIES_VL, object_name:AS_FORECAST_CATEGORIES_VL, status:VALID,
-
Table: AS_FORECAST_ACTUALS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_ACTUALS, object_name:AS_FORECAST_ACTUALS, status:VALID, product: AS - Sales Foundation , description: Table for comparing the actual returns with forecasted values , implementation_dba_data: OSM.AS_FORECAST_ACTUALS ,
-
TABLE: OSM.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,
-
TABLE: OSM.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,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.AS_FORECAST_CATEGORIES_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: AS_FST_SALES_CATEGORIES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FST_SALES_CATEGORIES, object_name:AS_FST_SALES_CATEGORIES, status:VALID, product: AS - Sales Foundation , description: Resolving table between AS_FORECAST_CATEGORIES and AS_INTEREST_TYPES_B , implementation_dba_data: OSM.AS_FST_SALES_CATEGORIES ,
-
FUNCTION: APPS.AS_FORECAST_CATEGORIES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AS_FORECAST_CATEGORIES_B=, status:VALID,
-
View: AS_FORECAST_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_CATEGORIES_VL, object_name:AS_FORECAST_CATEGORIES_VL, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_FORECAST_CATEGORIES_VL ,
-
View: AS_FORECAST_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_CATEGORIES_VL, object_name:AS_FORECAST_CATEGORIES_VL, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_FORECAST_CATEGORIES_VL ,
-
Table: AS_FORECAST_ACTUALS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_ACTUALS, object_name:AS_FORECAST_ACTUALS, status:VALID, product: AS - Sales Foundation , description: Table for comparing the actual returns with forecasted values , implementation_dba_data: OSM.AS_FORECAST_ACTUALS ,
-
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 ,
-
PACKAGE BODY: APPS.AS_FORECAST_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_FORECAST_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_FORECAST_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_FORECAST_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_FORECAST_CATEGORIES_PKG
12.2.2
-
PACKAGE BODY: APPS.AS_FORECAST_CATEGORIES_PKG
12.1.1
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on AS_FORECAST_CATEGORIES_TL
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on AS_FORECAST_CATEGORIES_TL
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.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
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on FND_API
12.2.2
-
APPS.AS_FORECAST_CATEGORIES_PKG dependencies on FND_API
12.1.1
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,