DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_S_FUNCTION_PARAMETERS

Line 3376: delete from hr_s_function_parameters a

3372: and b.name = stu_rec.name
3373: and nvl(b.legislation_code,'X')=nvl(stu_rec.c_leg_code,'X')
3374: );
3375:
3376: delete from hr_s_function_parameters a
3377: where exists
3378: (select null
3379: from hr_s_functions b
3380: where b.function_id = a.function_id

Line 3566: from hr_s_function_parameters

3562: , continuing_parameter
3563: , data_type
3564: , name
3565: , optional
3566: from hr_s_function_parameters
3567: where function_id = each_func.function_id;
3568: EXCEPTION WHEN OTHERS THEN
3569: hr_legislation.hrrunprc_trace_on;
3570: hr_utility.trace('ins ff_function_parameters');