DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_S_FUNCTION_PARAMETERS

Line 3427: delete from hr_s_function_parameters a

3423: and b.name = stu_rec.name
3424: and nvl(b.legislation_code,'X')=nvl(stu_rec.c_leg_code,'X')
3425: );
3426:
3427: delete from hr_s_function_parameters a
3428: where exists
3429: (select null
3430: from hr_s_functions b
3431: where b.function_id = a.function_id

Line 3617: from hr_s_function_parameters

3613: , continuing_parameter
3614: , data_type
3615: , name
3616: , optional
3617: from hr_s_function_parameters
3618: where function_id = each_func.function_id;
3619: EXCEPTION WHEN OTHERS THEN
3620: hr_legislation.hrrunprc_trace_on;
3621: hr_utility.trace('ins ff_function_parameters');