Search Results as_interest_types_b
Overview
The AS_INTEREST_TYPES_B table is a core master data table within the Oracle E-Business Suite Sales Foundation (AS) module. It serves as the base table for defining and storing the fundamental types of customer interests or product interests used throughout the sales and marketing lifecycle. As a base table, it holds the primary, language-independent transactional data. Its primary role is to act as a central reference point, ensuring data integrity and consistency for interest type classification across numerous sales-related entities, from leads and opportunities to quotas and sales credits.
Key Information Stored
While the provided metadata does not list specific column names beyond the primary key, the structure and relationships define its critical data elements. The central column is INTEREST_TYPE_ID, which is the unique identifier (primary key) for each interest type record. This ID is the foreign key referenced by over fifteen other tables in the schema. Typical columns in such a base table would include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY for auditing, and a CODE or NAME field for the interest type. The table's description, "Define Interest types," indicates it stores the master list of classifications, such as "New Product Interest," "Service Renewal," or "Upgrade Opportunity," which categorize sales activities and forecasts.
Common Use Cases and Queries
This table is primarily used in setup, reporting, and data validation. Administrators use it to maintain the list of valid interest types during application configuration. Common operational queries involve joining this table to transactional data to generate meaningful reports. For instance, to analyze lead lines by their interest type, a query would join AS_SALES_LEAD_LINES to AS_INTEREST_TYPES_B. A typical reporting pattern is retrieving all active interest types or counting opportunities grouped by interest type for pipeline analysis. Sample SQL to list all interest types referenced in opportunities might be:
- SELECT it.INTEREST_TYPE_ID, it.NAME, COUNT(o.opportunity_id)
- FROM AS_INTEREST_TYPES_B it, AS_INTERESTS_ALL o
- WHERE it.INTEREST_TYPE_ID = o.INTEREST_TYPE_ID
- GROUP BY it.INTEREST_TYPE_ID, it.NAME;
Related Objects
The AS_INTEREST_TYPES_B table has extensive relationships, underscoring its foundational role. It is directly referenced by a significant number of foreign keys from transactional and setup tables. Key related objects include the translation table AS_INTEREST_TYPES_TL (for multilingual support) and the _ALL variant AS_INTEREST_TYPES_ALL (for multi-org data). Major transactional tables that depend on it are AS_INTERESTS_ALL (opportunities), AS_LEAD_LINES_ALL, AS_SALES_QUOTAS, and AS_SALES_CREDITS_DENORM. Important setup tables like AS_INTEREST_CODES_B, AS_INTEREST_STATUSES, and AS_QUOTA_PROFILES also link to it, defining rules and profiles based on interest type. This wide integration highlights that the interest type is a critical dimension for segmentation, forecasting, and compensation within Oracle Sales.
-
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: 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 ,
-
APPS.HZ_CONTACT_PREFERENCE_VALIDATE dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_OPP_LINE_PVT dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AMS_MTL_CATG_LOADER_PVT dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_SALES_LEAD_LINES_PVT dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.HZ_CONTACT_PREFERENCE_VALIDATE dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_INTEREST_PVT dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AMS_MTL_CATG_LOADER_PVT dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AML_CATEGORY_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_INTEREST_PVT dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_SALES_LEAD_LINES_PVT dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_INTEREST_CODES_PUB dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_INT_TYP_COD_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AML_CATEGORY_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.JTF_TTY_PROD_CAT_MIGRATE_PVT dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_INTEREST_TYPES_PKG dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_INTEREST_CODES_PUB dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_OPP_LINE_PVT dependencies on AS_INTEREST_TYPES_B
12.2.2
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.JTF_TTY_PROD_CAT_MIGRATE_PVT dependencies on AS_INTEREST_TYPES_B
12.1.1
-
APPS.AS_INTEREST_TYPES_PKG dependencies on AS_INTEREST_TYPES_B
12.1.1
-
VIEW: APPS.AMS_CONTACT_PRODUCTS_V
12.1.1
-
Lookup Type: PREFERENCE_TOPIC_TYPE
12.2.2
product: AR - Receivables , meaning: Preference Topic Type , description: Preference Topic Table or Code ,
-
VIEW: APPS.AMS_CONTACT_PRODUCTS_V
12.2.2
-
Lookup Type: PREFERENCE_TOPIC_TYPE
12.1.1
product: AR - Receivables , meaning: Preference Topic Type , description: Preference Topic Table or Code ,
-
View: AMS_CONTACT_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTACT_PRODUCTS_V, object_name:AMS_CONTACT_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view is used by Contact Preferences. This view store the interest Types and interet type codes , implementation_dba_data: APPS.AMS_CONTACT_PRODUCTS_V ,
-
VIEW: OSM.AS_INTEREST_TYPES_B#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_INTEREST_TYPES_B#, status:VALID,
-
View: AMS_CONTACT_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTACT_PRODUCTS_V, object_name:AMS_CONTACT_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view is used by Contact Preferences. This view store the interest Types and interet type codes , implementation_dba_data: APPS.AMS_CONTACT_PRODUCTS_V ,
-
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_INTEREST_TYPES_V
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 ,
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_TYPES_TL
12.2.2
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_TYPES_TL
12.1.1
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.2.2
-
VIEW: APPS.AS_INTEREST_TYPES_VL
12.2.2
-
VIEW: APPS.AS_INTEREST_TYPES_VL
12.1.1
-
SYNONYM: APPS.AS_INTEREST_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_TYPES_B, status:VALID,
-
SYNONYM: APPS.AS_INTEREST_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_TYPES_B, status:VALID,
-
VIEW: APPS.AS_INTEREST_TYPES_V
12.2.2
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.1.1
-
VIEW: OSM.AS_INTEREST_TYPES_B#
12.2.2
-
APPS.PV_CATEGORY_MIGRATION SQL Statements
12.1.1
-
APPS.PV_CATEGORY_MIGRATION SQL Statements
12.2.2
-
APPS.AS_INT_TYP_COD_MIGRATION SQL Statements
12.2.2
-
VIEW: APPS.BIL_DIMV_INTEREST_TYPES
12.1.1
-
TABLE: OSM.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,
-
VIEW: APPS.AS_INV_ITEM_LOV_V
12.2.2