Search Results attribute_description
Overview
AK_CUSTOM_REGION_ITEMS_VL is a view owned by the APPS schema in Oracle E-Business Suite, belonging to the AK (Common Modules – Application Kit) product. It presents customized properties applied to region items within the Oracle EBS personalization and extensibility framework. The view is documented as VALID and is described as storing "region item properties customizations," meaning it exposes the configuration values that administrators and personalization layers have applied to individual attributes rendered on a region. Because region items and their attributes drive dynamic user interface behavior across multiple EBS modules, this view serves as a reporting and integration surface for auditing personalizations, reviewing attribute-level customizations, and extracting descriptive metadata such as attribute descriptions.
Underlying Base Objects
The view is defined across six documented base objects, all referenced through synonyms except FND_APPLICATION_VL, which is itself a view:
- AK_CUSTOM_REGION_ITEMS – the primary customization entity holding property values per region item.
- AK_CUSTOM_REGION_ITEMS_TL – the translation table supplying language-specific property values where the registry marks a property translatable.
- AK_CUSTOM_REGISTRY – the registry of property definitions, joined (outer-joined) with custom level restricted to 'REGION_ITEM'.
- AK_REGION_ITEMS – the region item definitions, providing ITEM_NAME.
- AK_ATTRIBUTES_TL – translated attribute metadata, supplying NAME and DESCRIPTION.
- FND_APPLICATION_VL – the application view supplying application short name and name for the attribute's owning application.
Joins are constructed on matching customization, region, attribute, and property keys, with language filters applied via USERENV('LANG') to both translation tables. A DECODE on ACREG.TRANSLATABLE determines whether the translated or base VARCHAR2 property value is returned.
Key Columns
The view exposes both identifying keys and descriptive values. Notable columns include:
- CUSTOMIZATION_APPLICATION_ID / CUSTOMIZATION_CODE – identify the customization record.
- REGION_APPLICATION_ID / REGION_CODE – the region to which the item belongs.
- ATTRIBUTE_APPLICATION_ID / ATTRIBUTE_CODE – the attribute being customized.
- ATTRIBUTE_NAME / ATTRIBUTE_DESCRIPTION – descriptive text sourced from AK_ATTRIBUTES_TL.
- ATTRIBUTE_APPL_SHORT_NAME / ATTRIBUTE_APPL_NAME – the attribute's owning application, from FND_APPLICATION_VL.
- ITEM_NAME – the region item name, from AK_REGION_ITEMS.
- PROPERTY_NAME – the customization property being set.
- PROPERTY_VARCHAR2_VALUE, PROPERTY_NUMBER_VALUE, PROPERTY_DATE_VALUE – the property value in its relevant data type.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – standard auditing columns.
- ROW_ID – the underlying row identifier from AK_CUSTOM_REGION_ITEMS.
Common Use Cases and Queries
Typical use cases include personalization audits, identifying which region items carry custom property values, and resolving attribute descriptions for reporting. A representative query filtering on attribute_description is:
SELECT attribute_name, attribute_description, item_name, property_name, property_varchar2_value FROM apps.ak_custom_region_items_vl WHERE attribute_description LIKE '%Display%';To report all customizations for a given region:
SELECT region_code, item_name, attribute_name, property_name, property_varchar2_value FROM apps.ak_custom_region_items_vl WHERE region_code = :region_code ORDER BY item_name, attribute_name, property_name;Because the view resolves attribute descriptions and application names, it is well suited for integration extracts that feed external documentation, migration tooling, or configuration comparators without requiring callers to manually join the AK attribute and translation tables.
-
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: JTF_LOOKUPS_AK_ATTRIBUTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_LOOKUPS_AK_ATTRIBUTE_V, object_name:JTF_LOOKUPS_AK_ATTRIBUTE_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V ,
-
View: JTF_LOOKUPS_AK_ATTRIBUTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_LOOKUPS_AK_ATTRIBUTE_V, object_name:JTF_LOOKUPS_AK_ATTRIBUTE_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V ,
-
VIEW: APPS.AME_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AME_ATTRIBUTES_V, status:VALID,
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_LOOKUPS_AK_ATTRIBUTE_V, object_name:JTF_LOOKUPS_AK_ATTRIBUTE_V, status:VALID,
-
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 ,
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_LOOKUPS_AK_ATTRIBUTE_V, object_name:JTF_LOOKUPS_AK_ATTRIBUTE_V, status:VALID,
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.1.1
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID,
-
VIEW: APPS.SO_STANDARD_VALUE_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID,
-
View: AK_FLOW_PAGE_REGION_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FLOW_PAGE_REGION_ITEMS_V, object_name:AK_FLOW_PAGE_REGION_ITEMS_V, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_FLOW_PAGE_REGION_ITEMS_V ,
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.2.2
-
VIEW: APPS.AK_CUSTOM_REGION_ITEMS_VL
12.1.1
-
VIEW: APPS.JTF_LOOKUPS_AK_ATTRIBUTE_V
12.2.2
-
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,
-
View: AK_FLOW_PAGE_REGION_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FLOW_PAGE_REGION_ITEMS_V, object_name:AK_FLOW_PAGE_REGION_ITEMS_V, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_FLOW_PAGE_REGION_ITEMS_V ,
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FLOW_PAGE_REGION_ITEMS_V, object_name:AK_FLOW_PAGE_REGION_ITEMS_V, status:VALID,
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_FLOW_PAGE_REGION_ITEMS_V, object_name:AK_FLOW_PAGE_REGION_ITEMS_V, status:VALID,
-
VIEW: APPS.AME_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AME_ATTRIBUTES_V, status:VALID,
-
View: AK_REGION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_ITEMS_VL, object_name:AK_REGION_ITEMS_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_REGION_ITEMS_VL ,
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.2.2
-
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: AK_REGION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_ITEMS_VL, object_name:AK_REGION_ITEMS_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_REGION_ITEMS_VL ,
-
View: SO_STANDARD_VALUE_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Stores seeded standard value rules sources , implementation_dba_data: APPS.SO_STANDARD_VALUE_SOURCES ,
-
View: SO_STANDARD_VALUE_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_STANDARD_VALUE_SOURCES, object_name:SO_STANDARD_VALUE_SOURCES, status:VALID, product: OE - Order Entry , description: Stores seeded standard value rules sources , implementation_dba_data: APPS.SO_STANDARD_VALUE_SOURCES ,
-
VIEW: APPS.AK_FLOW_PAGE_REGION_ITEMS_V
12.1.1
-
VIEW: APPS.AK_REGION_ITEMS_VL
12.1.1
-
VIEW: APPS.AK_REGION_ITEMS_VL
12.2.2
-
APPS.JTF_REGION_PUB SQL Statements
12.2.2
-
APPS.JTF_REGION_PUB SQL Statements
12.1.1
-
VIEW: APPS.AK_REGION_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_ITEMS_VL, object_name:AK_REGION_ITEMS_VL, status:VALID,
-
VIEW: APPS.AK_REGION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_ITEMS_VL, object_name:AK_REGION_ITEMS_VL, status:VALID,
-
PACKAGE BODY: APPS.JTF_REGION_PUB
12.1.1
-
PACKAGE BODY: APPS.JTF_REGION_PUB
12.2.2
-
PACKAGE: APPS.JTF_REGION_PUB
12.2.2
-
PACKAGE: APPS.JTF_REGION_PUB
12.1.1
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS_VL
12.1.1
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS_VL
12.2.2
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS_VL
12.1.1
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS_VL
12.2.2
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS
12.1.1
-
APPS.JTF_REGION_PUB dependencies on AK_REGION_ITEMS
12.2.2
-
PACKAGE BODY: APPS.JTF_REGION_PUB_W
12.1.1
-
PACKAGE BODY: APPS.JTF_REGION_PUB_W
12.2.2
-
eTRM - AK Tables and Views
12.1.1
-
eTRM - AK Tables and Views
12.2.2
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,