DBA Data[Home] [Help]

APPS.PAY_US_GARN_UPGRADE dependencies on FF_FDI_USAGES

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 237: from ff_fdi_usages

233: from ff_formulas_f
234: where formula_name in (l_formula_name,
235: l_cal_formula_name));
236: delete
237: from ff_fdi_usages
238: where formula_id in (select formula_id
239: from ff_formulas_f
240: where formula_name in (l_formula_name,
241: l_cal_formula_name));