DBA Data[Home] [Help]

APPS.PAY_US_GARN_UPGRADE dependencies on FF_COMPILED_INFO

Line 233: * Removing Entry from ff_compiled_info and ff_fdi_usages for both the formulas

229: where formula_name = l_formula_name
230: and business_group_id = p_business_grp_id;
231:
232: /*
233: * Removing Entry from ff_compiled_info and ff_fdi_usages for both the formulas
234: * that are created for the new element. Customer needs to recompile all the
235: * formulae after running this process.
236: */
237: delete

Line 238: from ff_compiled_info

234: * that are created for the new element. Customer needs to recompile all the
235: * formulae after running this process.
236: */
237: delete
238: from ff_compiled_info
239: where formula_id in (select formula_id
240: from ff_formulas_f
241: where formula_name in (l_formula_name,
242: l_cal_formula_name));