DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_UTILS_PKG

Line 2276: if (NOT fa_utils_pkg.faxrnd (

2272: l_asset_retire_rec.proceeds_of_sale :=
2273: px_asset_retire_rec_new.proceeds_of_sale * l_rate;
2274:
2275: -- Round the converted amount
2276: if (NOT fa_utils_pkg.faxrnd (
2277: x_amount => l_asset_retire_rec.proceeds_of_sale,
2278: x_book => l_mrc_asset_hdr_rec.book_type_code,
2279: x_set_of_books_id => l_mrc_asset_hdr_rec.set_of_books_id,
2280: p_log_level_rec => g_log_level_rec)) then

Line 2346: if (NOT fa_utils_pkg.faxrnd (

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