DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on FA_UTILS_PKG

Line 280: if not FA_UTILS_PKG.faxrnd

276:
277: -- Bug:4944700
278: -- round the amount to correct precision and use correct sign
279:
280: if not FA_UTILS_PKG.faxrnd
281: (X_amount => l_unplanned_amount,
282: X_book => p_asset_hdr_rec.book_type_code
283: ,p_log_level_rec => p_log_level_rec) then
284: raise unp_err;