DBA Data[Home] [Help]

APPS.INV_ATTRIBUTE_CONTROL_PVT dependencies on MTL_ITEM_ATTRIBUTES

Line 22: from mtl_item_attributes

18: attr_name := 'MTL_SYSTEM_ITEMS.'||x_source_item;
19: begin
20: select control_level
21: into l_control_level
22: from mtl_item_attributes
23: where attribute_name = attr_name;
24: exception
25: when no_data_found then
26: null;