Search Results ak_attributes_tl
Overview
The AK_ATTRIBUTES_TL table is a core repository for translated text associated with descriptive flexfield (DFF) attributes within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It belongs to the AK (Common Modules-AK) schema, which underpins the Application Object Library's flexfield and runtime technology. This table is a translation table (TL), meaning it stores multilingual content for a single base tableāin this case, AK_ATTRIBUTES. Its primary role is to enable the display of attribute labels, prompts, and other descriptive elements in the user's session language, supporting the global deployment of EBS applications.
Key Information Stored
The table stores language-specific translations for each attribute defined in the system. Its structure is defined by a composite primary key that uniquely identifies a translation row. The key columns are ATTRIBUTE_CODE and ATTRIBUTE_APPLICATION_ID, which together link back to the base AK_ATTRIBUTES record, and the LANGUAGE column, which holds the language code (e.g., 'US' for American English). The most critical data column is typically ATTRIBUTE_LABEL_LONG, which holds the translated text for the attribute's prompt or label as seen by end-users in forms and reports. Other columns may include creation and modification metadata (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) and the SOURCE_LANG, which indicates the original language of the record.
Common Use Cases and Queries
This table is primarily accessed by the EBS runtime to render localized application interfaces. Common administrative and reporting use cases include auditing translation coverage and troubleshooting missing prompts. A typical query retrieves the translated label for a specific attribute in a given language:
- SELECT attribute_label_long FROM ak_attributes_tl WHERE attribute_code = 'MY_ATTRIBUTE' AND attribute_application_id = 401 AND language = USERENV('LANG');
Another common pattern is to identify attributes missing a translation for a critical language by joining to the base table and filtering on the LANGUAGE and SOURCE_LANG columns.
Related Objects
AK_ATTRIBUTES_TL has a direct, dependent relationship with its base table, AK_ATTRIBUTES. As documented in the foreign key metadata, every record in AK_ATTRIBUTES_TL must correspond to a parent record in AK_ATTRIBUTES. The join is performed on two columns:
- Foreign Key to AK_ATTRIBUTES: AK_ATTRIBUTES_TL.ATTRIBUTE_CODE references AK_ATTRIBUTES.ATTRIBUTE_CODE
- Foreign Key to AK_ATTRIBUTES: AK_ATTRIBUTES_TL.ATTRIBUTE_APPLICATION_ID references AK_ATTRIBUTES.ATTRIBUTE_APPLICATION_ID
This table is also integral to views that present a combined, language-sensitive perspective of attribute definitions, and it is maintained by standard EBS translation utilities and the Application Developer responsibility screens.
-
Table: AK_ATTRIBUTES_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES_TL, object_name:AK_ATTRIBUTES_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_ATTRIBUTES , implementation_dba_data: AK.AK_ATTRIBUTES_TL ,
-
Table: AK_ATTRIBUTES_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES_TL, object_name:AK_ATTRIBUTES_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_ATTRIBUTES , implementation_dba_data: AK.AK_ATTRIBUTES_TL ,
-
APPS.OKL_IDX_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.AK_ATTRIBUTE_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.OKL_ACCOUNTING_UTIL dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.ASO_APR_WF_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.PV_WORKFLOW_PUB dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.OKL_INSURANCE_POLICIES_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.PV_WORKFLOW_PUB dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.OKL_INSURANCE_POLICIES_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.OKL_IDX_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.ASO_APR_WF_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.OKL_ACCOUNTING_UTIL dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.OKL_IVE_PVT dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES_TL
12.1.1
-
APPS.OKL_IVE_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.AK_ATTRIBUTE_PVT dependencies on AK_ATTRIBUTES_TL
12.2.2
-
APPS.AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES
12.2.2
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES
12.2.2
-
APPS.AK_ATTRIBUTE_PVT dependencies on AK_ATTRIBUTES
12.2.2
-
APPS.AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES
12.1.1
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on AK_ATTRIBUTES
12.1.1
-
APPS.AK_ATTRIBUTE_PVT dependencies on AK_ATTRIBUTES
12.1.1
-
APPS.AK_ATTRIBUTES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AK_ATTRIBUTES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.JTFB_AK_ATTRIBUTES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.JTFB_AK_ATTRIBUTES_PKG SQL Statements
12.2.2
-
APPS.AK_ATTRIBUTES_PKG SQL Statements
12.1.1
-
VIEW: AK.AK_ATTRIBUTES_TL#
12.2.2
owner:AK, object_type:VIEW, object_name:AK_ATTRIBUTES_TL#, status:VALID,
-
APPS.JTFB_AK_ATTRIBUTES_PKG SQL Statements
12.1.1
-
APPS.AK_ATTRIBUTES_PKG SQL Statements
12.2.2
-
APPS.ASO_APR_WF_PVT dependencies on AK_REGION_ITEMS
12.1.1
-
VIEW: APPS.ICX_AK_ATTRIBUTES_VL
12.1.1
-
VIEW: APPS.ICX_AK_ATTRIBUTES_VL
12.2.2
-
VIEW: AK.AK_ATTRIBUTES_TL#
12.2.2
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.2.2
-
APPS.ASO_APR_WF_PVT dependencies on AK_REGION_ITEMS
12.2.2
-
TRIGGER: APPS.AK_ATTRIBUTES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AK_ATTRIBUTES_TL+, status:VALID,
-
VIEW: APPS.AK_OBJECT_ATTRIBUTES_VL
12.2.2
-
APPS.BSC_MIGRATION dependencies on AK_ATTRIBUTES
12.1.1
-
VIEW: APPS.AK_OBJECT_ATTRIBUTES_VL
12.1.1
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.1.1
-
SYNONYM: APPS.AK_ATTRIBUTES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_ATTRIBUTES_TL, status:VALID,
-
TRIGGER: APPS.AK_ATTRIBUTES_TL+
12.2.2