Search Results ams_event_headers_all_tl_n1
Overview
AMS.AMS_EVENT_HEADERS_ALL_TL is the multi-lingual support (MLS) translation table for event headers defined in Oracle Marketing. Oracle Marketing is the module within Oracle E-Business Suite that manages marketing events, campaign activities, and related promotional content. Because event headers carry user-facing text such as event names, marketing messages, and descriptions, those attributes must be translatable into any language installed in the EBS instance. This table stores the translated and source-language rows that satisfy that requirement, allowing marketing content to be authored once and rendered in the session language of each user.
The table resides in the APPS_TS_TX_DATA tablespace with a PCT Free of 10, and it is owned by the AMS schema. In terms of Data Vault modeling heuristics, the metadata classifies this object as satellite-leaning. This is consistent with its structure: the translation row is dependent on a parent business entity (the base event header) and carries descriptive, language-specific attributes rather than acting as an independent hub or a pure associative link. A modeler would typically treat AMS_EVENT_HEADERS_ALL_TL as a satellite attached to the AMS_EVENT_HEADERS_ALL_B hub, keyed by the hub identifier plus the language discriminator.
Key Information Stored
The table contains twelve documented columns. Its structure separates the identity of the entity from its language-dependent descriptive payload:
- EVENT_HEADER_ID (NUMBER) — the unique identifier of the event header. Together with LANGUAGE it forms the primary key AMS_EVENT_HEADERS_ALL_TL_PK.
- LANGUAGE (VARCHAR2) — the language of the current translation record. This is the second component of the primary key and of the unique index AMS_EVENT_HEADERS_ALL_TL_U1 (EVENT_HEADER_ID, LANGUAGE).
- SOURCE_LANG (VARCHAR2) — the language the text mirrors. If the text has not yet been translated into LANGUAGE, changes made to the source-language row are reflected in the dependent row.
- EVENT_HEADER_NAME (VARCHAR2, 240) — the translated name of the event header. It supports the non-unique index AMS_EVENT_HEADERS_ALL_TL_N1 and the function-based index AMS_EVENT_HEADERS_ALL_TL_NNAME on UPPER("EVENT_HEADER_NAME") for case-insensitive lookups.
- EVENT_MKTG_MESSAGE (VARCHAR2, 4000) — the marketing message associated with the event in the given language.
- DESCRIPTION (VARCHAR2, 4000) — a translated description of the event.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard WHO audit columns maintained by the EBS framework.
- SECURITY_GROUP_ID (NUMBER) — used in hosted or multi-tenant environments and carrying a foreign key to FND_SECURITY_GROUPS.
Of these, EVENT_HEADER_ID and LANGUAGE are the business-key candidates surfaced through the unique index; the descriptive columns (name, message, description) constitute the translatable payload.
Common Use Cases and Queries
The most frequent access pattern is a language-restricted lookup of event header text, typically joining the translation table back to the base event header table to retrieve the untranslated control attributes alongside the translated text.
- Reporting on event names and messages for a specific language, joining AMS_EVENT_HEADERS_ALL_TL to AMS_EVENT_HEADERS_ALL_B on EVENT_HEADER_ID.
- Identifying which event headers have been translated versus which remain only in SOURCE_LANG, useful for translation-completeness audits.
- Case-insensitive search by name using the function-based index, for example filtering on UPPER(EVENT_HEADER_NAME) LIKE UPPER(:search_term).
- Checking security-group partitioning in hosted deployments by joining SECURITY_GROUP_ID to FND_SECURITY_GROUPS.
A representative query pattern selects the identifier, language, source language, and translated name from AMS.AMS_EVENT_HEADERS_ALL_TL, filtered by EVENT_HEADER_ID and LANGUAGE, and joins to AMS_EVENT_HEADERS_ALL_B for the base row attributes.
Related Objects
The following objects are most significant in relation to this table:
- AMS.AMS_EVENT_HEADERS_ALL_B — the base event header table; AMS_EVENT_HEADERS_ALL_TL.EVENT_HEADER_ID participates in a foreign key to this table.
- FND_SECURITY_GROUPS — referenced through the SECURITY_GROUP_ID foreign key.
- AMS_EVENT_HEADERS_ALL_TL_U1 — the unique index on (EVENT_HEADER_ID, LANGUAGE) enforcing the translation primary key.
- AMS_EVENT_HEADERS_ALL_TL_N1 — the non-unique index on (EVENT_HEADER_NAME, LANGUAGE).
- AMS_EVENT_HEADERS_ALL_TL_NNAME — the function-based index on UPPER("EVENT_HEADER_NAME").
- AMS.AMS_EVENT_HEADERS_ALL_VL — the conventional MLS view that exposes translated event header content for application and reporting use.
-
INDEX: AMS.AMS_EVENT_HEADERS_ALL_TL_N1
12.2.2
owner:AMS, object_type:INDEX, object_name:AMS_EVENT_HEADERS_ALL_TL_N1, status:VALID,
-
INDEX: AMS.AMS_EVENT_HEADERS_ALL_TL_N1
12.1.1
owner:AMS, object_type:INDEX, object_name:AMS_EVENT_HEADERS_ALL_TL_N1, status:VALID,
-
TABLE: AMS.AMS_EVENT_HEADERS_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_TL, object_name:AMS_EVENT_HEADERS_ALL_TL, status:VALID,
-
TABLE: AMS.AMS_EVENT_HEADERS_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_TL, object_name:AMS_EVENT_HEADERS_ALL_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,