Search Results as_forecast_prob_all_b
Overview
The AS_FORECAST_PROB_ALL_B table is a core reference data table within the Oracle E-Business Suite (EBS) Sales Foundation module (AS). It serves as the base table for defining and storing discrete win probability values used in the sales forecasting and opportunity management processes. These probability values are critical for calculating weighted revenue forecasts, analyzing sales pipeline health, and determining the progression of sales opportunities through defined stages. The table's structure, with a corresponding translation table (AS_FORECAST_PROB_ALL_TL), supports the multi-language capabilities of EBS, allowing probability descriptions to be presented in different languages.
Key Information Stored
The primary data stored in this table is the probability value itself, which acts as the unique identifier. Based on standard EBS table naming conventions and the provided foreign key relationships, the key column is PROBABILITY_VALUE. This column typically stores a numeric value representing a percentage (e.g., 10, 25, 50, 75, 90) that signifies the estimated likelihood of winning a sales opportunity. As a base table, it likely contains other standard columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing purposes. The associated translation table (TL) holds the descriptive name (e.g., "Low", "Medium", "High", "Commit") for each probability value in various languages.
Common Use Cases and Queries
This table is central to sales operations reporting and analytics. Common use cases include generating pipeline reports with weighted revenue, validating sales stage definitions against permissible probability ranges, and ensuring data integrity for opportunity win probabilities. Administrators may query this table to maintain the list of available probability values. A typical reporting query might join this table to opportunity data to analyze the distribution of opportunities across probability brackets.
- Sample Query to List All Probability Values:
SELECT PROBABILITY_VALUE FROM OSM.AS_FORECAST_PROB_ALL_B ORDER BY PROBABILITY_VALUE; - Sample Query for Reporting (Joined with Leads):
SELECT L.LEAD_NUMBER, L.WIN_PROBABILITY, B.PROBABILITY_VALUE FROM AS_LEADS_ALL L, AS_FORECAST_PROB_ALL_B B WHERE L.WIN_PROBABILITY = B.PROBABILITY_VALUE;
Related Objects
The AS_FORECAST_PROB_ALL_B table is a key reference point for several other objects in the Sales Foundation schema, as indicated by its foreign key constraints. The primary related objects are:
- AS_FORECAST_PROB_ALL_TL: The translation table that depends on the base table for its key.
- AS_LEADS_ALL: References this table via the WIN_PROBABILITY column to validate the probability assigned to a lead or opportunity.
- AS_SALES_CREDITS_DENORM: References this table for denormalized win probability data related to sales team compensation.
- AS_SALES_METH_STAGE_MAP and AS_SALES_STAGES_ALL_B: Both reference this table twice, via MIN_WIN_PROBABILITY and MAX_WIN_PROBABILITY columns, to define the valid probability range for a specific sales stage within a sales methodology.
-
Table: AS_FORECAST_PROB_ALL_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_B, object_name:AS_FORECAST_PROB_ALL_B, status:VALID, product: AS - Sales Foundation , description: AS_FORECAST_PROB_ALL defines win probability values for sales , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_B ,
-
Table: AS_FORECAST_PROB_ALL_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_B, object_name:AS_FORECAST_PROB_ALL_B, status:VALID, product: AS - Sales Foundation , description: AS_FORECAST_PROB_ALL defines win probability values for sales , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_B ,
-
Table: AS_FORECAST_PROB_ALL_TL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_TL, object_name:AS_FORECAST_PROB_ALL_TL, status:VALID, product: AS - Sales Foundation , description: MLS - Translated columns of AS_FORECAST_PROB_ALL_B , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_TL ,
-
Table: AS_FORECAST_PROB_ALL_TL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_FORECAST_PROB_ALL_TL, object_name:AS_FORECAST_PROB_ALL_TL, status:VALID, product: AS - Sales Foundation , description: MLS - Translated columns of AS_FORECAST_PROB_ALL_B , implementation_dba_data: OSM.AS_FORECAST_PROB_ALL_TL ,
-
Table: AS_SALES_METH_STAGE_MAP
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_METH_STAGE_MAP, object_name:AS_SALES_METH_STAGE_MAP, status:VALID, product: AS - Sales Foundation , description: Table for mapping Sales Stages with Task Template Groups , implementation_dba_data: OSM.AS_SALES_METH_STAGE_MAP ,
-
Table: AS_SALES_STAGES_ALL_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_STAGES_ALL_B, object_name:AS_SALES_STAGES_ALL_B, status:VALID, product: AS - Sales Foundation , description: Defines sales stages , implementation_dba_data: OSM.AS_SALES_STAGES_ALL_B ,
-
Table: AS_SALES_METH_STAGE_MAP
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_METH_STAGE_MAP, object_name:AS_SALES_METH_STAGE_MAP, status:VALID, product: AS - Sales Foundation , description: Table for mapping Sales Stages with Task Template Groups , implementation_dba_data: OSM.AS_SALES_METH_STAGE_MAP ,
-
Table: AS_SALES_STAGES_ALL_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_STAGES_ALL_B, object_name:AS_SALES_STAGES_ALL_B, status:VALID, product: AS - Sales Foundation , description: Defines sales stages , implementation_dba_data: OSM.AS_SALES_STAGES_ALL_B ,
-
View: AS_FORECAST_PROB_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB_ALL_VL, object_name:AS_FORECAST_PROB_ALL_VL, status:VALID, product: AS - Sales Foundation , description: Forecast Probability (all orgs, single language view) , implementation_dba_data: APPS.AS_FORECAST_PROB_ALL_VL ,
-
View: AS_FORECAST_PROB_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB_ALL_VL, object_name:AS_FORECAST_PROB_ALL_VL, status:VALID, product: AS - Sales Foundation , description: Forecast Probability (all orgs, single language view) , implementation_dba_data: APPS.AS_FORECAST_PROB_ALL_VL ,
-
View: AS_FORECAST_PROB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB, object_name:AS_FORECAST_PROB, status:VALID, product: AS - Sales Foundation , description: Forecast Probability (single org, no MLS columns) , implementation_dba_data: APPS.AS_FORECAST_PROB ,
-
View: AS_FORECAST_PROB
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB, object_name:AS_FORECAST_PROB, status:VALID, product: AS - Sales Foundation , description: Forecast Probability (single org, no MLS columns) , implementation_dba_data: APPS.AS_FORECAST_PROB ,
-
Table: AS_SALES_CREDITS_DENORM
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
View: AS_FORECAST_PROB_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB_VL, object_name:AS_FORECAST_PROB_VL, status:VALID, product: AS - Sales Foundation , description: Forecast probabilities (single-org, single language view) , implementation_dba_data: APPS.AS_FORECAST_PROB_VL ,
-
Table: AS_SALES_CREDITS_DENORM
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_CREDITS_DENORM, object_name:AS_SALES_CREDITS_DENORM, status:VALID, product: AS - Sales Foundation , description: Denormalized table to store opportunity data denormalized from AS_LEADS_ALL, AS_LEAD_LINES_ALL, AS_SALES_CREDITS, AS_SALES_STAGE_ALL, AS_INTEREST_TYPES_ALL, AS_INTEREST_CODES_ALL, HZ_PARTIES, AS_SALES_GROUPS, PER_ALL_PEOPLR_F , implementation_dba_data: OSM.AS_SALES_CREDITS_DENORM ,
-
View: AS_FORECAST_PROB_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_FORECAST_PROB_VL, object_name:AS_FORECAST_PROB_VL, status:VALID, product: AS - Sales Foundation , description: Forecast probabilities (single-org, single language view) , implementation_dba_data: APPS.AS_FORECAST_PROB_VL ,
-
Table: AS_LEADS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,
-
Table: AS_LEADS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,