Search Results as_interest_codes_tl
Overview
The AS_INTEREST_CODES_TL table is a core data object within the Oracle E-Business Suite (EBS) Sales Foundation module, specifically designed to support the Multi-Lingual Support (MLS) architecture. It functions as a translation table, storing language-specific textual descriptions for interest codes defined in the base table, AS_INTEREST_CODES_B. This structure separates language-invariant data (like IDs and codes) from translatable attributes (like names and descriptions), enabling a single EBS installation to support multiple languages for sales-related interest classifications used in processes such as lead and opportunity management.
Key Information Stored
The table's primary purpose is to hold translated text, which is uniquely identified by a composite key. The most critical columns include INTEREST_CODE_ID, which is the foreign key linking to the base table's primary identifier; LANGUAGE, which holds the language code (e.g., 'US', 'FR', 'DE') for the translation; and CODE, which stores the actual interest code value. The table also contains the translated NAME and DESCRIPTION columns for the interest code in the specified language. The SOURCE_LANG column indicates the original language of the record, which is typically the installation's base language. The table enforces data integrity through two unique constraints: a primary key on (INTEREST_CODE_ID, LANGUAGE) and a unique key on (INTEREST_CODE_ID, CODE, LANGUAGE).
Common Use Cases and Queries
The primary use case is retrieving interest code descriptions in a user's session language for UI display, reports, and data extracts. A typical query joins the translation table with its base table, filtering by the desired language and often the session language via the NLS_LANGUAGE database parameter. For example, to get all active interest codes in French, one might use:
- SELECT b.CODE, tl.NAME, tl.DESCRIPTION FROM AS_INTEREST_CODES_B b, AS_INTEREST_CODES_TL tl WHERE b.INTEREST_CODE_ID = tl.INTEREST_CODE_ID AND tl.LANGUAGE = 'FR' AND b.ENABLED_FLAG = 'Y';
Another common pattern is used in seeded data migration or upgrade scripts, where data is inserted into this table for each supported language. Reporting on the availability of translations for a given set of interest codes is also a frequent administrative task.
Related Objects
AS_INTEREST_CODES_TL has a direct and fundamental relationship with the AS_INTEREST_CODES_B table. The foreign key AS_INTEREST_CODES_TL.INTEREST_CODE_ID references AS_INTEREST_CODES_B, forming the core link between a translatable attribute and its base definition. This is a classic EBS MLS table pair. In application logic, this table is accessed through views that automatically handle language filtering, such as AS_INTEREST_CODES_VL (the "VL" suffix denotes a view for a specific language). Developers and integrators should utilize these public views or the relevant Oracle APIs for any data operations to ensure proper MLS behavior and data integrity.
-
Table: AS_INTEREST_CODES_TL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_TL, object_name:AS_INTEREST_CODES_TL, status:VALID, product: AS - Sales Foundation , description: For MLS - Translated columns of Interest Codes. , implementation_dba_data: OSM.AS_INTEREST_CODES_TL ,
-
Table: AS_INTEREST_CODES_TL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_CODES_TL, object_name:AS_INTEREST_CODES_TL, status:VALID, product: AS - Sales Foundation , description: For MLS - Translated columns of Interest Codes. , implementation_dba_data: OSM.AS_INTEREST_CODES_TL ,
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_CODES_TL
12.1.1
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_CODES_TL
12.2.2
-
APPS.AS_SC_DENORM_TRG dependencies on AS_INTEREST_CODES_TL
12.2.2
-
APPS.AS_INTEREST_CODES_PKG dependencies on AS_INTEREST_CODES_TL
12.2.2
-
APPS.AS_INTEREST_CODES_PKG dependencies on AS_INTEREST_CODES_TL
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on AS_INTEREST_CODES_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.AS_SC_DENORM dependencies on AR_LOOKUPS
12.2.2
-
APPS.AS_SC_DENORM dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.AS_SC_DENORM dependencies on MTL_SYSTEM_ITEMS_TL
12.2.2
-
APPS.AS_SC_DENORM dependencies on MTL_UNITS_OF_MEASURE_TL
12.2.2
-
APPS.AS_SC_DENORM dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_SC_DENORM dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on AS_PERIOD_RATES
12.2.2
-
APPS.AS_INTEREST_CODES_PKG SQL Statements
12.2.2
-
APPS.AS_SC_DENORM dependencies on MTL_UNITS_OF_MEASURE_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on MTL_SYSTEM_ITEMS_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on AR_LOOKUPS
12.1.1
-
APPS.AS_SC_DENORM dependencies on AS_LOOKUPS
12.2.2
-
APPS.AS_SC_DENORM dependencies on ASO_I_SALES_CREDIT_TYPES_V
12.2.2
-
APPS.AS_SC_DENORM dependencies on AS_LOOKUPS
12.1.1
-
VIEW: APPS.BIM_DIMV_PROD_LOV
12.1.1
-
APPS.AS_INTEREST_CODES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.BIL_DIMV_SLSPROD_HIER
12.1.1
-
VIEW: APPS.BIM_DIMV_PROD_LOV
12.2.2
-
APPS.AS_INTEREST_CODES_PKG SQL Statements
12.1.1
-
VIEW: APPS.BIL_DIMV_PROD_LOV
12.1.1
-
VIEW: OSM.AS_INTEREST_CODES_TL#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_INTEREST_CODES_TL#, status:VALID,
-
APPS.AS_SC_DENORM dependencies on AS_PERIOD_RATES
12.1.1
-
APPS.AS_INTEREST_CODES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_CODES_B
12.2.2
-
APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_CODES_B
12.1.1
-
APPS.AS_SC_DENORM dependencies on ASO_I_SALES_CREDIT_TYPES_V
12.1.1
-
SYNONYM: APPS.AS_INTEREST_CODES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_CODES_TL, status:VALID,
-
VIEW: APPS.AS_SALES_LEAD_LINES_V
12.1.1
-
VIEW: APPS.AS_SALES_LEAD_LINES_V
12.2.2
-
View: BIM_DIMV_PROD_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_PROD_LOV, object_name:BIM_DIMV_PROD_LOV, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows the relationship between interest types, primary interest codes and secondary interest codes. , implementation_dba_data: APPS.BIM_DIMV_PROD_LOV ,
-
SYNONYM: APPS.AS_INTEREST_CODES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_INTEREST_CODES_TL, status:VALID,
-
VIEW: OSM.AS_INTEREST_CODES_TL#
12.2.2
-
View: BIL_DIMV_PROD_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_PROD_LOV, object_name:BIL_DIMV_PROD_LOV, status:VALID, product: BIL - Sales Intelligence , description: List of values view of product hierarcy , implementation_dba_data: APPS.BIL_DIMV_PROD_LOV ,
-
View: BIL_DIMV_SLSPROD_HIER
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Product hiearchy view , implementation_dba_data: Not implemented in this database ,
-
View: BIM_DIMV_PROD_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_PROD_LOV, object_name:BIM_DIMV_PROD_LOV, status:VALID, product: BIM - Marketing Intelligence , description: Shows the relationship between interest types, primary interest codes and secondary interest codes. , implementation_dba_data: APPS.BIM_DIMV_PROD_LOV ,
-
VIEW: APPS.BIM_DIMV_INTEREST_CODES
12.2.2
-
VIEW: APPS.BIM_DIMV_INTEREST_CODES
12.1.1
-
VIEW: APPS.BIL_DIMV_SEC_INT_CODES
12.1.1
-
VIEW: APPS.AST_INTERESTS_MV
12.2.2
-
View: BIL_DIMV_SLSPROD_HIER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SLSPROD_HIER, object_name:BIL_DIMV_SLSPROD_HIER, status:VALID, product: BIL - Sales Intelligence , description: Product hiearchy view , implementation_dba_data: APPS.BIL_DIMV_SLSPROD_HIER ,
-
VIEW: APPS.AS_INTEREST_CODES_V
12.2.2