Search Results mtl_item_attributes
Overview
The MTL_ITEM_ATTRIBUTES table is a core master data table within the Oracle E-Business Suite Inventory (INV) module. It serves as the central repository defining the universe of descriptive attributes that can be assigned to items (products, parts, or materials) throughout the system. This table does not store the specific attribute values for individual items; rather, it defines the attribute names and their metadata. Its primary role is to provide a standardized, extensible framework for categorizing and detailing items, enabling robust item definition, searching, and reporting across Oracle EBS applications such as Inventory, Purchasing, Order Management, and Manufacturing.
Key Information Stored
The table's structure is relatively simple, focusing on the definition of the attribute itself. The most critical column is ATTRIBUTE_NAME, which serves as the unique identifier for each attribute and is the primary key for the table (MTL_ITEM_ATTRIBUTE_PK). This column holds the internal name of the attribute, such as 'COUNTRY_OF_ORIGIN', 'SHELF_LIFE', or 'VOLUME'. While the provided ETRM metadata lists only the primary key column, typical implementations of this table in Oracle EBS 12.1 and 12.2 also include columns like APPLICATION_ID (to identify the owning module), DESCRIPTION (a user-friendly name for the attribute), and various control flags that may govern data type, display, and validation behavior. The table's design ensures each attribute is uniquely defined system-wide.
Common Use Cases and Queries
This table is fundamental for any process involving item attribute setup, maintenance, or analysis. A primary use case is during the configuration of item templates and item master organization parameters, where attributes defined here are selected for use. Common queries include listing all available attributes for reporting purposes or verifying the existence of a specific attribute before using it in a custom program. For example, to retrieve a list of all defined attribute names, a simple SELECT statement is used:
- SELECT attribute_name FROM inv.mtl_item_attributes ORDER BY attribute_name;
Developers and system integrators frequently reference this table when writing custom code or reports that need to dynamically handle item attributes, ensuring they reference valid, system-defined attribute names.
Related Objects
As indicated by the foreign key relationships in the metadata, MTL_ITEM_ATTRIBUTES is a parent table to several key inventory tables. The MTL_ITEM_TEMPL_ATTRIBUTES table references it to determine which attributes are assigned to a specific item template. The MTL_ATTR_APPL_DEPENDENCIES table references it to manage dependencies between attributes and specific EBS applications or forms. Furthermore, the MTL_STATUS_ATTRIBUTE_VALUES table links to it to store allowed values for attributes that are associated with item statuses. Crucially, the specific attribute values for each item are stored in transactional tables like MTL_SYSTEM_ITEMS_B, while MTL_ITEM_ATTRIBUTES acts as the master definitional source.
-
Table: MTL_ITEM_ATTRIBUTES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES, object_name:MTL_ITEM_ATTRIBUTES, status:VALID, product: INV - Inventory , description: Item attributes table , implementation_dba_data: INV.MTL_ITEM_ATTRIBUTES ,
-
Table: MTL_ITEM_ATTRIBUTES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES, object_name:MTL_ITEM_ATTRIBUTES, status:VALID, product: INV - Inventory , description: Item attributes table , implementation_dba_data: INV.MTL_ITEM_ATTRIBUTES ,
-
Table: MTL_ITEM_TEMPL_ATTRIBUTES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_TEMPL_ATTRIBUTES, object_name:MTL_ITEM_TEMPL_ATTRIBUTES, status:VALID, product: INV - Inventory , description: Item attributes and attribute values for a template , implementation_dba_data: INV.MTL_ITEM_TEMPL_ATTRIBUTES ,
-
Table: MTL_ATTR_APPL_DEPENDENCIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATTR_APPL_DEPENDENCIES, object_name:MTL_ATTR_APPL_DEPENDENCIES, status:VALID, product: INV - Inventory , description: Dependencies between item attributes and Oracle products , implementation_dba_data: INV.MTL_ATTR_APPL_DEPENDENCIES ,
-
Table: MTL_ITEM_TEMPL_ATTRIBUTES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_TEMPL_ATTRIBUTES, object_name:MTL_ITEM_TEMPL_ATTRIBUTES, status:VALID, product: INV - Inventory , description: Item attributes and attribute values for a template , implementation_dba_data: INV.MTL_ITEM_TEMPL_ATTRIBUTES ,
-
View: INVFV_ITEM_STATUS_ATTR_VALUES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ITEM_STATUS_ATTR_VALUES, object_name:INVFV_ITEM_STATUS_ATTR_VALUES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_ITEM_STATUS_ATTR_VALUES ,
-
Table: MTL_STATUS_ATTRIBUTE_VALUES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_STATUS_ATTRIBUTE_VALUES, object_name:MTL_STATUS_ATTRIBUTE_VALUES, status:VALID, product: INV - Inventory , description: Item status code attribute values , implementation_dba_data: INV.MTL_STATUS_ATTRIBUTE_VALUES ,
-
View: MTL_ITEM_ATTRIBUTE_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTRIBUTE_NAMES_V, object_name:MTL_ITEM_ATTRIBUTE_NAMES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTRIBUTE_NAMES_V ,
-
View: MTL_ITEM_ATTRIBUTE_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTRIBUTE_NAMES_V, object_name:MTL_ITEM_ATTRIBUTE_NAMES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTRIBUTE_NAMES_V ,
-
View: INVFV_ITEM_STATUS_ATTR_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ITEM_STATUS_ATTR_VALUES, object_name:INVFV_ITEM_STATUS_ATTR_VALUES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_ITEM_STATUS_ATTR_VALUES ,
-
Table: MTL_STATUS_ATTRIBUTE_VALUES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_STATUS_ATTRIBUTE_VALUES, object_name:MTL_STATUS_ATTRIBUTE_VALUES, status:VALID, product: INV - Inventory , description: Item status code attribute values , implementation_dba_data: INV.MTL_STATUS_ATTRIBUTE_VALUES ,
-
Table: MTL_ATTR_APPL_DEPENDENCIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATTR_APPL_DEPENDENCIES, object_name:MTL_ATTR_APPL_DEPENDENCIES, status:VALID, product: INV - Inventory , description: Dependencies between item attributes and Oracle products , implementation_dba_data: INV.MTL_ATTR_APPL_DEPENDENCIES ,
-
View: MTL_STAT_ATTRIB_VALUES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_STAT_ATTRIB_VALUES_ALL_V, object_name:MTL_STAT_ATTRIB_VALUES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_STAT_ATTRIB_VALUES_ALL_V ,
-
View: MTL_STAT_ATTRIB_VALUES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_STAT_ATTRIB_VALUES_ALL_V, object_name:MTL_STAT_ATTRIB_VALUES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_STAT_ATTRIB_VALUES_ALL_V ,
-
View: MTL_ITEM_TEMPL_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_TEMPL_ATTRIBUTES_V, object_name:MTL_ITEM_TEMPL_ATTRIBUTES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_TEMPL_ATTRIBUTES_V ,
-
View: MTL_ITEM_TEMPL_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_TEMPL_ATTRIBUTES_V, object_name:MTL_ITEM_TEMPL_ATTRIBUTES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_TEMPL_ATTRIBUTES_V ,
-
View: MTL_ITEM_ATTR_FIELDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTR_FIELDS_V, object_name:MTL_ITEM_ATTR_FIELDS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTR_FIELDS_V ,
-
View: MTL_ITEM_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES_V, object_name:MTL_ITEM_ATTRIBUTES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTRIBUTES_V ,
-
View: MTL_ITEM_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES_V, object_name:MTL_ITEM_ATTRIBUTES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTRIBUTES_V ,
-
View: MTL_ITEM_ATTR_FIELDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ATTR_FIELDS_V, object_name:MTL_ITEM_ATTR_FIELDS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_ATTR_FIELDS_V ,