DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_METHODS

Line 484: from fa_methods m, fa_flat_rates r

480: if (X_adjusted_rate is not null) then
481:
482: select r.basic_rate
483: into h_basic_rate
484: from fa_methods m, fa_flat_rates r
485: where m.method_code = X_method
486: and m.method_id = r.method_id
487: and r.adjusted_rate = X_adjusted_rate and rownum < 2;
488: