Search Results ak_attributes_vl
Overview
AK_ATTRIBUTES_VL is a view owned by the APPS schema in Oracle E-Business Suite, classified under product AK (Common Modules–AK). The ETRM metadata describes it as “10SC ONLY,” indicating that this object was defined in support of the 10SC (E-Business Suite) attribute framework rather than as a general-purpose application table. The view exposes the definition of descriptive and extensible attributes registered against the AK attribute model, combining the base attribute definition stored in AK_ATTRIBUTES with translated name, description, and label text plus the owning application’s name and short name.
From a reporting and integration perspective, AK_ATTRIBUTES_VL provides a denormalized, language-aware read interface over the AK attribute dictionary. Rather than joining the base attribute table to its translation tables and FND_APPLICATION_VL manually, a consumer can query this view and obtain application short names, translated labels, display properties, data typing, and default values in a single result set. Its “_VL” suffix follows the standard EBS convention that the view returns values in the session’s current language, as determined by USERENV('LANG').
Underlying Base Objects
According to the documented view metadata, AK_ATTRIBUTES_VL is defined over four referenced objects: AK_ATTRIBUTES, AK_ATTRIBUTES_TL, AK_REGIONS_TL, and FND_APPLICATION_VL. The first three are referenced as synonyms in the APPS schema; FND_APPLICATION_VL is itself a view.
The primary driver of the query is AK_ATTRIBUTES (aliased AA), which stores the core attribute records. It is joined to AK_ATTRIBUTES_TL (AAT) on ATTRIBUTE_APPLICATION_ID and ATTRIBUTE_CODE, with the translation row restricted to AAT.LANGUAGE = USERENV('LANG'). The owning application is resolved through FND_APPLICATION_VL (FAV) on ATTRIBUTE_APPLICATION_ID = FAV.APPLICATION_ID, supplying APPLICATION_SHORT_NAME and APPLICATION_NAME. An outer join to AK_REGIONS_TL (ART) on LOV_REGION_CODE and LOV_REGION_APPLICATION_ID, again filtered by USERENV('LANG'), populates the optional list-of-values region name. Because AK_REGIONS_TL is outer-joined, attributes without a defined LOV region are still returned. The view also surfaces AA.ROWID as ROW_ID.
Key Columns
The columns fall into several functional groups:
- Identity and ownership: ROW_ID, ATTRIBUTE_APPLICATION_ID, ATTRIBUTE_CODE, APPLICATION_SHORT_NAME, APPLICATION_NAME.
- Descriptive text (translated): NAME, DESCRIPTION, ATTRIBUTE_LABEL_LONG, ATTRIBUTE_LABEL_SHORT.
- Presentation properties: ATTRIBUTE_LABEL_LENGTH, ATTRIBUTE_VALUE_LENGTH, BOLD, ITALIC, HORIZONTAL_ALIGNMENT, VERTICAL_ALIGNMENT, ITEM_STYLE, DISPLAY_HEIGHT, CSS_CLASS_NAME, CSS_LABEL_CLASS_NAME, EXPANSION.
- Data typing and defaults: DATA_TYPE, UPPER_CASE_FLAG, DEFAULT_VALUE_VARCHAR2, DEFAULT_VALUE_NUMBER, DEFAULT_VALUE_DATE, PRECISION, ALS_MAX_LENGTH.
- List of values: LOV_REGION_CODE, LOV_REGION_APPLICATION_ID, LOV_REGION_NAME, POPLIST_VIEWOBJECT, POPLIST_DISPLAY_ATTRIBUTE, POPLIST_VALUE_ATTRIBUTE.
- Context and audit: ATTRIBUTE_CATEGORY, the ATTRIBUTE1–ATTRIBUTE15 flexfield columns, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include attribute-dictionary reporting, auditing attribute display configuration across modules, and integration extracts that need translated labels alongside application context.
- List attributes for a given application:
SELECT attribute_code, name, data_type, attribute_label_short FROM apps.ak_attributes_vl WHERE application_short_name = 'FND' ORDER BY attribute_code;
- Identify attributes using a specific LOV region:
SELECT attribute_application_id, attribute_code, lov_region_name FROM apps.ak_attributes_vl WHERE lov_region_code IS NOT NULL;
- Review display formatting attributes:
SELECT attribute_code, bold, italic, horizontal_alignment FROM apps.ak_attributes_vl WHERE bold = 'Y' OR italic = 'Y';
- Because translation is resolved by USERENV('LANG'), results reflect the run-time language; queries intended for multilingual extracts should ensure the correct session language is set.
-
View: AK_ATTRIBUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_ATTRIBUTES_VL, object_name:AK_ATTRIBUTES_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_ATTRIBUTES_VL ,
-
View: AK_ATTRIBUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_ATTRIBUTES_VL, object_name:AK_ATTRIBUTES_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_ATTRIBUTES_VL ,
-
APPS.ICX_PAGE_WIDGET SQL Statements
12.1.1
-
APPS.ICX_PAGE_WIDGET SQL Statements
12.2.2
-
APPS.BIV_DASH_BIN_PKG SQL Statements
12.1.1
-
VIEW: APPS.BIS_FN_SAVE_FIELDS_V
12.1.1
-
APPS.BIV_RT_SR_AGE_REPORT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ICX_PAGE_WIDGET
12.1.1
-
PACKAGE BODY: APPS.ICX_PAGE_WIDGET
12.2.2
-
View: CZ_ERROR_CLAUSES_V
12.1.1
product: BOM - Bills of Material , description: Errors with clauses , implementation_dba_data: Not implemented in this database ,
-
View: CZ_ERROR_CLAUSES_V
12.2.2
product: BOM - Bills of Material , description: Errors with clauses , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.BIV_RT_ESC_CUS_BLOG_PKG SQL Statements
12.1.1
-
View: BIS_FN_SAVE_FIELDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_FN_SAVE_FIELDS_V, object_name:BIS_FN_SAVE_FIELDS_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_FN_SAVE_FIELDS_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BIV_RT_SR_AGE_REPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIV_RT_SR_AGE_REPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.BIV_DASH_BIN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIV_DASH_BIN_PKG, status:VALID,
-
View: BIS_FN_SAVE_FIELDS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.ICX_PAGE_WIDGET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_PAGE_WIDGET, status:VALID,
-
View: ASO_APR_RULE_STEPS_VL
12.1.1
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
View: ASO_APR_RULE_STEPS_VL
12.2.2
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.ICX_PAGE_WIDGET
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_PAGE_WIDGET, status:VALID,
-
PACKAGE BODY: APPS.BIV_RT_ESC_CUS_BLOG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIV_RT_ESC_CUS_BLOG_PKG, status:VALID,
-
View: CZFV_CONFIG_OBJECT_ATTRIBUTES
12.2.2
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZBV_CONFIG_OBJECT_ATTRIBUTES
12.1.1
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIV_DASH_BIN_PKG
12.1.1
-
PACKAGE BODY: APPS.QP_PRC_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QP_PRC_UTIL, status:VALID,
-
SYNONYM: APPS.AK_ATTRIBUTES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_ATTRIBUTES_TL, status:VALID,
-
View: CZFV_CONFIG_OBJECT_ATTRIBUTES
12.1.1
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZBV_CONFIG_OBJECT_ATTRIBUTES
12.2.2
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZFV_CONFIG_CONSTRAINT_CLAUSES
12.2.2
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZ_ERROR_ATTRIBUTE_VALUES_V
12.1.1
product: BOM - Bills of Material , description: Attribute value errors , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AK_REGIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_REGIONS_TL, status:VALID,
-
PACKAGE: APPS.OKL_POL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_POL_PVT, status:VALID,
-
PACKAGE BODY: APPS.QP_PRC_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QP_PRC_UTIL, status:VALID,
-
PACKAGE BODY: APPS.OKL_SEC_INVESTOR_REVENUE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SEC_INVESTOR_REVENUE_PVT, status:VALID,
-
SYNONYM: APPS.AK_REGIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_REGIONS_TL, status:VALID,
-
PACKAGE BODY: APPS.OKL_SEC_INVESTOR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SEC_INVESTOR_PVT, status:VALID,
-
View: CZ_INST_ATTR_VALUES_V
12.1.1
product: BOM - Bills of Material , description: Item attribute values , implementation_dba_data: Not implemented in this database ,
-
View: CZ_INST_ATTR_VALUES_V
12.2.2
product: BOM - Bills of Material , description: Item attribute values , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.OKL_SEC_INVESTOR_REVENUE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SEC_INVESTOR_REVENUE_PVT, status:VALID,
-
SYNONYM: APPS.AK_ATTRIBUTES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AK_ATTRIBUTES_TL, status:VALID,
-
View: CZ_AUTOSELECTION_RANGES_V
12.1.1
product: BOM - Bills of Material , description: Autoselection ranges , implementation_dba_data: Not implemented in this database ,
-
View: CZFV_CONFIG_ATTRIBUTE_VALUES
12.2.2
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZ_ERROR_ATTRIBUTE_VALUES_V
12.2.2
product: BOM - Bills of Material , description: Attribute value errors , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.OKL_POL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_POL_PVT, status:VALID,
-
View: CZFV_CONFIG_ATTRIBUTE_VALUES
12.1.1
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CZ_AUTOSELECTION_RANGES_V
12.2.2
product: BOM - Bills of Material , description: Autoselection ranges , implementation_dba_data: Not implemented in this database ,