Search Results as_interest_types_all
Overview
The AS_INTEREST_TYPES_ALL table is a core data definition table within the Oracle E-Business Suite Sales Foundation module (AS). It serves as the master repository for defining different categories or classifications of customer interest, which are fundamental to managing sales leads, opportunities, and marketing campaigns. Its primary role is to provide a standardized, organization-specific list of interest types that can be associated with various sales objects. The inclusion of the "_ALL" suffix and the ORG_ID column signifies its design as a multi-organization table, meaning it can store data partitioned by operating unit, a critical feature for deployments with multiple legal entities or business divisions within a single EBS instance.
Key Information Stored
While the provided metadata does not list all columns, the structure is defined by its primary key and foreign key relationships. The two-column primary key, consisting of INTEREST_TYPE_ID and ORG_ID, is the most critical element. The INTEREST_TYPE_ID uniquely identifies an interest type definition (e.g., "Product Inquiry," "Service Request," "Web Download"), while the ORG_ID scopes that definition to a specific operating unit. Other columns, inferred from its purpose and related tables, would typically include descriptive fields such as NAME, DESCRIPTION, ENABLED_FLAG, START_DATE_ACTIVE, and END_DATE_ACTIVE to control the lifecycle and usage of each interest type within the application.
Common Use Cases and Queries
This table is primarily referenced for validation, reporting, and data setup. Administrators use it to configure the list of available interest types during implementation. Common operational queries involve joining this table to transactional data to generate meaningful reports. For instance, to list all active interest types for a specific operating unit (e.g., ORG_ID = 204), a query would be: SELECT interest_type_id, name FROM as_interest_types_all WHERE org_id = 204 AND enabled_flag = 'Y' AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);. For analytical reporting, a typical join to retrieve lead information with interest type descriptions would involve: SELECT l.lead_number, it.name interest_type FROM as_lead_lines_all l, as_interest_types_all it WHERE l.interest_type_id = it.interest_type_id AND l.org_id = it.org_id;.
Related Objects
As documented in the foreign key metadata, AS_INTEREST_TYPES_ALL is a central reference table for several key transactional and setup tables in the Sales Foundation module. The relationships are as follows:
- AS_INTEREST_TYPES_B: Base table joined on INTEREST_TYPE_ID, likely holding language-independent data.
- AS_INTERESTS_ALL: Transactional table storing specific customer interest records linked via INTEREST_TYPE_ID.
- AS_LEAD_LINES_ALL: Sales lead lines reference an interest type via INTEREST_TYPE_ID.
- AS_DEFAULT_PURCHASES_ALL: Setup table for default purchase data linked by INTEREST_TYPE_ID.
- AS_INTEREST_CATEGORY_SETS_ALL: Setup table for categorizing interest types, joined on INTEREST_TYPE_ID.
- AS_INTEREST_STATUSES: Status definitions associated with an interest type via INTEREST_TYPE_ID.
- AS_TERRITORY_VALUES_ALL: Territory assignment rules reference interest types through INTEREST_TYPE_ID.
-
Table: AS_INTEREST_TYPES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_ALL, object_name:AS_INTEREST_TYPES_ALL, status:VALID, product: AS - Sales Foundation , description: Defines interest types with multi-org flag columns , implementation_dba_data: OSM.AS_INTEREST_TYPES_ALL ,
-
Table: AS_INTEREST_TYPES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_ALL, object_name:AS_INTEREST_TYPES_ALL, status:VALID, product: AS - Sales Foundation , description: Defines interest types with multi-org flag columns , implementation_dba_data: OSM.AS_INTEREST_TYPES_ALL ,
-
VIEW: OSM.AS_INTEREST_TYPES_ALL#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_INTEREST_TYPES_ALL#, status:VALID,
-
SYNONYM: APPS.AS_INTEREST_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.AS_INTEREST_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_TYPES_ALL, status:VALID,
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.2.2
-
View: AS_INTEREST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES, object_name:AS_INTEREST_TYPES, status:VALID, product: AS - Sales Foundation , description: This is a organization specific view based on AS_INTEREST_TYPES_ALL table. , implementation_dba_data: APPS.AS_INTEREST_TYPES ,
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.1.1
-
APPS.AS_INTEREST_TYPES_PKG SQL Statements
12.1.1
-
APPS.AS_INTEREST_TYPES_PKG SQL Statements
12.2.2
-
VIEW: APPS.AS_INTEREST_TYPES
12.2.2
-
VIEW: APPS.BIM_DIMV_INTEREST_CODES
12.2.2
-
View: AS_INTEREST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES, object_name:AS_INTEREST_TYPES, status:VALID, product: AS - Sales Foundation , description: This is a organization specific view based on AS_INTEREST_TYPES_ALL table. , implementation_dba_data: APPS.AS_INTEREST_TYPES ,
-
VIEW: APPS.AS_INTEREST_TYPES
12.1.1
-
VIEW: OSM.AS_INTEREST_TYPES_ALL#
12.2.2
-
VIEW: APPS.BIM_DIMV_INTEREST_CODES
12.1.1
-
PACKAGE BODY: APPS.AS_INTEREST_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.AS_INTEREST_TYPES_PKG
12.2.2
-
Table: AS_DEFAULT_PURCHASES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_DEFAULT_PURCHASES_ALL, object_name:AS_DEFAULT_PURCHASES_ALL, status:VALID, product: AS - Sales Foundation , description: Currently not in use , implementation_dba_data: OSM.AS_DEFAULT_PURCHASES_ALL ,
-
Table: AS_DEFAULT_PURCHASES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_DEFAULT_PURCHASES_ALL, object_name:AS_DEFAULT_PURCHASES_ALL, status:VALID, product: AS - Sales Foundation , description: Currently not in use , implementation_dba_data: OSM.AS_DEFAULT_PURCHASES_ALL ,
-
Table: AS_INTEREST_STATUSES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_STATUSES, object_name:AS_INTEREST_STATUSES, status:VALID, product: AS - Sales Foundation , description: Define interest statuses , implementation_dba_data: OSM.AS_INTEREST_STATUSES ,
-
Table: AS_INTEREST_STATUSES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_STATUSES, object_name:AS_INTEREST_STATUSES, status:VALID, product: AS - Sales Foundation , description: Define interest statuses , implementation_dba_data: OSM.AS_INTEREST_STATUSES ,
-
Table: AS_INTEREST_CATEGORY_SETS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CATEGORY_SETS_ALL, object_name:AS_INTEREST_CATEGORY_SETS_ALL, status:VALID, product: AS - Sales Foundation , description: Contains interest category sets , implementation_dba_data: OSM.AS_INTEREST_CATEGORY_SETS_ALL ,
-
TABLE: OSM.AS_INTEREST_TYPES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_ALL, object_name:AS_INTEREST_TYPES_ALL, status:VALID,
-
TABLE: OSM.AS_INTEREST_TYPES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_ALL, object_name:AS_INTEREST_TYPES_ALL, status:VALID,
-
Table: AS_INTEREST_CATEGORY_SETS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CATEGORY_SETS_ALL, object_name:AS_INTEREST_CATEGORY_SETS_ALL, status:VALID, product: AS - Sales Foundation , description: Contains interest category sets , implementation_dba_data: OSM.AS_INTEREST_CATEGORY_SETS_ALL ,
-
View: ASBV_INTEREST_TYPES
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: BIM_DIMV_INTEREST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_TYPES, object_name:BIM_DIMV_INTEREST_TYPES, status:VALID, product: BIM - Marketing Intelligence , description: not used. , implementation_dba_data: APPS.BIM_DIMV_INTEREST_TYPES ,
-
Table: AS_TERRITORY_VALUES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_TERRITORY_VALUES_ALL, object_name:AS_TERRITORY_VALUES_ALL, status:VALID, product: AS - Sales Foundation , description: Obsolete To JTF Terr Core Holds territory values , implementation_dba_data: OSM.AS_TERRITORY_VALUES_ALL ,
-
Table: AS_TERRITORY_VALUES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_TERRITORY_VALUES_ALL, object_name:AS_TERRITORY_VALUES_ALL, status:VALID, product: AS - Sales Foundation , description: Obsolete To JTF Terr Core Holds territory values , implementation_dba_data: OSM.AS_TERRITORY_VALUES_ALL ,
-
View: BIM_DIMV_INTEREST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_TYPES, object_name:BIM_DIMV_INTEREST_TYPES, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: not used. , implementation_dba_data: APPS.BIM_DIMV_INTEREST_TYPES ,
-
View: ASBV_INTEREST_TYPES
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: BIM_DIMV_INTEREST_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_CODES, object_name:BIM_DIMV_INTEREST_CODES, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: not used. , implementation_dba_data: APPS.BIM_DIMV_INTEREST_CODES ,
-
View: ASFV_INTEREST_TYPES
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: BIM_DIMV_INTEREST_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_CODES, object_name:BIM_DIMV_INTEREST_CODES, status:VALID, product: BIM - Marketing Intelligence , description: not used. , implementation_dba_data: APPS.BIM_DIMV_INTEREST_CODES ,
-
Table: AS_INTERESTS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTERESTS_ALL, object_name:AS_INTERESTS_ALL, status:VALID, product: AS - Sales Foundation , description: Stores product interests, customer and opportunity classifications , implementation_dba_data: OSM.AS_INTERESTS_ALL ,
-
Table: AS_INTERESTS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTERESTS_ALL, object_name:AS_INTERESTS_ALL, status:VALID, product: AS - Sales Foundation , description: Stores product interests, customer and opportunity classifications , implementation_dba_data: OSM.AS_INTERESTS_ALL ,
-
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 ,
-
View: ASFV_INTEREST_TYPES
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
Table: AS_LEAD_LINES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
Table: AS_LEAD_LINES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
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: ASFV_INTEREST_CODES
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: ASFV_INTEREST_CODES
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_TYPES, object_name:BIM_DIMV_INTEREST_TYPES, status:VALID,
-
VIEW: APPS.BIM_DIMV_INTEREST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_INTEREST_TYPES, object_name:BIM_DIMV_INTEREST_TYPES, status:VALID,
-
View: AS_INTEREST_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES_VL, object_name:AS_INTEREST_TYPES_VL, status:VALID, product: AS - Sales Foundation , description: Interest types (single org, single language view) , implementation_dba_data: APPS.AS_INTEREST_TYPES_VL ,
-
View: AS_INTEREST_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES_VL, object_name:AS_INTEREST_TYPES_VL, status:VALID, product: AS - Sales Foundation , description: Interest types (single org, single language view) , implementation_dba_data: APPS.AS_INTEREST_TYPES_VL ,