DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_ROUND_PKG

Line 868: fa_round_pkg.fa_floor(h_adjusted_rec_cost, fin_info.book);

864: h_adjusted_rec_cost := 0;
865: end if;
866: elsif (h_allowed_deprn_limit_amt is null) then
867: h_adjusted_rec_cost := fin_info.cost * h_allowed_deprn_limit;
868: fa_round_pkg.fa_floor(h_adjusted_rec_cost, fin_info.book);
869: end if;
870: else
871: h_adjusted_rec_cost := fin_info.rec_cost;
872: end if; -- (h_use_deprn_limits_flag = 'YES')