DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on FA_FLAT_RATES

Line 4326: from fa_flat_rates ffr,

4322:
4323: cursor l_rate_csr (p_deprn_method in varchar2,
4324: p_rate in number) is
4325: select 'Y'
4326: from fa_flat_rates ffr,
4327: fa_methods fm
4328: where fm.method_code = p_deprn_method
4329: and ffr.method_id = fm.method_id
4330: and ffr.adjusted_rate = p_rate