DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_UTILS_PKG

Line 699: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired

695: l_asset_retire_rec.cost_retired
696: := (l_asset_retire_rec.units_retired / l_asset_desc_rec.current_units)
697: * l_asset_fin_rec.cost;
698:
699: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired
700: ,x_book => l_asset_hdr_rec.book_type_code
701: ,p_log_level_rec => g_log_level_rec) then
702: raise FND_API.G_EXC_UNEXPECTED_ERROR;
703: end if;

Line 1437: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired

1433:
1434: l_asset_retire_rec.units_retired := NULL;
1435:
1436: -- round the converted amounts
1437: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired
1438: ,x_book => l_asset_hdr_rec.book_type_code
1439: ,p_log_level_rec => p_log_level_rec) then
1440: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1441: end if;

Line 1765: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_retired

1761: l_asset_retire_mrc_rec.cost_of_removal := l_asset_retire_rec.cost_of_removal
1762: * l_trx_rate;
1763:
1764: -- round the converted amounts
1765: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_retired
1766: ,x_book => l_asset_hdr_rec.book_type_code
1767: ,p_log_level_rec => p_log_level_rec) then
1768: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1769: end if;

Line 1770: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.proceeds_of_sale

1766: ,x_book => l_asset_hdr_rec.book_type_code
1767: ,p_log_level_rec => p_log_level_rec) then
1768: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1769: end if;
1770: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.proceeds_of_sale
1771: ,x_book => l_asset_hdr_rec.book_type_code
1772: ,p_log_level_rec => p_log_level_rec) then
1773: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1774: end if;

Line 1775: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_of_removal

1771: ,x_book => l_asset_hdr_rec.book_type_code
1772: ,p_log_level_rec => p_log_level_rec) then
1773: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1774: end if;
1775: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_of_removal
1776: ,x_book => l_asset_hdr_rec.book_type_code
1777: ,p_log_level_rec => p_log_level_rec) then
1778: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1779: end if;

Line 2362: if not FA_UTILS_PKG.faxrnd(x_amount => l_salvage_value_new,

2358: ,p_log_level_rec => p_log_level_rec);
2359:
2360: else
2361: l_salvage_value_new := l_asset_fin_rec.salvage_value * l_fraction_remaining;
2362: if not FA_UTILS_PKG.faxrnd(x_amount => l_salvage_value_new,
2363: x_book => l_asset_hdr_rec.book_type_code
2364: ,p_log_level_rec => p_log_level_rec) then
2365: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2366: end if;

Line 2459: if not FA_UTILS_PKG.faxrnd(x_amount => l_recoverable_cost_new,

2455: end if;
2456: --bug fix 3982941 ends
2457:
2458: -- rounding values
2459: if not FA_UTILS_PKG.faxrnd(x_amount => l_recoverable_cost_new,
2460: x_book => l_asset_hdr_rec.book_type_code
2461: ,p_log_level_rec => p_log_level_rec) then
2462: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2463: end if;

Line 2465: if not FA_UTILS_PKG.faxrnd(x_amount => l_unrevalued_cost_new,

2461: ,p_log_level_rec => p_log_level_rec) then
2462: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2463: end if;
2464:
2465: if not FA_UTILS_PKG.faxrnd(x_amount => l_unrevalued_cost_new,
2466: x_book => l_asset_hdr_rec.book_type_code
2467: ,p_log_level_rec => p_log_level_rec) then
2468: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2469: end if;

Line 2471: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.eofy_reserve,

2467: ,p_log_level_rec => p_log_level_rec) then
2468: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2469: end if;
2470:
2471: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.eofy_reserve,
2472: x_book => l_asset_hdr_rec.book_type_code
2473: ,p_log_level_rec => p_log_level_rec) then
2474: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2475: end if;

Line 2477: if not FA_UTILS_PKG.faxrnd(x_amount => l_eofy_reserve_new,

2473: ,p_log_level_rec => p_log_level_rec) then
2474: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2475: end if;
2476:
2477: if not FA_UTILS_PKG.faxrnd(x_amount => l_eofy_reserve_new,
2478: x_book => l_asset_hdr_rec.book_type_code
2479: ,p_log_level_rec => p_log_level_rec) then
2480: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2481: end if;

Line 2483: if not FA_UTILS_PKG.faxrnd(x_amount => l_reval_amort_basis_new,

2479: ,p_log_level_rec => p_log_level_rec) then
2480: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2481: end if;
2482:
2483: if not FA_UTILS_PKG.faxrnd(x_amount => l_reval_amort_basis_new,
2484: x_book => l_asset_hdr_rec.book_type_code
2485: ,p_log_level_rec => p_log_level_rec) then
2486: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2487: end if;

Line 2555: if not FA_UTILS_PKG.faxrnd(x_amount => l_reserve_retired, -- ENERGY

2551: CLOSE c_get_reserve; -- ENERGY
2552: -- ENERGY
2553: l_reserve_retired := l_reserve_retired * l_asset_retire_rec.cost_retired/l_asset_fin_rec.cost; -- ENERGY
2554: -- ENERGY
2555: if not FA_UTILS_PKG.faxrnd(x_amount => l_reserve_retired, -- ENERGY
2556: x_book => l_asset_hdr_rec.book_type_code
2557: ,p_log_level_rec => p_log_level_rec) then -- ENERGY
2558: raise FND_API.G_EXC_UNEXPECTED_ERROR; -- ENERGY
2559: end if; -- ENERGY

Line 2653: if not FA_UTILS_PKG.faxrnd(x_amount => l_adjusted_cost_new,

2649: end if;
2650:
2651: -- Bug4343087: This rounding function call was relocated from the point before
2652: -- calling FA_CALC_DEPRN_BASIS1_PKG.CALL_DEPRN_BASIS.
2653: if not FA_UTILS_PKG.faxrnd(x_amount => l_adjusted_cost_new,
2654: x_book => l_asset_hdr_rec.book_type_code
2655: ,p_log_level_rec => p_log_level_rec) then
2656: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2657: end if;