Search Results control_level_disp
Overview
APPS.MTL_STAT_ATTRIB_VALUES_ALL_V is a supplementary Oracle E-Business Suite view owned by the APPS schema and registered in FND Design Data as INV.MTL_STAT_ATTRIB_VALUES_ALL_V. Its documented status is VALID. The view is classified as a "supplementary view used to simplify forms coding," a category of EBS object intended primarily to support Oracle Forms-based user interfaces rather than to serve as a public data access layer. The ETRM documentation explicitly warns that Oracle does not recommend querying or altering data through this view, because its definition may change dramatically in subsequent minor or major releases.
Functionally, the view exposes the status attribute values associated with inventory item status codes. Each row correlates an inventory item status code with a named status attribute and its assigned value, together with descriptive display fields such as CONTROL_LEVEL_DISP and ATTRIBUTE_NAME_DISP. The CONTROL_LEVEL_DISP column, which is the field associated with the user's search term "control_level_disp", is an 80-character display value that presents the human-readable control level for the status attribute. Because the view is a forms-support construct, it is typically consumed indirectly by EBS application modules rather than directly by end-user reports.
Underlying Base Objects
The ETRM dependency information documents that APPS.MTL_STAT_ATTRIB_VALUES_ALL_V references the following base objects: APPS.MFG_LOOKUPS (a view in the APPS schema), MTL_ITEM_ATTRIBUTES (a synonym), and MTL_STATUS_ATTRIBUTE_VALUES (a synonym). These three objects supply the join structure that produces the view's result set. MTL_STATUS_ATTRIBUTE_VALUES stores the core status attribute value records, MTL_ITEM_ATTRIBUTES provides item attribute context, and MFG_LOOKUPS supplies lookup-driven display values such as the control level designation surfaced through CONTROL_LEVEL_DISP.
In the reverse dependency direction, the view is referenced by two documented consumers: the diagnostic package BOM_DIAGUNITTEST_ITMHLCHK and the batch processing package GME_CREATE_BATCH_PVT. This confirms that the view's practical role is to serve internal Oracle EBS processing logic and validation routines rather than to act as an integration endpoint.
Key Columns
ROW_ID(ROWID): The physical row identifier used by Oracle Forms for update coordination.INVENTORY_ITEM_STATUS_CODE(VARCHAR2, 10): The inventory item status code to which the attribute value applies.CONTROL_LEVEL_DISP(VARCHAR2, 80): The display-form control level associated with the status attribute, derived through the lookup join.STATUS_CODE_NDB(NUMBER): Numeric representation of the status code, used internally for indexed access.ATTRIBUTE_NAME_DISP(VARCHAR2, 30) andATTRIBUTE_NAME(VARCHAR2, 50): Display and internal names of the status attribute.ATTRIBUTE_VALUEandOLD_ATTRIBUTE_VALUE(VARCHAR2): The current and prior values assigned to the attribute, supporting change comparison.- Audit columns:
LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY,LAST_UPDATE_LOGIN,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE, andREQUEST_ID.
Common Use Cases and Queries
Because Oracle does not recommend direct querying, the view is most appropriately used for diagnostic inspection of status attribute values and control level display strings. A basic query follows the documented column list:
SELECT INVENTORY_ITEM_STATUS_CODE
, CONTROL_LEVEL_DISP
, ATTRIBUTE_NAME_DISP
, ATTRIBUTE_VALUE
FROM APPS.MTL_STAT_ATTRIB_VALUES_ALL_V;
A targeted query for the searched field, filtered by status code, is also common during troubleshooting:
SELECT INVENTORY_ITEM_STATUS_CODE
, CONTROL_LEVEL_DISP
, ATTRIBUTE_NAME
, ATTRIBUTE_VALUE
FROM APPS.MTL_STAT_ATTRIB_VALUES_ALL_V
WHERE INVENTORY_ITEM_STATUS_CODE = :status_code;
For production integration or reporting requirements, developers should query the underlying MTL_STATUS_ATTRIBUTE_VALUES table directly, since the view definition may change across releases. Use of this view should generally be limited to read-only diagnostics and code inspection.
-
VIEW: APPS.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,
-
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_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_CATEGORY_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_SETS_V, object_name:MTL_CATEGORY_SETS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CATEGORY_SETS_V ,
-
VIEW: APPS.MTL_STAT_ATTRIB_VALUES_ALL_V
12.2.2
-
View: MTL_CATEGORY_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_SETS_V, object_name:MTL_CATEGORY_SETS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CATEGORY_SETS_V ,
-
View: MTL_ITEM_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATEGORIES_V, object_name:MTL_ITEM_CATEGORIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_CATEGORIES_V ,
-
VIEW: APPS.MTL_CATEGORY_SETS_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.MTL_STAT_ATTRIB_VALUES_ALL_V
12.1.1
-
VIEW: APPS.MTL_CATEGORY_SETS_V
12.1.1
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.2.2
-
View: MTL_ITEM_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATEGORIES_V, object_name:MTL_ITEM_CATEGORIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_CATEGORIES_V ,
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.1.1
-
VIEW: APPS.MTL_CATEGORY_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_SETS_V, object_name:MTL_CATEGORY_SETS_V, status:VALID,
-
VIEW: APPS.MTL_CATEGORY_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_SETS_V, object_name:MTL_CATEGORY_SETS_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATEGORIES_V, object_name:MTL_ITEM_CATEGORIES_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATEGORIES_V, object_name:MTL_ITEM_CATEGORIES_V, status:VALID,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2