DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_UTILS_PKG

Line 711: if not FA_UTILS_PKG.faxrnd(dpr.deprn_rsv, ret.book) then

707: end if;
708:
709: -- fix for 4639408
710: dpr.deprn_rsv := cost_frac * deprn_reserve;
711: if not FA_UTILS_PKG.faxrnd(dpr.deprn_rsv, ret.book) then
712: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
713: return FALSE;
714: end if;
715: dpr.deprn_rsv := deprn_reserve - dpr.deprn_rsv;

Line 789: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt

785: reval_amort := reval_amort * cost_frac;*/
786: -- End of bug fix 6113545
787:
788: /* BUG# 2482031: rounding issue - YYOON */
789: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt
790: ,x_book => ret.book
791: ,p_log_level_rec => p_log_level_rec) then
792: return FALSE;
793: end if;

Line 796: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt

792: return FALSE;
793: end if;
794:
795:
796: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt
797: ,x_book => ret.book
798: ,p_log_level_rec => p_log_level_rec) then
799: return FALSE;
800: end if;

Line 802: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt

798: ,p_log_level_rec => p_log_level_rec) then
799: return FALSE;
800: end if;
801:
802: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt
803: ,x_book => ret.book
804: ,p_log_level_rec => p_log_level_rec) then
805: return FALSE;
806: end if;

Line 808: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort

804: ,p_log_level_rec => p_log_level_rec) then
805: return FALSE;
806: end if;
807:
808: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort
809: ,x_book => ret.book
810: ,p_log_level_rec => p_log_level_rec) then
811: return FALSE;
812: end if;