DBA Data[Home] [Help]

APPS.HR_HELPDESK_UTIL_SS dependencies on FND_GLOBAL

Line 126: where user_id = fnd_global.USER_ID))

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))
127: connect by fme.menu_id = prior fme.sub_menu_id )
128: where function_id IN (select function_id from fnd_form_functions
129: where function_name = 'HR_HELPDESK_SS') ;
130: