Search Results ams_deliverables_all_tl
Overview
The AMS_DELIVERABLES_ALL_TL table is a core translation table within the Oracle E-Business Suite Marketing (AMS) module for versions 12.1.1 and 12.2.2. It implements the Oracle Applications' standard multilingual architecture for the marketing deliverable definition entity. Its primary role is to store language-specific translations for user-facing descriptive columns of a deliverable, enabling the application to display deliverable information in a user's preferred language. This table is essential for global deployments where marketing campaigns and deliverables must be managed and presented in multiple languages.
Key Information Stored
The table stores translated text for columns that require localization, typically from the base table AMS_DELIVERABLES_ALL_B. The structure is defined by a primary key combining a source record identifier and a language code, along with the translated columns themselves. Based on standard Oracle EBS translation table patterns and the provided metadata, the critical columns include:
- DELIVERABLE_ID: The unique identifier linking the translation row to its corresponding master record in AMS_DELIVERABLES_ALL_B.
- LANGUAGE: The ISO code for the language of the translated data (e.g., 'US' for American English).
- SOURCE_LANG: A column (implied by standard TL table design) indicating the original language of the source data.
- Translatable descriptive columns, which commonly include DELIVERABLE_NAME and DESCRIPTION.
Common Use Cases and Queries
This table is primarily accessed by the application's runtime to fetch deliverable information in a user's session language. For reporting and data extraction, queries must join to this table to retrieve the correct translations. A standard pattern is to filter by the user's language preference or to retrieve all translations for a specific deliverable.
Sample Query to Retrieve Translated Deliverable Details:
SELECT b.deliverable_id, tl.deliverable_name, tl.description
FROM ams_deliverables_all_b b,
ams_deliverables_all_tl tl
WHERE b.deliverable_id = tl.deliverable_id
AND tl.language = USERENV('LANG')
AND b.deliverable_id = :p_deliverable_id;
Use Case for Data Migration: When loading deliverable definitions, data must be populated into both the base (B) and translation (TL) tables. The TL table requires one row per supported language for each deliverable, often seeded from a master language record.
Related Objects
The table has a direct, documented relationship with the base table for marketing deliverables, as indicated by the foreign key constraint.
- AMS_DELIVERABLES_ALL_B: This is the primary base table containing the non-translatable columns for a deliverable definition. The relationship is established via the foreign key where AMS_DELIVERABLES_ALL_TL.DELIVERABLE_ID references AMS_DELIVERABLES_ALL_B.DELIVERABLE_ID. All translations are child records of a single master row in this base table.
In application logic, this table is accessed via Oracle's standard Multi-Language Support (MLS) views, which typically have names like AMS_DELIVERABLES_ALL_VL (V for View, L for Language). These views automatically handle the join between the base and translation tables based on the session language.
-
Table: AMS_DELIVERABLES_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_TL, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all translated columns for marketing deliverable definition. , implementation_dba_data: AMS.AMS_DELIVERABLES_ALL_TL ,
-
Table: AMS_DELIVERABLES_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_TL, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID, product: AMS - Marketing , description: This table stores all translated columns for marketing deliverable definition. , implementation_dba_data: AMS.AMS_DELIVERABLES_ALL_TL ,
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on AMS_DELIVERABLES_ALL_TL
12.2.2
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on AMS_DELIVERABLES_ALL_TL
12.1.1
-
APPS.AMS_DELIVERABLE_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.2.2
-
APPS.AMS_DELIVERABLE_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.1.1
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on AMS_DELIVERABLES_ALL_TL
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.2.2
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on AMS_DELIVERABLES_ALL_TL
12.2.2
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.2.2
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_TL
12.1.1
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: AMS.AMS_DELIVERABLES_ALL_TL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DELIVERABLES_ALL_TL#, status:VALID,
-
APPS.AMS_DELIVERABLES_ALL_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.AMS_DELIVERABLES_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID,
-
APPS.AMS_DELIVERABLES_ALL_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.AMS_DELIVERABLES_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID,
-
VIEW: AMS.AMS_DELIVERABLES_ALL_TL#
12.2.2
-
TABLE: AMS.AMS_DELIVERABLES_ALL_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_TL, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID,
-
TABLE: AMS.AMS_DELIVERABLES_ALL_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_TL, object_name:AMS_DELIVERABLES_ALL_TL, status:VALID,
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.2.2
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_OBJECT_ASSOCIATIONS
12.1.1
-
VIEW: APPS.AST_COLLTRL_HISTORY_V
12.2.2
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_B
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_B
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_B
12.2.2
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on AMS_DELIVERABLES_ALL_B
12.1.1
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_OBJECT_ASSOCIATIONS
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_DELIVERABLES_ALL_B
12.2.2
-
VIEW: APPS.AST_COLLTRL_HISTORY_V
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_CATEGORIES_TL
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_CATEGORIES_TL
12.2.2
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_CATEGORIES_TL
12.2.2
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on AMS_DELIVERABLES_ALL_B
12.2.2
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on AMS_DELIVERABLES_ALL_B
12.2.2
-
APPS.AMS_DELIVERABLES_ALL_PKG dependencies on AMS_DELIVERABLES_ALL_B
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_OBJECT_ASSOCIATIONS
12.2.2
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_OBJECT_ASSOCIATIONS
12.2.2
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_CATEGORIES_TL
12.1.1
-
APPS.AMS_DELIVERABLE_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on JTF_LOC_HIERARCHIES_VL
12.1.1
-
APPS.OZF_FUND_UTILIZED_PUB dependencies on JTF_LOC_HIERARCHIES_VL
12.2.2
-
APPS.AMS_DELIVERABLE_PVT dependencies on FND_LANGUAGES
12.2.2
-
PACKAGE BODY: APPS.AMS_DELIVERABLES_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DELIVERABLES_ALL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_DELIVERABLES_ALL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DELIVERABLES_ALL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENT_OBJECTS_COPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENT_OBJECTS_COPY_PVT, status:VALID,
-
Table: AMS_DELIVERABLES_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DELIVERABLES_ALL_B, object_name:AMS_DELIVERABLES_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores the details about marketing deliverables/collaterals, collaterals are uniquely identified by deliverable name, language and version. , implementation_dba_data: AMS.AMS_DELIVERABLES_ALL_B ,