DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS dependencies on FND_MENUS

Line 3212: from fnd_menus menu,

3208: /* resp.application_id = fnd_global.resp_appl_id join is added for Perfomance
3209: Bug 2634995 */
3210: select menu_name
3211: into l_menu_name
3212: from fnd_menus menu,
3213: fnd_responsibility resp
3214: where resp.responsibility_id = fnd_global.resp_id
3215: and resp.menu_id = menu.menu_id
3216: and resp.application_id = fnd_global.resp_appl_id ;

Line 4025: from fnd_menus menu,

4021: /* resp.application_id = fnd_global.resp_appl_id join is added for Perfomance
4022: Bug 2634995 */
4023: select menu_name, resp.menu_id
4024: into l_menu_name, l_menu_id
4025: from fnd_menus menu,
4026: fnd_responsibility resp
4027: where resp.responsibility_id = fnd_global.resp_id
4028: and resp.menu_id = menu.menu_id
4029: and resp.application_id = fnd_global.resp_appl_id ;