DBA Data[Home] [Help]

APPS.HR_US_GARN_GEN dependencies on FF_COMPILED_INFO_F

Line 5247: -- FF_COMPILED_INFO_F

5243:
5244: -- Get formula_ids to delete from various tables:
5245: -- FF_FORMULAS_F
5246: -- FF_FDI_USAGES_F
5247: -- FF_COMPILED_INFO_F
5248: --
5249: OPEN get_formulae(assoc_eles(i));
5250: LOOP
5251:

Line 5275: DELETE FROM ff_compiled_info_f

5271: end;
5272:
5273: begin
5274:
5275: DELETE FROM ff_compiled_info_f
5276: WHERE formula_id = v_ff_id;
5277:
5278: exception when NO_DATA_FOUND then
5279: null;

Line 5336: DELETE FROM ff_compiled_info_f

5332: end;
5333:
5334: begin
5335:
5336: DELETE FROM ff_compiled_info_f
5337: WHERE formula_id = v_ff_id;
5338:
5339: exception when NO_DATA_FOUND then
5340: null;