DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_FLAT_RATES

Line 595: from fa_methods m, fa_flat_rates r

591: if (X_adjusted_rate is not null) then
592:
593: select r.basic_rate
594: into h_basic_rate
595: from fa_methods m, fa_flat_rates r
596: where m.method_code = X_method
597: and m.method_id = r.method_id
598: and r.adjusted_rate = X_adjusted_rate and rownum < 2;
599: