DBA Data[Home] [Help]

APPS.BIS_FN_SECURITY dependencies on FND_RESP_FUNCTIONS

Line 19: fnd_resp_functions ex

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
22: AND ex.action_id(+) <> decode(me.entry_type, 'F', me.function_id,
23: 'M', me.sub_menu_id, null);