Search Results as_prod_worksheet_lines
Overview
The AS_PROD_WORKSHEET_LINES table is a core data repository within the Oracle E-Business Suite Sales Foundation (AS) module. It functions as the primary storage entity for detailed forecast and quota information across all potential product categories. Its role is to capture granular planning data, enabling sales managers and representatives to forecast revenue and set targets either for individual salespeople or for entire sales groups. This table is integral to the sales performance management and forecasting workflows in both Oracle EBS 12.1.1 and 12.2.2, providing the line-level detail that feeds into higher-level summaries and analytical reports.
Key Information Stored
The table's primary key is the PROD_WORKSHEET_LINE_ID, a unique identifier for each forecast line item. As indicated by its foreign key relationships, the table stores several critical pieces of information that link it to other master data entities. Each record is associated with a specific forecast worksheet (via FORECAST_WORKSHEET_ID), a defined sales quota (via SALES_QUOTA_ID), and a particular product or sales category (via FST_SALES_CATEGORY_ID). While the provided metadata does not list all columns, the table's purpose implies it holds quantitative forecast data—such as projected revenue, units, or probability—for the specified category within the context of the linked worksheet and quota.
Common Use Cases and Queries
This table is central to generating detailed forecast versus quota performance reports. A common use case involves analyzing forecast accuracy by comparing worksheet line items against actual sales or finalized quota targets. Administrators may also query this table to audit or adjust forecast submissions. A typical reporting query would join this table to its related master tables to provide context. For example:
SELECT wl.prod_worksheet_line_id, wl.forecast_worksheet_id, sq.quota_name, cat.name, wl.forecast_amount FROM osm.as_prod_worksheet_lines wl, osm.as_sales_quotas sq, osm.as_fst_sales_categories cat WHERE wl.sales_quota_id = sq.sales_quota_id AND wl.fst_sales_category_id = cat.fst_sales_category_id AND sq.quota_period = 'JAN-2024';
This would retrieve forecast line details for a specific quota period, showing the associated quota and category names.
Related Objects
The AS_PROD_WORKSHEET_LINES table maintains documented foreign key relationships with three key master data tables in the Sales Foundation schema, establishing its position in the data model:
- AS_SALES_QUOTAS: Linked via
AS_PROD_WORKSHEET_LINES.SALES_QUOTA_ID. This relationship ties each forecast line to a formal sales target or quota definition. - AS_FORECAST_WORKSHEETS: Linked via
AS_PROD_WORKSHEET_LINES.FORECAST_WORKSHEET_ID. This connects the line items to the parent forecast worksheet or planning document. - AS_FST_SALES_CATEGORIES: Linked via
AS_PROD_WORKSHEET_LINES.FST_SALES_CATEGORY_ID. This associates each forecasted amount with a specific product or sales category within the forecasting hierarchy.
-
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_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 ,
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_PROD_WORKSHEET_LINES_PKG dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
APPS.AS_JTF_RS_GROUP_MEM_TRG dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_PROD_WORKSHEET_LINES_PKG dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PROD_WORKSHEET_LINES_S
12.2.2
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PROD_WORKSHEET_LINES_S
12.1.1
-
SYNONYM: APPS.AS_PROD_WORKSHEET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_PROD_WORKSHEET_LINES, status:VALID,
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PERIOD_RATES
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PERIOD_RATES
12.2.2
-
SYNONYM: APPS.AS_PROD_WORKSHEET_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_PROD_WORKSHEET_LINES, status:VALID,
-
VIEW: OSM.AS_PROD_WORKSHEET_LINES#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_PROD_WORKSHEET_LINES#, status:VALID,
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PE_INT_CATEGORIES
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PE_INT_CATEGORIES
12.2.2
-
View: ASF_FORECAST_PRDWS_HISTY_V
12.1.1
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
View: ASF_FORECAST_PRDWS_HISTY_V
12.2.2
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
APPS.AS_SCN_FORECAST_PVT SQL Statements
12.2.2
-
APPS.AS_SCN_FORECAST_PVT SQL Statements
12.1.1
-
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_SALES_QUOTAS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_QUOTAS, object_name:AS_SALES_QUOTAS, status:VALID, product: AS - Sales Foundation , description: Defines sales quotas , implementation_dba_data: OSM.AS_SALES_QUOTAS ,
-
APPS.AS_SCN_FORECAST_PVT dependencies on GL_PERIODS
12.2.2
-
APPS.BIL_BI_FST_DTL_F_PKG dependencies on AS_INTERNAL_FORECASTS
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on GL_PERIODS
12.1.1
-
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 ,
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_SALES_GROUPS_V
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_SALES_GROUPS_V
12.2.2
-
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_RESOURCE_MERGE_PUB dependencies on UTL_FILE
12.2.2
-
Table: AS_SALES_QUOTAS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_QUOTAS, object_name:AS_SALES_QUOTAS, status:VALID, product: AS - Sales Foundation , description: Defines sales quotas , implementation_dba_data: OSM.AS_SALES_QUOTAS ,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_RESOURCE_MERGE_PUB, status:VALID,
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_INT_TYP_COD_MIGRATION
12.1.1
-
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 ,
-
VIEW: OSM.AS_PROD_WORKSHEET_LINES#
12.2.2
-
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
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_INT_TYP_COD_MIGRATION
12.2.2
-
PACKAGE BODY: APPS.AS_PROD_WORKSHEET_LINES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_PROD_WORKSHEET_LINES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.2.2
-
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_SCN_FORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_SCN_FORECAST_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_INT_TYP_COD_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_INT_TYP_COD_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.AS_RESOURCE_MERGE_PUB
12.1.1