Search Results ak_custom_region_items_tl
Overview
AK_CUSTOM_REGION_ITEMS_TL is the translation (TL) table corresponding to AK_CUSTOM_REGION_ITEMS in the Oracle E-Business Suite AK (Common Modules–AK) product. The AK module underpins the Oracle Application Framework's extensible region and attribute model, allowing administrators to configure custom regions, attributes, and their associated display properties without modifying base application code. The base table stores the primary (source-language) definitions, while this TL table stores the language-specific renditions of each customizable property, keyed by the LANGUAGE column. In a 12.1.1 or 12.2.2 environment, the TL table is the authoritative source for translated property values presented at runtime when users select a non-base language.
The ETRM metadata classifies this object heuristically as standalone from a Data Vault modeling perspective—it is not modeled as a hub, link, or satellite because no foreign-key relationships were mined. Where a surrogate key exists in the base table, the TL table here relies on a composite natural key rather than a generated surrogate. Practically, the TL table functions as a satellite-like extension of the base entity, but the documented classification remains standalone.
Key Information Stored
The table contains 16 documented columns in the 12.2.2 physical schema. The most significant are:
- CUSTOMIZATION_APPLICATION_ID / CUSTOMIZATION_CODE — identify the customization owning the region item.
- REGION_APPLICATION_ID / REGION_CODE — identify the target region within that customization.
- ATTRIBUTE_APPLICATION_ID / ATTRIBUTE_CODE — identify the specific attribute within the region.
- PROPERTY_NAME — the name of the configurable property (e.g., prompt, label) being translated.
- LANGUAGE — the ISO language code of the translation held in this row.
- PROPERTY_VARCHAR2_VALUE — the translated value for the property.
- SOURCE_LANG — the language from which the translation was derived.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns maintained by the application.
- ZD_EDITION_NAME — the editioning column used by the 12.2 online patching (Edition-Based Redefinition) infrastructure.
The primary key is AK_CUSTOM_REGION_ITEMS_TL_PK, comprising all eight business columns plus LANGUAGE. A unique index, AK_CUSTOM_REGION_ITEMS_TL_U1, mirrors this key and additionally includes ZD_EDITION_NAME, ensuring translation uniqueness per edition. There is no generated surrogate key; the business-key candidate is the composite uniqueness documented above.
Common Use Cases and Queries
Typical uses involve auditing and reporting on translated customization properties, verifying completeness of translations across languages, and joining to the base table for bilingual comparisons.
- Listing all translations for a given region and attribute:
SELECT language, property_name, property_varchar2_value FROM ak.ak_custom_region_items_tl WHERE customization_code = :cust_code AND region_code = :region_code AND attribute_code = :attr_code;
- Detecting missing translations by comparing base and TL rows, or flagging rows where LANGUAGE equals SOURCE_LANG.
- Reporting the last update audit trail for translated properties to satisfy change-control reviews.
- Joining to AK_CUSTOM_REGION_ITEMS to resolve the base value versus the translated value for a specific language.
Related Objects
- AK_CUSTOM_REGION_ITEMS — the base table; join on the seven business columns shared with the TL table.
- AK_CUSTOM_REGIONS / AK_CUSTOM_REGIONS_TL — parent region definitions referenced by REGION_APPLICATION_ID and REGION_CODE.
- AK_ATTRIBUTES / AK_ATTRIBUTES_TL — attribute definitions referenced by ATTRIBUTE_APPLICATION_ID and ATTRIBUTE_CODE.
- AK_CUSTOMIZATIONS — the customization header referenced by CUSTOMIZATION_APPLICATION_ID and CUSTOMIZATION_CODE.
- FND_LANGUAGES — joins on LANGUAGE to resolve NLS language names.
- FND_APPLICATION — resolves application IDs to application names for reporting.
- AK_CUSTOM_REGION_ITEMS_TL_PK / AK_CUSTOM_REGION_ITEMS_TL_U1 — supporting indexes used by the join patterns above.
-
Table: AK_CUSTOM_REGION_ITEMS_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_TL, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID, product: AK - Common Modules-AK , description: The TL table corresponding to AK_CUSTOM_REGION_ITEMS. , implementation_dba_data: AK.AK_CUSTOM_REGION_ITEMS_TL ,
-
Table: AK_CUSTOM_REGION_ITEMS_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_TL, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID, product: AK - Common Modules-AK , description: The TL table corresponding to AK_CUSTOM_REGION_ITEMS. , implementation_dba_data: AK.AK_CUSTOM_REGION_ITEMS_TL ,
-
VIEW: AK.AK_CUSTOM_REGION_ITEMS_TL#
12.2.2
owner:AK, object_type:VIEW, object_name:AK_CUSTOM_REGION_ITEMS_TL#, status:VALID,
-
APPS.AK_CUSTOM_REGION_ITEMS_PKG SQL Statements
12.2.2
-
APPS.AK_CUSTOM_REGION_ITEMS_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.AK_CUSTOM_REGION_ITEMS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AK_CUSTOM_REGION_ITEMS_TL+, status:VALID,
-
PACKAGE BODY: APPS.AK_CUSTOM_REGION_ITEMS_PKG
12.1.1
-
SYNONYM: APPS.AK_CUSTOM_REGION_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID,
-
VIEW: AK.AK_CUSTOM_REGION_ITEMS_TL#
12.2.2
-
TRIGGER: APPS.AK_CUSTOM_REGION_ITEMS_TL+
12.2.2
-
PACKAGE BODY: APPS.AK_CUSTOM_REGION_ITEMS_PKG
12.2.2
-
SYNONYM: APPS.AK_CUSTOM_REGION_ITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID,
-
FUNCTION: APPS.AK_CUSTOM_REGION_ITEMS_TL=
12.2.2
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.2.2
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
FUNCTION: APPS.AK_CUSTOM_REGION_ITEMS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AK_CUSTOM_REGION_ITEMS_TL=, status:VALID,
-
TABLE: AK.AK_CUSTOM_REGION_ITEMS_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_TL, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID,
-
PACKAGE: APPS.BIS_CUSTOMIZATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_CUSTOMIZATION_PUB, status:VALID,
-
TABLE: AK.AK_CUSTOM_REGION_ITEMS_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_TL, object_name:AK_CUSTOM_REGION_ITEMS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AK_CUSTOM_REGION_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM_REGION_ITEMS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BIS_PMV_PARAMETERS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PARAMETERS_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AK_CUSTOM_REGION_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM_REGION_ITEMS_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ENG_TYPE_CONFIGURATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_TYPE_CONFIGURATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIS_CUSTOMIZATIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_CUSTOMIZATIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.ENG_TYPE_CONFIGURATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_TYPE_CONFIGURATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.AK_CUSTOM2_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM2_PVT, status:VALID,
-
PACKAGE BODY: APPS.AK_CUSTOM2_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM2_PVT, status:VALID,
-
PACKAGE BODY: APPS.EGO_SEARCH_FWK_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_SEARCH_FWK_PUB, status:VALID,
-
PACKAGE BODY: APPS.AK_CUSTOM_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM_PVT, status:VALID,
-
PACKAGE BODY: APPS.EGO_SEARCH_FWK_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_SEARCH_FWK_PUB, status:VALID,
-
PACKAGE BODY: APPS.AK_CUSTOM_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AK_CUSTOM_PVT, status:VALID,
-
View: AK_CUSTOM_REGION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_VL, object_name:AK_CUSTOM_REGION_ITEMS_VL, status:VALID, product: AK - Common Modules-AK , description: Stores region item properties customizations. , implementation_dba_data: APPS.AK_CUSTOM_REGION_ITEMS_VL ,
-
View: AK_CUSTOM_REGION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_VL, object_name:AK_CUSTOM_REGION_ITEMS_VL, status:VALID, product: AK - Common Modules-AK , description: Stores region item properties customizations. , implementation_dba_data: APPS.AK_CUSTOM_REGION_ITEMS_VL ,
-
APPS.BIS_PMV_PARAMETERS_PUB SQL Statements
12.1.1
-
APPS.BIS_CUSTOMIZATIONS_PVT SQL Statements
12.1.1
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_VL, object_name:AK_CUSTOM_REGION_ITEMS_VL, status:VALID,
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_CUSTOM_REGION_ITEMS_VL, object_name:AK_CUSTOM_REGION_ITEMS_VL, status:VALID,
-
APPS.AK_CUSTOM_PVT SQL Statements
12.1.1