DBA Data[Home] [Help]

APPS.PAY_US_RSRW_UPGREV dependencies on FF_FDI_USAGES_F

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

2070:
2071: END IF;
2072:
2073: /*
2074: * Removing Entry from ff_compiled_info and ff_fdi_usages for both the formulas
2075: * that are created for the seeded elements. Customer needs to recompile all the
2076: * formulae after running this process.
2077: */
2078: delete

Line 2083: from ff_fdi_usages_f

2079: from ff_compiled_info_f
2080: where formula_id = l_formula_id;
2081:
2082: delete
2083: from ff_fdi_usages_f
2084: where formula_id = l_formula_id;
2085:
2086: hr_utility.trace('Leaving ' || gv_package_name || '.modify_formula_text');
2087: