Search Results ams_list_headers_all_tl
Overview
The AMS_LIST_HEADERS_ALL_TL table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically designed to support multilingual deployments. It functions as the translation table for the AMS_LIST_HEADERS_ALL base table. Its primary role is to store language-specific, translatable attributes of marketing list headers, enabling the application to present list information such as names and descriptions in a user's preferred language. This table is critical for maintaining data integrity and user experience in global implementations of Oracle EBS versions 12.1.1 and 12.2.2, where a single list definition must be accessible in multiple languages.
Key Information Stored
The table's structure is centered on a composite primary key and language-specific text fields. The key columns are LIST_HEADER_ID, which links to the base list header record, and LANGUAGE, which holds the language code (e.g., 'US' for American English). The primary translatable columns stored in this table typically include LIST_NAME and DESCRIPTION, which contain the localized text for the list's identifier and explanatory notes, respectively. Additional standard Translation Layer (TL) columns, such as SOURCE_LANG and LAST_UPDATE_DATE, are also present to manage the synchronization and auditing of translated content.
Common Use Cases and Queries
The primary use case is retrieving a list header's details in a specific language for UI display or integrated reporting. A common pattern involves joining this table with its base table to get a complete, language-aware record. For example, to fetch the Spanish details for all active lists, a query might be:
- SELECT b.SEGMENT1, t.LIST_NAME, t.DESCRIPTION
- FROM AMS_LIST_HEADERS_ALL b, AMS_LIST_HEADERS_ALL_TL t
- WHERE b.LIST_HEADER_ID = t.LIST_HEADER_ID
- AND t.LANGUAGE = 'ES'
- AND b.ENABLED_FLAG = 'Y';
Another critical scenario is data migration or initialization, where seed data for multiple languages is populated into this table following the insertion of base records into AMS_LIST_HEADERS_ALL.
Related Objects
The table has a direct and essential relationship with its base table, as defined by its foreign key constraint. The documented relationship is:
- Foreign Key to AMS_LIST_HEADERS_ALL: The LIST_HEADER_ID column in AMS_LIST_HEADERS_ALL_TL references the LIST_HEADER_ID primary key column in the AMS_LIST_HEADERS_ALL table. This ensures every translated record is associated with a valid base list header. The join condition for queries is consistently
AMS_LIST_HEADERS_ALL_TL.LIST_HEADER_ID = AMS_LIST_HEADERS_ALL.LIST_HEADER_ID.
This table is also referenced by other AMS transactional and setup entities that display list information, though they typically access it through the standard Oracle Translation Layer architecture rather than via direct foreign keys.
-
Table: AMS_LIST_HEADERS_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL_TL, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all the translatable details of list header (like name,description). , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL_TL ,
-
Table: AMS_LIST_HEADERS_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL_TL, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all the translatable details of list header (like name,description). , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL_TL ,
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL_TL
12.2.2
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL_TL
12.1.1
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on AMS_LIST_HEADERS_ALL_TL
12.2.2
-
APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_HEADERS_ALL_TL
12.2.2
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on AMS_LIST_HEADERS_ALL_TL
12.1.1
-
APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_HEADERS_ALL_TL
12.1.1
-
APPS.OZF_FUNDS_PUB dependencies on AMS_LIST_HEADERS_ALL_TL
12.2.2
-
APPS.OZF_FUNDS_PUB dependencies on AMS_LIST_HEADERS_ALL_TL
12.1.1
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
VIEW: AMS.AMS_LIST_HEADERS_ALL_TL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_LIST_HEADERS_ALL_TL#, status:VALID,
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.AMS_LIST_HEADERS_VL_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
VIEW: APPS.AST_LS_LIST_HEADERS_V
12.2.2
-
TRIGGER: APPS.AMS_LIST_HEADERS_ALL_TL+
12.2.2
-
VIEW: APPS.IEX_LS_LIST_HEADERS_V
12.1.1
-
APPS.OZF_FUNDS_PUB dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
APPS.OZF_FUNDS_PUB dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
TRIGGER: APPS.AMS_LIST_HEADERS_ALL_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMS_LIST_HEADERS_ALL_TL+, status:VALID,
-
SYNONYM: APPS.AMS_LIST_HEADERS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID,
-
SYNONYM: APPS.AMS_LIST_HEADERS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID,
-
VIEW: AMS.AMS_LIST_HEADERS_ALL_TL#
12.2.2
-
VIEW: APPS.AST_LS_LIST_HEADERS_V
12.1.1
-
VIEW: APPS.IEX_LS_LIST_HEADERS_V
12.2.2
-
FUNCTION: APPS.AMS_LIST_HEADERS_ALL_TL=
12.2.2
-
APPS.AMS_LIST_HEADERS_ALL_PKG SQL Statements
12.1.1
-
APPS.AMS_LISTHEADER_PVT dependencies on FND_LANGUAGES
12.1.1
-
TABLE: AMS.AMS_LIST_HEADERS_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL_TL, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID,
-
APPS.AMS_LIST_HEADERS_VL_PKG SQL Statements
12.1.1
-
FUNCTION: APPS.AMS_LIST_HEADERS_ALL_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMS_LIST_HEADERS_ALL_TL=, status:VALID,
-
APPS.AMS_LIST_HEADERS_ALL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_VL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_HEADERS_VL_PKG, status:VALID,
-
TABLE: AMS.AMS_LIST_HEADERS_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL_TL, object_name:AMS_LIST_HEADERS_ALL_TL, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_VL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_HEADERS_VL_PKG, status:VALID,
-
APPS.AMS_LISTHEADER_PVT dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.AMS_LIST_HEADERS_VL
12.2.2
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_LISTHEADER_PVT
12.1.1
-
APPS.AMS_LIST_HEADERS_VL_PKG SQL Statements
12.2.2
-
VIEW: APPS.AMS_LIST_HEADERS_VL
12.1.1
-
Table: AMS_LIST_HEADERS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the name and other details about a target list. , implementation_dba_data: AMS.AMS_LIST_HEADERS_ALL ,
-
View: AST_LS_LIST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_LIST_HEADERS_V, object_name:AST_LS_LIST_HEADERS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_LIST_HEADERS_V ,
-
View: AST_LS_LIST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_LIST_HEADERS_V, object_name:AST_LS_LIST_HEADERS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_LIST_HEADERS_V ,