Search Results ak_objects_tl
Overview
The AK_OBJECTS_TL table is a core translation table within the Oracle E-Business Suite (EBS) architecture, specifically for the AK (Common Modules-AK) product. Its primary role is to store multilingual translations for the descriptive attributes of objects defined in the AK_OBJECTS base table. This table is essential for enabling the global deployment of EBS applications, as it allows the system to present user-facing object names and descriptions in the language of the end-user's session. As a translation (TL) table, it follows the standard Oracle Applications pattern where each record in the base table can have multiple corresponding rows in the TL table, one for each installed language.
Key Information Stored
The table's structure is designed to associate translated text with a specific object and language. The primary key, AK_OBJECTS_TL_PK, is a composite key consisting of the DATABASE_OBJECT_NAME and LANGUAGE columns. This ensures a unique translation entry per object per language. The DATABASE_OBJECT_NAME is a foreign key that references the AK_OBJECTS table, linking the translation to its core object definition. The LANGUAGE column holds the language code (e.g., 'US' for American English). While the provided metadata does not list specific attribute columns, typical translation tables in EBS include columns such as DISPLAY_NAME, DESCRIPTION, and CREATED_BY/LAST_UPDATED_BY for who-columns, storing the actual translated text and audit information.
Common Use Cases and Queries
This table is primarily accessed by the EBS framework to render the user interface in a localized language. Common scenarios include generating translated lists of values (LOVs), reports, and form field prompts. Developers and functional consultants may query this table to verify or audit translation coverage. A fundamental query pattern retrieves the translated name for an object in the current session language, often joining with the FND_LANGUAGES table.
- Sample Query for Object Translations:
SELECT aot.database_object_name, aot.display_name, aot.language
FROM ak_objects_tl aot
WHERE aot.database_object_name = '&OBJECT_NAME'
AND aot.language = USERENV('LANG'); - Identifying Missing Translations: Queries can compare installed languages against existing TL records to find gaps in translation coverage for critical objects.
Related Objects
AK_OBJECTS_TL has a direct and critical relationship with its base table, AK_OBJECTS, as defined by its foreign key. The AK_OBJECTS table stores the core, language-independent definition of objects within the AK module. This table is also intrinsically linked to the broader EBS multi-language architecture, interacting with the FND_LANGUAGES table which defines installed languages. For any custom or standard reporting that requires localized object descriptions, joins between AK_OBJECTS and AK_OBJECTS_TL (with a language filter) are standard practice. Updates to translations are typically managed through dedicated Oracle APIs or the standard EBS translation tools, not via direct DML to this table.
-
Table: AK_OBJECTS_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECTS_TL, object_name:AK_OBJECTS_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_OBJECTS , implementation_dba_data: AK.AK_OBJECTS_TL ,
-
Table: AK_OBJECTS_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECTS_TL, object_name:AK_OBJECTS_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_OBJECTS , implementation_dba_data: AK.AK_OBJECTS_TL ,
-
APPS.AK_OBJECT2_PVT dependencies on AK_OBJECTS_TL
12.1.1
-
APPS.AK_OBJECT_PVT dependencies on AK_OBJECTS_TL
12.1.1
-
APPS.AK_OBJECT3_PVT dependencies on AK_OBJECTS_TL
12.2.2
-
APPS.AK_OBJECT3_PVT dependencies on AK_OBJECTS_TL
12.1.1
-
APPS.AK_OBJECTS_PKG dependencies on AK_OBJECTS_TL
12.1.1
-
APPS.AK_OBJECT2_PVT dependencies on AK_OBJECTS_TL
12.2.2
-
APPS.AK_OBJECT_PVT dependencies on AK_OBJECTS_TL
12.2.2
-
APPS.AK_OBJECTS_PKG dependencies on AK_OBJECTS_TL
12.2.2
-
APPS.AK_OBJECTS_PKG dependencies on AK_OBJECTS
12.2.2
-
APPS.AK_OBJECTS_PKG dependencies on AK_OBJECTS
12.1.1
-
APPS.AK_OBJECT3_PVT dependencies on AK_OBJECTS
12.1.1
-
APPS.AK_OBJECT3_PVT dependencies on AK_OBJECTS
12.2.2
-
APPS.AK_OBJECTS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.AK_OBJECT2_PVT dependencies on AK_OBJECTS
12.1.1
-
APPS.AK_OBJECT2_PVT dependencies on AK_OBJECTS
12.2.2
-
APPS.AK_OBJECTS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AK_OBJECTS_PKG SQL Statements
12.2.2
-
APPS.AK_OBJECTS_PKG SQL Statements
12.1.1
-
VIEW: AK.AK_OBJECTS_TL#
12.2.2
owner:AK, object_type:VIEW, object_name:AK_OBJECTS_TL#, status:VALID,
-
APPS.AK_OBJECT_PVT dependencies on AK_OBJECTS
12.1.1
-
APPS.AK_OBJECT_PVT dependencies on AK_OBJECTS
12.2.2
-
VIEW: APPS.AK_FOREIGN_KEYS_VL
12.2.2
-
VIEW: APPS.AK_FOREIGN_KEYS_VL
12.1.1
-
SYNONYM: APPS.AK_OBJECTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_OBJECTS_TL, status:VALID,
-
TRIGGER: APPS.AK_OBJECTS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AK_OBJECTS_TL+, status:VALID,
-
TRIGGER: APPS.AK_OBJECTS_TL+
12.2.2
-
SYNONYM: APPS.AK_OBJECTS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_OBJECTS_TL, status:VALID,
-
VIEW: AK.AK_OBJECTS_TL#
12.2.2
-
VIEW: APPS.AK_UNIQUE_KEYS_V
12.1.1
-
TABLE: AK.AK_OBJECTS_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECTS_TL, object_name:AK_OBJECTS_TL, status:VALID,
-
VIEW: APPS.AK_UNIQUE_KEYS_V
12.2.2
-
VIEW: APPS.AK_OBJECTS_VL
12.2.2
-
View: AK_FOREIGN_KEYS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FOREIGN_KEYS_VL, object_name:AK_FOREIGN_KEYS_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_FOREIGN_KEYS_VL ,
-
PACKAGE BODY: APPS.AK_OBJECTS_PKG
12.1.1
-
PACKAGE BODY: APPS.AK_OBJECTS_PKG
12.2.2
-
TABLE: AK.AK_OBJECTS_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECTS_TL, object_name:AK_OBJECTS_TL, status:VALID,
-
VIEW: APPS.AK_OBJECTS_VL
12.1.1
-
View: AK_FOREIGN_KEYS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FOREIGN_KEYS_VL, object_name:AK_FOREIGN_KEYS_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_FOREIGN_KEYS_VL ,
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.1.1
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.2.2
-
VIEW: APPS.AK_OBJECT_ATTRIBUTE_NAVIGATI_V
12.2.2
-
VIEW: APPS.AK_OBJECT_ATTRIBUTE_NAVIGATI_V
12.1.1
-
VIEW: APPS.AK_REGIONS_VL
12.1.1
-
VIEW: APPS.AK_REGIONS_VL
12.2.2
-
FUNCTION: APPS.AK_OBJECTS_TL=
12.2.2
-
FUNCTION: APPS.AK_OBJECTS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AK_OBJECTS_TL=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1