DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on FF_COMPILED_INFO_F

Line 4422: delete from ff_compiled_info_f where formula_id = l_formula_id;

4418: -- Delete the compiled information and usages table rows before the
4419: -- formula row.
4420: --
4421: l_formula_id := p_rowid_id_recs(i).id;
4422: delete from ff_compiled_info_f where formula_id = l_formula_id;
4423: --
4424: delete from ff_fdi_usages_f where formula_id = l_formula_id;
4425: --
4426: i := p_rowid_id_recs.next(i);