DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on FF_COMPILED_INFO_F

Line 5225: -- FF_COMPILED_INFO_F

5221:
5222: -- Get formula_ids to delete from various tables:
5223: -- FF_FORMULAS_F
5224: -- FF_FDI_USAGES_F
5225: -- FF_COMPILED_INFO_F
5226: --
5227: OPEN get_formulae(assoc_eles(i));
5228: LOOP
5229:

Line 5253: DELETE FROM ff_compiled_info_f

5249: end;
5250:
5251: begin
5252:
5253: DELETE FROM ff_compiled_info_f
5254: WHERE formula_id = v_ff_id;
5255:
5256: exception when NO_DATA_FOUND then
5257: null;

Line 5313: DELETE FROM ff_compiled_info_f

5309: end;
5310:
5311: begin
5312:
5313: DELETE FROM ff_compiled_info_f
5314: WHERE formula_id = v_ff_id;
5315:
5316: exception when NO_DATA_FOUND then
5317: null;