DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_ROUND_PKG

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

833: h_adjusted_rec_cost := 0;
834: end if;
835: elsif (h_allowed_deprn_limit_amt is null) then
836: h_adjusted_rec_cost := fin_info.cost * h_allowed_deprn_limit;
837: fa_round_pkg.fa_floor(h_adjusted_rec_cost, fin_info.book);
838: end if;
839: else
840: h_adjusted_rec_cost := fin_info.rec_cost;
841: end if; -- (h_use_deprn_limits_flag = 'YES')