DBA Data[Home] [Help]

APPS.AMW_LOAD_PROC_DATA dependencies on FND_RESP_FUNCTIONS

Line 1257: FROM fnd_resp_functions rf, fnd_FORm_functions f

1253: AND f.function_name = p_function_name;
1254:
1255: CURSOR c_func_excluded IS
1256: SELECT 'Y'
1257: FROM fnd_resp_functions rf, fnd_FORm_functions f
1258: WHERE rf.application_id = fnd_global.resp_appl_id
1259: AND rf.responsibility_id = fnd_global.resp_id
1260: AND rf.rule_type = 'F'
1261: AND rf.action_id = f.function_id