DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_FLAT_RATES

Line 3857: from fa_flat_rates

3853: if (l_rate_source_rule = 'FLAT') then
3854:
3855: select count(*)
3856: into l_count
3857: from fa_flat_rates
3858: where method_id = l_method_id
3859: and basic_rate = px_asset_fin_rec_new.basic_rate
3860: and adjusted_rate = px_asset_fin_rec_new.adjusted_rate;
3861: