DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_MENU_ENTRIES

Line 1166: FND_MENU_ENTRIES fme,

1162: l_security_group_id,
1163: l_responsibility_id,
1164: l_function_id
1165: from FND_FORM_FUNCTIONS fff,
1166: FND_MENU_ENTRIES fme,
1167: ICX_PAGE_PLUGS ipe
1168: where ipe.PLUG_ID = p_plug_id
1169: and fme.MENU_ID = ipe.MENU_ID
1170: and fme.ENTRY_SEQUENCE = ipe.ENTRY_SEQUENCE

Line 4443: fnd_menu_entries_vl b,

4439: END IF;
4440: select count(*)
4441: INTO n_hits
4442: from FND_FORM_FUNCTIONS a,
4443: fnd_menu_entries_vl b,
4444: fnd_responsibility_vl c,
4445: fnd_user_resp_groups d,
4446: fnd_security_groups_vl e
4447: where d.user_id = l_anon_user_id