DBA Data[Home] [Help]

APPS.ICX_PORTLET dependencies on FND_RESPONSIBILITY_VL

Line 16: FND_RESPONSIBILITY_VL fr,

12: fr.APPLICATION_ID,
13: fr.RESPONSIBILITY_ID,
14: furg.SECURITY_GROUP_ID
15: from FND_MENU_ENTRIES fme,
16: FND_RESPONSIBILITY_VL fr,
17: FND_USER_RESP_GROUPS furg
18: where furg.USER_ID = icx_sec.g_user_id
19: and furg.RESPONSIBILITY_APPLICATION_ID = fr.APPLICATION_ID
20: and furg.RESPONSIBILITY_ID = fr.RESPONSIBILITY_ID