DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on FND_MENUS_VL

Line 306: from FND_MENUS_VL

302: and ( (attribute_application_id <> p_attribute_application_id)
303: or (attribute_code <> p_attribute_code) );
304: cursor l_check_menu_name (param_menu_name varchar2) is
305: select 1
306: from FND_MENUS_VL
307: where menu_name = param_menu_name;
308: cursor l_check_flexfield_name (param_flexfield_name varchar2,
309: param_flexfield_application_id number) is
310: select 1