DBA Data[Home] [Help]

APPS.IGS_EN_GEN_008 dependencies on FND_RESPONSIBILITY

Line 2167: FROM fnd_responsibility resp

2163: fun.FUNCTION_ID IN (SELECT menu.FUNCTION_ID
2164: FROM fnd_menu_entries menu
2165: CONNECT BY menu.menu_id = PRIOR menu.SUB_MENU_ID
2166: START WITH menu.menu_id = (SELECT resp.MENU_ID
2167: FROM fnd_responsibility resp
2168: WHERE responsibility_id = fnd_global.RESP_ID
2169: AND resp.application_id = 8405));
2170:
2171: