Search Results lead_classification_flag
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
AS_INTEREST_TYPES_B is the base (non-translated) definition table for Interest Types in the Oracle E-Business Suite AS – Sales Foundation product family. It resides in the OSM schema and stores the master list of interest types used throughout the Sales, Marketing, TeleSales, Quoting, and Territory Management modules to classify a party's, lead's, or opportunity's area of interest. In ETRM 12.2.2 the table is documented as VALID with 17 columns.
From a Data Vault modeling perspective, this table is best characterized as hub-leaning. Its immutable business entity is the interest type itself, keyed by a stable surrogate identifier and referenced by a large number of surrounding transactional and cross-reference tables.
Key Information Stored
The table's primary key is the single-column constraint AS_INTEREST_TYPES_B_PK defined on INTEREST_TYPE_ID, which is also the unique index business-key candidate (AS_INTEREST_TYPES_B_U1). Because the surrogate key and the business key are the same column, INTEREST_TYPE_ID functions as both the technical identity and the operational reference used by every dependent table.
- INTEREST_TYPE_ID — surrogate primary key and the value propagated to all foreign-key children.
- ENABLED_FLAG — controls whether the interest type is active and selectable.
- CONTACT_INTEREST_FLAG — indicates the type applies to contacts.
- LEAD_CLASSIFICATION_FLAG — indicates the type is used to classify leads.
- COMPANY_CLASSIFICATION_FLAG — indicates applicability to company/account classification.
- CURRENT_ENVIRONMENT_FLAG — marks the type as part of the current environment context.
- EXPECTED_PURCHASE_FLAG — marks the type as representing an expected-purchase indicator.
- INTERNAL_UPGRADE_TYPE_ID — links to a related internal upgrade interest type.
- PRODUCT_CATEGORY_ID and PRODUCT_CAT_SET_ID — associate the interest type with a product category and its category set.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS enforcing multi-org/security-group access.
- OBJECT_VERSION_NUMBER — optimistic locking column for concurrent updates.
- Audit columns CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical queries resolve enabled interest types for picklists, validate references before insert into child tables, and join to the translated table for display names.
- List active interest types:
SELECT interest_type_id, enabled_flag FROM as_interest_types_b WHERE enabled_flag = 'Y';
- Display interest types with translations:
SELECT b.interest_type_id, t.interest_type FROM as_interest_types_b b, as_interest_types_tl t WHERE b.interest_type_id = t.interest_type_id AND t.language = USERENV('LANG'); - Reporting and integration extracts commonly join AS_INTEREST_TYPES_ALL to transaction lines for classification analysis.
Related Objects
The table is heavily referenced, confirming its hub role. Significant dependents and the join columns include:
- AS_INTEREST_TYPES_TL on INTEREST_TYPE_ID — translated names/descriptions.
- AS_INTEREST_TYPES_ALL on INTEREST_TYPE_ID — secured/org view of interest types.
- AS_INTEREST_CODES_B on INTEREST_TYPE_ID — interest codes belonging to a type.
- AS_INTEREST_CATEGORY_SETS_ALL on INTEREST_TYPE_ID — category set mapping.
- AS_INTEREST_STATUSES on INTEREST_TYPE_ID — status configuration.
- AS_INTERESTS_ALL on INTEREST_TYPE_ID — actual recorded interests.
- AS_SALES_LEAD_LINES and AS_LEAD_LINES_ALL on INTEREST_TYPE_ID — lead line classification.
- AS_SALES_QUOTAS and AS_QUOTA_PROFILES on INTEREST_TYPE_ID — quota targeting.
- AS_FST_SALES_CATEGORIES and PV_ITYPE_ATTR_MAPS on INTEREST_TYPE_ID — category and attribute mapping.
- FND_SECURITY_GROUPS — referenced by this table via SECURITY_GROUP_ID.
-
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_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_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_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: 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: 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: AS_PRIMARY_INTERESTS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PRIMARY_INTERESTS_ACTIVE_V, object_name:AS_PRIMARY_INTERESTS_ACTIVE_V, status:VALID, product: AS - Sales Foundation , description: Active primary interest codes view , implementation_dba_data: APPS.AS_PRIMARY_INTERESTS_ACTIVE_V ,
-
View: AS_PRIMARY_INTERESTS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PRIMARY_INTERESTS_ACTIVE_V, object_name:AS_PRIMARY_INTERESTS_ACTIVE_V, status:VALID, product: AS - Sales Foundation , description: Active primary interest codes view , implementation_dba_data: APPS.AS_PRIMARY_INTERESTS_ACTIVE_V ,
-
View: AS_SECOND_INTERESTS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SECOND_INTERESTS_ACTIVE_V, object_name:AS_SECOND_INTERESTS_ACTIVE_V, status:VALID, product: AS - Sales Foundation , description: Active secondary interests view , implementation_dba_data: APPS.AS_SECOND_INTERESTS_ACTIVE_V ,
-
View: AS_INTEREST_TYPES_ALL_VL
12.2.2
product: AS - Sales Foundation , description: Interest Types (all orgs, single language view) , implementation_dba_data: Not implemented in this database ,
-
View: AS_INTEREST_TYPES_ALL_VL
12.1.1
product: AS - Sales Foundation , description: Interest Types (all orgs, single language view) , implementation_dba_data: Not implemented in this database ,
-
View: AS_SECOND_INTERESTS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SECOND_INTERESTS_ACTIVE_V, object_name:AS_SECOND_INTERESTS_ACTIVE_V, status:VALID, product: AS - Sales Foundation , description: Active secondary interests view , implementation_dba_data: APPS.AS_SECOND_INTERESTS_ACTIVE_V ,
-
View: AS_INTEREST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES_V, object_name:AS_INTEREST_TYPES_V, status:VALID, product: AS - Sales Foundation , description: Interest Types (single language, no org-specific information) , implementation_dba_data: APPS.AS_INTEREST_TYPES_V ,
-
View: AS_INTEREST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_INTEREST_TYPES_V, object_name:AS_INTEREST_TYPES_V, status:VALID, product: AS - Sales Foundation , description: Interest Types (single language, no org-specific information) , implementation_dba_data: APPS.AS_INTEREST_TYPES_V ,
-
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 ,