DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on FND_RESPONSIBILITY

Line 3474: fnd_responsibility resp

3470: Bug 2634995 */
3471: select menu_name
3472: into l_menu_name
3473: from fnd_menus menu,
3474: fnd_responsibility resp
3475: where resp.responsibility_id = fnd_global.resp_id
3476: and resp.menu_id = menu.menu_id
3477: and resp.application_id = fnd_global.resp_appl_id ;
3478:

Line 4362: fnd_responsibility resp

4358: Bug 2634995 */
4359: select menu_name, resp.menu_id
4360: into l_menu_name, l_menu_id
4361: from fnd_menus menu,
4362: fnd_responsibility resp
4363: where resp.responsibility_id = fnd_global.resp_id
4364: and resp.menu_id = menu.menu_id
4365: and resp.application_id = fnd_global.resp_appl_id ;
4366: