DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_UTILS_PKG

Line 2346: if (NOT fa_utils_pkg.faxrnd (

2342: l_asset_retire_rec.proceeds_of_sale :=
2343: px_asset_retire_rec_new.proceeds_of_sale * l_rate;
2344:
2345: -- Round the converted amount
2346: if (NOT fa_utils_pkg.faxrnd (
2347: x_amount => l_asset_retire_rec.proceeds_of_sale,
2348: x_book => l_mrc_asset_hdr_rec.book_type_code,
2349: p_log_level_rec => g_log_level_rec)) then
2350: raise ret_err;

Line 2419: if (NOT fa_utils_pkg.faxrnd (

2415: l_asset_retire_rec.cost_of_removal :=
2416: px_asset_retire_rec_new.cost_of_removal * l_rate;
2417:
2418: -- Round the converted amount
2419: if (NOT fa_utils_pkg.faxrnd (
2420: x_amount => l_asset_retire_rec.cost_of_removal,
2421: x_book => l_mrc_asset_hdr_rec.book_type_code,
2422: p_log_level_rec => g_log_level_rec)) then
2423: raise ret_err;