DBA Data[Home] [Help]

APPS.INV_ATTRIBUTE_CONTROL_PVT dependencies on MTL_ITEM_ATTRIBUTES

Line 12: from mtl_item_attributes

8: attr_name := 'MTL_SYSTEM_ITEMS.'||x_source_item;
9: begin
10: select control_level
11: into l_control_level
12: from mtl_item_attributes
13: where attribute_name = attr_name;
14: exception
15: when no_data_found then
16: null;