DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_FLAT_RATES

Line 4455: ,fa_flat_rates ffr

4451: ,p_prior_adjusted_rate IN NUMBER )
4452: IS
4453: select count(1)
4454: from fa_methods fm
4455: ,fa_flat_rates ffr
4456: where fm.method_code = p_method
4457: and ffr.method_id = fm.method_id
4458: and ffr.basic_rate = p_prior_basic_rate
4459: and ffr.adjusted_rate = p_prior_adjusted_rate;