DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on FF_COMPILED_INFO_F

Line 464: DELETE FROM ff_compiled_info_f ci

460: -- Check if a formulas exist for the business group
461: --
462: for form in csr_get_bg_formulas(p_business_group_id) loop
463: --
464: DELETE FROM ff_compiled_info_f ci
465: WHERE ci.formula_id = form.formula_id;
466: hr_utility.set_location(l_proc,20);
467: --
468: DELETE FROM ff_fdi_usages_f fdi