DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on FF_COMPILED_INFO_F

Line 4440: delete from ff_compiled_info_f where formula_id = l_formula_id;

4436: -- Delete the compiled information and usages table rows before the
4437: -- formula row.
4438: --
4439: l_formula_id := p_rowid_id_recs(i).id;
4440: delete from ff_compiled_info_f where formula_id = l_formula_id;
4441: --
4442: delete from ff_fdi_usages_f where formula_id = l_formula_id;
4443: --
4444: i := p_rowid_id_recs.next(i);