DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on FF_COMPILED_INFO_F

Line 5384: -- FF_COMPILED_INFO_F

5380:
5381: -- Get formula_ids to delete from various tables:
5382: -- FF_FORMULAS_F
5383: -- FF_FDI_USAGES_F
5384: -- FF_COMPILED_INFO_F
5385: --
5386: OPEN get_formulae(assoc_eles(i));
5387: LOOP
5388:

Line 5412: DELETE FROM ff_compiled_info_f

5408: end;
5409:
5410: begin
5411:
5412: DELETE FROM ff_compiled_info_f
5413: WHERE formula_id = v_ff_id;
5414:
5415: exception when NO_DATA_FOUND then
5416: null;

Line 5472: DELETE FROM ff_compiled_info_f

5468: end;
5469:
5470: begin
5471:
5472: DELETE FROM ff_compiled_info_f
5473: WHERE formula_id = v_ff_id;
5474:
5475: exception when NO_DATA_FOUND then
5476: null;