Search Results ak_region_items_tl
Overview
The AK_REGION_ITEMS_TL table is a core data object within the Oracle E-Business Suite (EBS) framework, specifically belonging to the AK (Common Modules-AK) product. This table serves as the translation table for the base table AK_REGION_ITEMS. Its primary role is to store multilingual translations for descriptive attributes of region items, enabling the EBS application to present user interface elements in the language specified by the user's session. This functionality is critical for supporting global deployments of Oracle EBS 12.1.1 and 12.2.2, ensuring that region item labels and other translatable text are displayed correctly across different locales.
Key Information Stored
The table stores translated text for specific region item attributes, keyed by language and the unique identifier of the base region item. The primary key columns, which collectively define a unique translation record, are REGION_CODE, REGION_APPLICATION_ID, ATTRIBUTE_CODE, ATTRIBUTE_APPLICATION_ID, and LANGUAGE. The LANGUAGE column holds the ISO language code (e.g., 'US' for American English). While the provided metadata does not list all columns, a translation (TL) table in the AK schema typically includes columns for the translated text itself (often named TRANSLATED_attribute or DESCRIPTION) alongside standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing.
Common Use Cases and Queries
The primary use case is the dynamic rendering of the application's user interface in a multilingual context. When a user accesses a page or region, the framework queries this table to retrieve the appropriate translated strings based on the current session language. For reporting and administration, common queries involve identifying missing translations or verifying translated content. A sample SQL pattern to retrieve all French ('F') translations for a specific region item would be:
- SELECT * FROM ak.ak_region_items_tl WHERE region_code = 'MY_REGION' AND attribute_code = 'MY_ATTRIBUTE' AND language = 'F';
Another practical scenario is auditing translation updates by joining with FND_USER on the WHO columns to see who last modified specific translations.
Related Objects
AK_REGION_ITEMS_TL has a direct and fundamental relationship with its base table, as documented by the foreign key constraint. The table is dependent on AK_REGION_ITEMS for its core entity definition.
- AK_REGION_ITEMS: This is the primary related table. The foreign key in AK_REGION_ITEMS_TL references the composite primary key of AK_REGION_ITEMS using the columns REGION_CODE, REGION_APPLICATION_ID, ATTRIBUTE_CODE, and ATTRIBUTE_APPLICATION_ID. All valid entries in the TL table must correspond to an existing record in this base table.
As a standard translation table, it is also commonly accessed via the %_TL views provided by Oracle (e.g., AK_REGION_ITEMS_TL may have a corresponding view that filters for the current session language) and is integral to the AK region rendering APIs within the EBS framework.
-
Table: AK_REGION_ITEMS_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_REGION_ITEMS_TL, object_name:AK_REGION_ITEMS_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_REGION_ITEMS , implementation_dba_data: AK.AK_REGION_ITEMS_TL ,
-
Table: AK_REGION_ITEMS_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_REGION_ITEMS_TL, object_name:AK_REGION_ITEMS_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_REGION_ITEMS , implementation_dba_data: AK.AK_REGION_ITEMS_TL ,
-
APPS.AK_REGION_PVT dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AMS_ACTPRODUCT_PVT dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.BSC_MIGRATION dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.ISC_FS_TASK_ACTIVITY_RPT_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_QUERY_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.MSC_X_USER_EXCEP_GEN dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.OKL_ACCOUNTING_UTIL dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.JTFB_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.MSC_X_USER_EXCEP_GEN dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AK_REGION2_PVT dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.JTFB_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGION2_PVT dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.JTFB_DCF dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.PJM_UPDATE_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGIONS_UTIL_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGION_PVT dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.CS_CF_UPG_UTL_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGIONS2_PKG dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_QUERY_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.CS_CF_UPG_UTL_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AK_REGIONS2_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.BIS_CUSTOMIZATION dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.JTFB_DCF dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.OKL_ACCOUNTING_UTIL dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AK_REGIONS_UTIL_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AMS_ACTPRODUCT_PVT dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.ICX_UTIL dependencies on AK_REGION_ITEMS_TL
12.1.1
-
APPS.PJM_UPDATE_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.ICX_UTIL dependencies on AK_REGION_ITEMS_TL
12.2.2
-
APPS.AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.AK_QUERY_PKG dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.JTFB_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.JTFB_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_QUERY_PKG dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_DELETE_GRP dependencies on AD_ZD_SEED
12.2.2
-
APPS.AK_REGION2_PVT dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_REGION2_PVT dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.AMS_ACTPRODUCT_PVT dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_REGION_ITEMS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.AK_REGION_ITEMS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_ACTPRODUCT_PVT dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.PJM_UPDATE_AK_REGION_ITEMS_PKG dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_REGION_PVT dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.AK_REGION_PVT dependencies on AK_REGION_ITEMS
12.2.2
-
APPS.AK_QUERY_PKG dependencies on AK_EXCLUDED_ITEMS
12.2.2