Search Results ak_attributes
Overview
The AK_ATTRIBUTES table is a core repository table within the Oracle E-Business Suite (EBS) Application Object Library (AK) module. It serves as the master definition table for attributes, which are the fundamental building blocks of the EBS framework's flexible data modeling and user interface components. An attribute represents a single piece of data, analogous to a column in a database table, but defined at the application level. This table stores the technical name, key properties, and application context for every attribute registered within the system, forming the basis for defining regions, objects, and security rules in the AK architecture.
Key Information Stored
The table's primary key is a composite of ATTRIBUTE_CODE and ATTRIBUTE_APPLICATION_ID, ensuring uniqueness across different EBS applications. Key columns include ATTRIBUTE_CODE, which holds the internal name of the attribute (e.g., 'CUSTOMER_NAME'), and ATTRIBUTE_APPLICATION_ID, which links the attribute to its owning application via the FND_APPLICATION table. Other critical columns define the attribute's data type, format, maximum length, and whether it is required or translatable. The table also contains columns for controlling display properties, such as prompt text and tooltip references, though the actual translated prompts are stored in the related AK_ATTRIBUTES_TL (Translation) table.
Common Use Cases and Queries
This table is primarily queried for metadata analysis, troubleshooting, and impact assessment during customizations or upgrades. Common scenarios include identifying all attributes defined for a specific application, finding where a particular attribute is used across the system, or analyzing attribute properties for data migration planning. A typical query retrieves attribute details for a known code:
- SELECT attribute_code, attribute_application_id, data_type, maximum_length FROM ak_attributes WHERE attribute_code = '&ATTRIBUTE_CODE' AND attribute_application_id = &APP_ID;
Another frequent use case is joining with AK_OBJECT_ATTRIBUTES to list all attributes assigned to a specific framework object, or with AK_REGION_ITEMS to understand the attributes used on a particular UI region.
Related Objects
As indicated by the foreign key relationships, AK_ATTRIBUTES is central to the AK framework. Key dependent tables include AK_ATTRIBUTES_TL for translated prompts, AK_OBJECT_ATTRIBUTES which assigns attributes to AK objects, and AK_REGION_ITEMS which places attributes on UI regions. It is also referenced by security objects (AK_RESP_SECURITY_ATTRIBUTES, AK_WEB_USER_SEC_ATTR_VALUES), exclusion lists (AK_EXCLUDED_ITEMS), and even by other modules like Oracle Trading Community Architecture (HZ_STYLE_FMT_LAYOUTS_B). Direct manipulation of this table is strongly discouraged; definitions should be managed through the appropriate Oracle Application Developer responsibilities and APIs.
-
Table: AK_ATTRIBUTES
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES, object_name:AK_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Attribute name, properties and the application ID which define an attribute , implementation_dba_data: AK.AK_ATTRIBUTES ,
-
Table: AK_ATTRIBUTES
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES, object_name:AK_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Attribute name, properties and the application ID which define an attribute , implementation_dba_data: AK.AK_ATTRIBUTES ,
-
Table: AK_ATTRIBUTES_TL
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES_TL, object_name:AK_ATTRIBUTES_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_ATTRIBUTES , implementation_dba_data: AK.AK_ATTRIBUTES_TL ,
-
Table: AK_ATTRIBUTES_TL
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_ATTRIBUTES_TL, object_name:AK_ATTRIBUTES_TL, status:VALID, product: AK - Common Modules-AK , description: Translations for AK_ATTRIBUTES , implementation_dba_data: AK.AK_ATTRIBUTES_TL ,
-
Table: AK_WEB_USER_SEC_ATTR_VALUES
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_WEB_USER_SEC_ATTR_VALUES, object_name:AK_WEB_USER_SEC_ATTR_VALUES, status:VALID, product: AK - Common Modules-AK , description: Web user security attributes value , implementation_dba_data: AK.AK_WEB_USER_SEC_ATTR_VALUES ,
-
Table: AK_EXCLUDED_ITEMS
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_EXCLUDED_ITEMS, object_name:AK_EXCLUDED_ITEMS, status:VALID, product: AK - Common Modules-AK , description: List of secured attributes that should be hidden from a user based on their responsibility id , implementation_dba_data: AK.AK_EXCLUDED_ITEMS ,
-
Table: AK_EXCLUDED_ITEMS
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_EXCLUDED_ITEMS, object_name:AK_EXCLUDED_ITEMS, status:VALID, product: AK - Common Modules-AK , description: List of secured attributes that should be hidden from a user based on their responsibility id , implementation_dba_data: AK.AK_EXCLUDED_ITEMS ,
-
Table: AK_WEB_USER_SEC_ATTR_VALUES
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_WEB_USER_SEC_ATTR_VALUES, object_name:AK_WEB_USER_SEC_ATTR_VALUES, status:VALID, product: AK - Common Modules-AK , description: Web user security attributes value , implementation_dba_data: AK.AK_WEB_USER_SEC_ATTR_VALUES ,
-
Table: AK_REGION_ITEMS
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_REGION_ITEMS, object_name:AK_REGION_ITEMS, status:VALID, product: AK - Common Modules-AK , description: Links an item to a region , implementation_dba_data: AK.AK_REGION_ITEMS ,
-
Table: AK_OBJECT_ATTRIBUTES
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECT_ATTRIBUTES, object_name:AK_OBJECT_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Links an attribute to an object , implementation_dba_data: AK.AK_OBJECT_ATTRIBUTES ,
-
Table: AK_RESP_SECURITY_ATTRIBUTES
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_RESP_SECURITY_ATTRIBUTES, object_name:AK_RESP_SECURITY_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Specifies attributes that can be accessed based on a users responsibility id , implementation_dba_data: AK.AK_RESP_SECURITY_ATTRIBUTES ,
-
Table: AK_RESP_SECURITY_ATTRIBUTES
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_RESP_SECURITY_ATTRIBUTES, object_name:AK_RESP_SECURITY_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Specifies attributes that can be accessed based on a users responsibility id , implementation_dba_data: AK.AK_RESP_SECURITY_ATTRIBUTES ,
-
Table: AK_REGION_ITEMS
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_REGION_ITEMS, object_name:AK_REGION_ITEMS, status:VALID, product: AK - Common Modules-AK , description: Links an item to a region , implementation_dba_data: AK.AK_REGION_ITEMS ,
-
Table: AK_OBJECT_ATTRIBUTES
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_OBJECT_ATTRIBUTES, object_name:AK_OBJECT_ATTRIBUTES, status:VALID, product: AK - Common Modules-AK , description: Links an attribute to an object , implementation_dba_data: AK.AK_OBJECT_ATTRIBUTES ,
-
View: AK_OBJECT_ATTRIBUTE_NAVIGATI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_OBJECT_ATTRIBUTE_NAVIGATI_V, object_name:AK_OBJECT_ATTRIBUTE_NAVIGATI_V, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_OBJECT_ATTRIBUTE_NAVIGATI_V ,
-
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_OBJECT_ATTRIBUTE_NAVIGATI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_OBJECT_ATTRIBUTE_NAVIGATI_V, object_name:AK_OBJECT_ATTRIBUTE_NAVIGATI_V, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_OBJECT_ATTRIBUTE_NAVIGATI_V ,
-
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 ,
-
View: AK_OBJECT_ATTRIBUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_OBJECT_ATTRIBUTES_VL, object_name:AK_OBJECT_ATTRIBUTES_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_OBJECT_ATTRIBUTES_VL ,
-
View: AK_OBJECT_ATTRIBUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_OBJECT_ATTRIBUTES_VL, object_name:AK_OBJECT_ATTRIBUTES_VL, status:VALID, product: AK - Common Modules-AK , description: 10SC ONLY , implementation_dba_data: APPS.AK_OBJECT_ATTRIBUTES_VL ,
-
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 ,