Search Results as_pe_int_categories
Overview
The AS_PE_INT_CATEGORIES table is a core mapping and configuration table within the Oracle E-Business Suite (EBS) Sales Foundation module (AS). Residing in the OSM schema, its primary function is to establish a critical linkage between plan elements defined in the Oracle Sales Compensation (OSC) module and the forecasting engine. This table acts as a central hub, enabling the alignment of sales performance metrics, quotas, and compensation plans with specific product or service interest categories used for sales forecasting and analysis. Its existence is essential for ensuring data consistency and enabling integrated reporting between compensation management and sales forecasting processes in deployments of both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to store mapping identifiers. Its primary key, PE_INT_CATEGORY_ID, uniquely identifies each mapping record. The most significant foreign key column is QUOTA_ID, which links directly to a specific quota definition in the CN_QUOTAS_ALL table, thereby associating a quota with interest categories. The table further defines the type and specifics of the interest through INTEREST_TYPE_ID, which references AS_INTEREST_TYPES_B. For granular categorization, it holds references to primary and secondary interest codes via PRI_INTEREST_CODE_ID and SEC_INTEREST_CODE_ID, both linking to the AS_INTEREST_CODES_B table. This structure allows a single quota or plan element to be mapped to a hierarchy or combination of interest types and codes.
Common Use Cases and Queries
This table is primarily accessed during backend processes for quota validation, forecast roll-ups, and compensation calculations. A common reporting use case involves generating a list of all quotas mapped to a particular product interest for forecast accuracy analysis. For instance, to find all quota IDs associated with a specific primary interest code, one might execute a query such as: SELECT quota_id FROM osm.as_pe_int_categories WHERE pri_interest_code_id = <CODE_VALUE>;. Conversely, to audit the interest category mappings for a given quota, a join query is typical: SELECT cat.*, type.name FROM osm.as_pe_int_categories cat JOIN as_interest_types_b type ON cat.interest_type_id = type.interest_type_id WHERE cat.quota_id = <QUOTA_ID>;. This table is less frequently accessed directly by end-users and is more integral to system-driven integration workflows.
Related Objects
The AS_PE_INT_CATEGORIES table maintains defined foreign key relationships with several key tables in the Sales Foundation and Sales Compensation modules, as documented in the ETRM metadata:
- CN_QUOTAS_ALL: Linked via the QUOTA_ID column. This is the central relationship that ties interest categories to a specific sales quota.
- AS_INTEREST_TYPES_B: Linked via the INTEREST_TYPE_ID column. This defines the broad classification (type) of interest.
- AS_INTEREST_CODES_B: Linked via two separate foreign keys: PRI_INTEREST_CODE_ID and SEC_INTEREST_CODE_ID. These tables provide the specific code values for primary and secondary interests, allowing for detailed categorization.
The primary key constraint AS_PE_INT_CATEGORIES_PK on the PE_INT_CATEGORY_ID column ensures the uniqueness of each mapping record within this integration framework.
-
Table: AS_PE_INT_CATEGORIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PE_INT_CATEGORIES, object_name:AS_PE_INT_CATEGORIES, status:VALID, product: AS - Sales Foundation , description: Mapping table between plan elements in osc and forecast , implementation_dba_data: OSM.AS_PE_INT_CATEGORIES ,
-
Table: AS_PE_INT_CATEGORIES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PE_INT_CATEGORIES, object_name:AS_PE_INT_CATEGORIES, status:VALID, product: AS - Sales Foundation , description: Mapping table between plan elements in osc and forecast , implementation_dba_data: OSM.AS_PE_INT_CATEGORIES ,
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PE_INT_CATEGORIES
12.1.1
-
APPS.AS_VALIDATE_SETUP dependencies on AS_PE_INT_CATEGORIES
12.2.2
-
APPS.AS_VALIDATE_SETUP dependencies on AS_PE_INT_CATEGORIES
12.1.1
-
APPS.AS_PE_INT_CATEGORIES_PKG dependencies on AS_PE_INT_CATEGORIES
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_PE_INT_CATEGORIES
12.2.2
-
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
-
APPS.AS_PE_INT_CATEGORIES_PKG dependencies on AS_PE_INT_CATEGORIES
12.2.2
-
VIEW: OSM.AS_PE_INT_CATEGORIES#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_PE_INT_CATEGORIES#, status:VALID,
-
SYNONYM: APPS.AS_PE_INT_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_PE_INT_CATEGORIES, status:VALID,
-
VIEW: APPS.AS_PE_INT_CATEGORIES_V
12.1.1
-
VIEW: APPS.AS_PE_INT_CATEGORIES_V
12.2.2
-
SYNONYM: APPS.AS_PE_INT_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_PE_INT_CATEGORIES, status:VALID,
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PROD_WORKSHEET_LINES
12.1.1
-
VIEW: OSM.AS_PE_INT_CATEGORIES#
12.2.2
-
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
-
Table: AS_INTEREST_CODES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_B, object_name:AS_INTEREST_CODES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest code - Base table , implementation_dba_data: OSM.AS_INTEREST_CODES_B ,
-
APPS.AS_PE_INT_CATEGORIES_PKG SQL Statements
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on AS_PROD_WORKSHEET_LINES
12.2.2
-
Table: AS_INTEREST_CODES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_B, object_name:AS_INTEREST_CODES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest code - Base table , implementation_dba_data: OSM.AS_INTEREST_CODES_B ,
-
APPS.AS_PE_INT_CATEGORIES_PKG SQL Statements
12.2.2
-
APPS.AS_SCN_FORECAST_PVT SQL Statements
12.2.2
-
APPS.AS_SCN_FORECAST_PVT SQL Statements
12.1.1
-
APPS.AS_SCN_FORECAST_PVT dependencies on GL_PERIODS
12.2.2
-
View: AS_PE_INT_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PE_INT_CATEGORIES_V, object_name:AS_PE_INT_CATEGORIES_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_PE_INT_CATEGORIES_V ,
-
APPS.AS_SCN_FORECAST_PVT dependencies on GL_PERIODS
12.1.1
-
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
-
View: AS_PE_INT_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PE_INT_CATEGORIES_V, object_name:AS_PE_INT_CATEGORIES_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_PE_INT_CATEGORIES_V ,
-
PACKAGE BODY: APPS.AS_PE_INT_CATEGORIES_PKG
12.2.2
-
PACKAGE BODY: APPS.AS_PE_INT_CATEGORIES_PKG
12.1.1
-
PACKAGE BODY: APPS.AS_PE_INT_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_PE_INT_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_PE_INT_CATEGORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_PE_INT_CATEGORIES_PKG, status:VALID,
-
Table: AS_INTEREST_TYPES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
Table: CN_QUOTAS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_QUOTAS_ALL, object_name:CN_QUOTAS_ALL, status:VALID, product: CN - Incentive Compensation , description: Plan Elements , implementation_dba_data: CN.CN_QUOTAS_ALL ,
-
PACKAGE BODY: APPS.AS_SCN_FORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_SCN_FORECAST_PVT, status:VALID,
-
Table: AS_INTEREST_TYPES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
PACKAGE BODY: APPS.AS_SCN_FORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_SCN_FORECAST_PVT, status:VALID,
-
TABLE: OSM.AS_PE_INT_CATEGORIES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PE_INT_CATEGORIES, object_name:AS_PE_INT_CATEGORIES, status:VALID,
-
PACKAGE BODY: APPS.AS_VALIDATE_SETUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_VALIDATE_SETUP, status:VALID,
-
Table: CN_QUOTAS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_QUOTAS_ALL, object_name:CN_QUOTAS_ALL, status:VALID, product: CN - Incentive Compensation , description: Plan Elements , implementation_dba_data: CN.CN_QUOTAS_ALL ,
-
PACKAGE BODY: APPS.AS_INT_TYP_COD_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_INT_TYP_COD_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.AS_VALIDATE_SETUP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_VALIDATE_SETUP, 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,
-
TABLE: OSM.AS_PE_INT_CATEGORIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PE_INT_CATEGORIES, object_name:AS_PE_INT_CATEGORIES, status:VALID,
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_INTEREST_CODES_B
12.1.1
-
APPS.AS_VALIDATE_SETUP dependencies on AS_FST_SALES_CATEGORIES
12.1.1