DBA Data[Home] [Help]

APPS.FA_FIN_ADJ1_PKG dependencies on FA_FLAT_RATES

Line 388: from fa_flat_rates fr, fa_methods mth

384: sysdate);
385:
386: cursor check_rate is
387: select 'Y'
388: from fa_flat_rates fr, fa_methods mth
389: where mth.method_code = bks_deprn_method_code
390: and mth.life_in_months is null
391: and mth.method_id = fr.method_id
392: and fr.basic_rate = bks_basic_rate