DBA Data[Home] [Help]

APPS.HR_HELPDESK_UTIL_SS dependencies on FND_MENU_ENTRIES

Line 122: select fme.function_id,fme.menu_id from fnd_menu_entries fme

118: l_count number;
119: Begin
120:
121: select count(function_id) into l_count from (
122: select fme.function_id,fme.menu_id from fnd_menu_entries fme
123: start with fme.menu_id IN
124: (select menu_id from fnd_responsibility where responsibility_id in(
125: select responsibility_id from fnd_user_resp_groups
126: where user_id = fnd_global.USER_ID))