Search Results ak_region_items_vl
Overview
AK_REGION_ITEMS_VL is a validation view (VL) owned by the APPS schema in Oracle E-Business Suite, belonging to the AK – Common Modules product family. Its ETRM documentation carries the terse description "10SC ONLY," indicating that its intended usage is confined to the ten-schema (10SC) configuration and that it is not a general-purpose interface for external consumers. Functionally, the view flattens the metadata that defines the individual items rendered within an Oracle EBS region. Each row corresponds to one region item — a field, prompt, list of values, or display element — and the view joins that item's operational attributes to the translatable names and descriptions of the attribute and the region it belongs to.
In reporting and integration terms, AK_REGION_ITEMS_VL exposes the self-describing metadata layer that drives the Oracle Application Framework and related AK region rendering engine. It is therefore encountered primarily in diagnostics, metadata extracts, upgrade or migration audits, and custom tooling that must reconstruct how a region is composed rather than in transactional reporting.
Underlying Base Objects
The documented view text is anchored on ARA, an alias for AK_REGION_ITEMS, which supplies the bulk of the item-level attributes. Translatable and descriptive context is supplied through joins to AK_REGION_ITEMS_TL (attribute label long and short forms), AK_ATTRIBUTES and AK_ATTRIBUTES_TL (attribute name, description, and data type), AK_REGIONS_TL (the LOV region name), and FND_APPLICATION / FND_APPLICATION_TL (the application name for the attribute's owning application). The ETRM metadata also lists FND_MENUS and AK_ATTRIBUTES as referenced base objects, reflecting the region-to-menu relationships used elsewhere in the AK schema. All base objects are accessed through APPS synonyms, so the view presents a single, schema-qualified read surface regardless of the physical location of the underlying tables.
Key Columns
- REGION_APPLICATION_ID, REGION_CODE — identify the parent region to which the item belongs.
- ATTRIBUTE_APPLICATION_ID, ATTRIBUTE_CODE, ATTRIBUTE_NAME, ATTRIBUTE_DESCRIPTION — identify and describe the attribute bound to the item, with the translatable name sourced from AK_ATTRIBUTES_TL.
- DISPLAY_SEQUENCE, ORDER_SEQUENCE, ORDER_DIRECTION — control item ordering within the region.
- NODE_DISPLAY_FLAG, NODE_QUERY_FLAG, UPDATE_FLAG, REQUIRED_FLAG, SUBMIT, ENCRYPT — behavioral flags governing rendering, queryability, updatability, and submission.
- LOV_PRESENCE_FLAG, LOV_REGION_NAME, LOV_FOREIGN_KEY_NAME, LOV_ATTRIBUTE_NAME, LOV_DEFAULT_FLAG — describe list-of-values configuration; LOV_PRESENCE_FLAG is derived via DECODE on LOV_FOREIGN_KEY_NAME.
- DEFAULT_VALUE_VARCHAR2, DEFAULT_VALUE_DATE, DEFAULT_VALUE_NUMBER — datatype-specific defaults for the item.
- REGION_DEFAULTING_API_PKG/PROC, REGION_VALIDATION_API_PKG/PROC, ICX_CUSTOM_CALL — server-side hooks invoked during defaulting and validation.
- DATA_TYPE — the attribute's underlying datatype sourced from AK_ATTRIBUTES.
- ATTRIBUTE_LABEL_LONG, ATTRIBUTE_LABEL_SHORT, ATTRIBUTE_LABEL_LENGTH — prompt text and its display width.
- Standard WHO columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage is metadata inspection. To list all items for a given region in display order:
SELECT region_code, attribute_code, attribute_name,
display_sequence, required_flag, lov_presence_flag
FROM apps.ak_region_items_vl
WHERE region_application_id = :app_id
AND region_code = :region_code
ORDER BY display_sequence;
To find every region exposing an attribute with an associated LOV:
SELECT region_code, attribute_code, lov_region_name FROM apps.ak_region_items_vl WHERE lov_presence_flag = 'Y';
Because the object is documented as "10SC ONLY," queries should be restricted to the supported configuration and treated as read-only metadata access; direct DML against AK_REGION_ITEMS should be performed through supported AK APIs rather than through this view.
-
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: 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 ,
-
APPS.BIS_PMV_PMF_PVT SQL Statements
12.1.1
-
APPS.ICX_UTIL SQL Statements
12.1.1
-
APPS.ICX_UTIL SQL Statements
12.2.2
-
VIEW: APPS.AK_REGION_LOV_RELATIONS_V
12.1.1
-
VIEW: APPS.AK_REGION_LOV_RELATIONS_V
12.2.2
-
VIEW: APPS.HXC_LAYOUT_COMP_PROMPTS_V
12.2.2
-
VIEW: APPS.HXC_LAYOUT_COMP_PROMPTS_V
12.1.1
-
VIEW: APPS.POS_PO_REVISIONS_TEMP_V
12.2.2
-
VIEW: APPS.POS_PO_REVISIONS_TEMP_V
12.1.1
-
View: AK_REGION_LOV_RELATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_LOV_RELATIONS_V, object_name:AK_REGION_LOV_RELATIONS_V, status:VALID, product: AK - Common Modules-AK , description: Defines relationships between LOV regions and regions , implementation_dba_data: APPS.AK_REGION_LOV_RELATIONS_V ,
-
View: AK_REGION_LOV_RELATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_LOV_RELATIONS_V, object_name:AK_REGION_LOV_RELATIONS_V, status:VALID, product: AK - Common Modules-AK , description: Defines relationships between LOV regions and regions , implementation_dba_data: APPS.AK_REGION_LOV_RELATIONS_V ,
-
VIEW: APPS.ICX_PO_REVISIONS_TEMP_V
12.2.2
-
VIEW: APPS.ICX_PO_REVISIONS_TEMP_V
12.1.1
-
APPS.JTF_REGION_PUB SQL Statements
12.2.2
-
APPS.JTF_REGION_PUB SQL Statements
12.1.1
-
APPS.ICX_STORE_BATCH_UTILS SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: HXC_LAYOUT_COMP_PROMPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_LAYOUT_COMP_PROMPTS_V, object_name:HXC_LAYOUT_COMP_PROMPTS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_LAYOUT_COMP_PROMPTS_V ,
-
PACKAGE: APPS.AP_WEB_DB_UI_SETUP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AP_WEB_DB_UI_SETUP_PKG, status:VALID,
-
APPS.ICX_STORE_BATCH_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HXC_LOV_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HXC_LOV_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.JTF_REGION_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_REGION_PUB, status:VALID,
-
PACKAGE BODY: APPS.HXC_LOV_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HXC_LOV_MIGRATION, status:VALID,
-
PACKAGE: APPS.BIS_WEIGHTED_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_WEIGHTED_MEASURE_PUB, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.BIS_PMV_METADATA_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_METADATA_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_REGION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_REGION_PUB, status:VALID,
-
PACKAGE: APPS.BSC_SIMULATION_VIEW_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BSC_SIMULATION_VIEW_PUB, status:VALID,
-
PACKAGE: APPS.JTF_REGION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_REGION_PUB, status:VALID,
-
PACKAGE: APPS.AP_WEB_DISC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AP_WEB_DISC_PKG, status:VALID,
-
View: BIC_DIMV_PERIOD_TYPES
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_DIMV_PERIOD_TYPES
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: HXC_LAYOUT_COMP_PROMPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_LAYOUT_COMP_PROMPTS_V, object_name:HXC_LAYOUT_COMP_PROMPTS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_LAYOUT_COMP_PROMPTS_V ,
-
SYNONYM: APPS.AK_REGIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_REGIONS_TL, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_SRC_MAPPING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_SRC_MAPPING, status:VALID,
-
PACKAGE BODY: APPS.POR_LOV_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POR_LOV_PKG, status:VALID,
-
View: POR_TEMPLATE_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_TEMPLATE_ATTRIBUTES_V, object_name:POR_TEMPLATE_ATTRIBUTES_V, status:VALID, product: ICX - Oracle iProcurement , description: Information Template Attributes View , implementation_dba_data: APPS.POR_TEMPLATE_ATTRIBUTES_V ,
-
PACKAGE BODY: APPS.ICX_STORE_BATCH_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_STORE_BATCH_UTILS, status:VALID,
-
PACKAGE BODY: APPS.ICX_STORE_BATCH_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_STORE_BATCH_UTILS, status:VALID,
-
PACKAGE: APPS.AP_WEB_DB_UI_SETUP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AP_WEB_DB_UI_SETUP_PKG, status:VALID,
-
PACKAGE: APPS.AP_WEB_DISC_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AP_WEB_DISC_PKG, status:VALID,
-
APPS.HXC_LOV_MIGRATION SQL Statements
12.2.2
-
APPS.HXC_LOV_MIGRATION SQL Statements
12.1.1
-
SYNONYM: APPS.AK_ATTRIBUTES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_ATTRIBUTES_TL, status:VALID,
-
View: POS_PO_REVISIONS_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_REVISIONS_TEMP_V, object_name:POS_PO_REVISIONS_TEMP_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_REVISIONS_TEMP_V ,
-
View: POR_TEMPLATE_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_TEMPLATE_ATTRIBUTES_V, object_name:POR_TEMPLATE_ATTRIBUTES_V, status:VALID, product: ICX - Oracle iProcurement , description: Information Template Attributes View , implementation_dba_data: APPS.POR_TEMPLATE_ATTRIBUTES_V ,