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 4439: fnd_menu_entries_vl b,

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