DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_UTILS_PKG

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

850: := (l_asset_retire_rec.units_retired / l_asset_desc_rec.current_units)
851: * l_asset_fin_rec.cost;
852: end if;
853:
854: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired
855: ,x_book => l_asset_hdr_rec.book_type_code
856: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
857: ,p_log_level_rec => g_log_level_rec) then
858: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

1591:
1592: l_asset_retire_rec.units_retired := NULL;
1593:
1594: -- round the converted amounts
1595: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.cost_retired
1596: ,x_book => l_asset_hdr_rec.book_type_code
1597: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1598: , p_log_level_rec => p_log_level_rec) then
1599: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

1942: l_asset_retire_mrc_rec.cost_of_removal := l_asset_retire_rec.cost_of_removal
1943: * l_trx_rate;
1944:
1945: -- round the converted amounts
1946: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_retired
1947: ,x_book => l_asset_hdr_rec.book_type_code
1948: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1949: , p_log_level_rec => p_log_level_rec) then
1950: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

1948: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1949: , p_log_level_rec => p_log_level_rec) then
1950: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1951: end if;
1952: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.proceeds_of_sale
1953: ,x_book => l_asset_hdr_rec.book_type_code
1954: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1955: , p_log_level_rec => p_log_level_rec) then
1956: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

1954: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1955: , p_log_level_rec => p_log_level_rec) then
1956: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1957: end if;
1958: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_mrc_rec.cost_of_removal
1959: ,x_book => l_asset_hdr_rec.book_type_code
1960: ,x_set_of_books_id => l_asset_hdr_rec.set_of_books_id
1961: , p_log_level_rec => p_log_level_rec) then
1962: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2580: l_asset_hdr_rec.book_type_code, p_log_level_rec => p_log_level_rec);
2581:
2582: else
2583: l_salvage_value_new := l_asset_fin_rec.salvage_value * l_fraction_remaining;
2584: if not FA_UTILS_PKG.faxrnd(x_amount => l_salvage_value_new,
2585: x_book => l_asset_hdr_rec.book_type_code,
2586: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2587: p_log_level_rec => p_log_level_rec) then
2588: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2676: end if;
2677: --bug fix 3982941 ends
2678:
2679: -- rounding values
2680: if not FA_UTILS_PKG.faxrnd(x_amount => l_recoverable_cost_new,
2681: x_book => l_asset_hdr_rec.book_type_code,
2682: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2683: p_log_level_rec => p_log_level_rec) then
2684: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2687: -- Bug4343087: Moved function call of FA_UTILS_PKG.faxrnd for

2683: p_log_level_rec => p_log_level_rec) then
2684: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2685: end if;
2686:
2687: -- Bug4343087: Moved function call of FA_UTILS_PKG.faxrnd for
2688: -- l_adjusted_cost_new to after deprn basis function call.
2689:
2690: if not FA_UTILS_PKG.faxrnd(x_amount => l_unrevalued_cost_new,
2691: x_book => l_asset_hdr_rec.book_type_code,

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

2686:
2687: -- Bug4343087: Moved function call of FA_UTILS_PKG.faxrnd for
2688: -- l_adjusted_cost_new to after deprn basis function call.
2689:
2690: if not FA_UTILS_PKG.faxrnd(x_amount => l_unrevalued_cost_new,
2691: x_book => l_asset_hdr_rec.book_type_code,
2692: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2693: p_log_level_rec => p_log_level_rec) then
2694: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2693: p_log_level_rec => p_log_level_rec) then
2694: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2695: end if;
2696:
2697: if not FA_UTILS_PKG.faxrnd(x_amount => l_asset_retire_rec.eofy_reserve,
2698: x_book => l_asset_hdr_rec.book_type_code,
2699: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2700: p_log_level_rec => p_log_level_rec) then
2701: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2700: p_log_level_rec => p_log_level_rec) then
2701: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2702: end if;
2703:
2704: if not FA_UTILS_PKG.faxrnd(x_amount => l_eofy_reserve_new,
2705: x_book => l_asset_hdr_rec.book_type_code,
2706: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2707: p_log_level_rec => p_log_level_rec) then
2708: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2707: p_log_level_rec => p_log_level_rec) then
2708: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2709: end if;
2710:
2711: if not FA_UTILS_PKG.faxrnd(x_amount => l_reval_amort_basis_new,
2712: x_book => l_asset_hdr_rec.book_type_code,
2713: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2714: p_log_level_rec => p_log_level_rec) then
2715: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

2796: l_reserve_retired :=
2797: l_asset_deprn_rec.deprn_reserve * l_asset_retire_rec.cost_retired/l_asset_fin_rec.cost;
2798: end if;
2799: -- ENERGY
2800: if not FA_UTILS_PKG.faxrnd(x_amount => l_reserve_retired, -- ENERGY
2801: x_book => l_asset_hdr_rec.book_type_code,
2802: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2803: p_log_level_rec => p_log_level_rec) then -- ENERGY
2804: raise FND_API.G_EXC_UNEXPECTED_ERROR; -- ENERGY

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

2874: RETURN FALSE;
2875: end if;
2876:
2877: -- Bug4343087
2878: if not FA_UTILS_PKG.faxrnd(x_amount => l_adjusted_cost_new,
2879: x_book => l_asset_hdr_rec.book_type_code,
2880: x_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
2881: p_log_level_rec => p_log_level_rec) then
2882: raise FND_API.G_EXC_UNEXPECTED_ERROR;