Search Results ams_imp_list_headers_all_tl_pk
Overview
The AMS_IMP_LIST_HEADERS_ALL_TL table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically versions 12.1.1 and 12.2.2. It functions as a translation table, or "TL" table, designed to store language-specific, translatable text for list import header records. Its primary role is to support the multi-language capabilities of the application by maintaining translated versions of user-facing text, such as list names and descriptions, for different language codes. This enables global deployments of Oracle EBS Marketing to present interface and data labels in a user's preferred language, independent of the base transactional data stored in its parent table.
Key Information Stored
The table's structure is centered around a composite primary key that uniquely identifies each translated record. The key columns are IMPORT_LIST_HEADER_ID, which links to the base import header record, and LANGUAGE, which stores the language code (e.g., 'US' for American English). The most critical data columns stored are the translatable attributes themselves, which typically include LIST_NAME and DESCRIPTION. Additional standard columns for TL tables, such as SOURCE_LANG, are also present to track the source language of the translation. The table's design ensures that for each unique IMPORT_LIST_HEADER_ID in the base table, there can be multiple rows in this TL table—one for each supported language into which the content has been translated.
Common Use Cases and Queries
This table is essential for any process or report that requires displaying list import header information in a localized language. A common use case is generating user-facing reports or dashboard summaries where the list name and description must appear in the session language of the current user. When querying for translatable data, it is a standard practice to join this table with its base table, filtering on the desired LANGUAGE or the user's session language. For example, to retrieve a localized list of import headers, a typical SQL pattern would join AMS_IMP_LIST_HEADERS_ALL with AMS_IMP_LIST_HEADERS_ALL_TL on IMPORT_LIST_HEADER_ID, with a WHERE clause condition on the TL.LANGUAGE column. Data maintenance is typically handled through the application's translation interfaces rather than direct SQL manipulation.
Related Objects
The table has a direct and critical relationship with its parent base table, as defined by its foreign key constraint. The documented relationships are:
- Primary Key: AMS_IMP_LIST_HEADERS_ALL_TL_PK on columns (IMPORT_LIST_HEADER_ID, LANGUAGE).
- Foreign Key (References): The column AMS_IMP_LIST_HEADERS_ALL_TL.IMPORT_LIST_HEADER_ID is a foreign key that references the AMS_IMP_LIST_HEADERS_ALL table. This enforces referential integrity, ensuring every translation record corresponds to a valid base import header record.
-
Table: AMS_IMP_LIST_HEADERS_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_LIST_HEADERS_ALL_TL, object_name:AMS_IMP_LIST_HEADERS_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all the translatable details of list import header (like name,description). , implementation_dba_data: AMS.AMS_IMP_LIST_HEADERS_ALL_TL ,
-
Table: AMS_IMP_LIST_HEADERS_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_IMP_LIST_HEADERS_ALL_TL, object_name:AMS_IMP_LIST_HEADERS_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all the translatable details of list import header (like name,description). , implementation_dba_data: AMS.AMS_IMP_LIST_HEADERS_ALL_TL ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,