DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_FLAT_RATES

Line 4615: from fa_flat_rates

4611: if (l_rate_source_rule = 'FLAT') then
4612:
4613: select count(*)
4614: into l_count
4615: from fa_flat_rates
4616: where method_id = l_method_id
4617: and basic_rate = px_asset_fin_rec_new.basic_rate
4618: and adjusted_rate = px_asset_fin_rec_new.adjusted_rate;
4619: