DBA Data[Home] [Help]

APPS.PAY_US_GARN_UPGRADE dependencies on FF_COMPILED_INFO

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

222: where formula_name = l_formula_name
223: and business_group_id = p_business_grp_id;
224:
225: /*
226: * Removing Entry from ff_compiled_info and ff_fdi_usages for both the formulas
227: * that are created for the new element. Customer needs to recompile all the
228: * formulae after running this process.
229: */
230: delete

Line 231: from ff_compiled_info

227: * that are created for the new element. Customer needs to recompile all the
228: * formulae after running this process.
229: */
230: delete
231: from ff_compiled_info
232: where formula_id in (select formula_id
233: from ff_formulas_f
234: where formula_name in (l_formula_name,
235: l_cal_formula_name));