DBA Data[Home] [Help]

APPS.BIS_FN_SECURITY dependencies on FND_MENU_ENTRIES

Line 17: FROM fnd_menu_entries m

13: CURSOR CM (x_menu_id in number) IS
14: SELECT me.function_id, me.sub_menu_id
15: FROM (SELECT m.menu_id, m.function_id, m.sub_menu_id,
16: decode(m.function_id, NULL, 'M', 'F') entry_type
17: FROM fnd_menu_entries m
18: WHERE m.menu_id = x_menu_id) me,
19: fnd_resp_functions ex
20: WHERE ex.responsibility_id (+) = p_responsibility_id
21: AND ex.rule_type(+) = me.entry_type