DBA Data[Home] [Help]

APPS.FA_TRACK_MEMBER_PVT dependencies on FA_ROUND_PKG

Line 7555: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);

7551: h_new_salvage_value := h_old_salvage_value + h_adj_salvage_value;
7552:
7553: if nvl(h_new_limit_type,'NONE') = 'PCT' then
7554: h_temp_limit_amount := h_new_cost*(1 - h_new_deprn_limit);
7555: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);
7556: h_new_adjusted_rec_cost := h_new_cost - h_temp_limit_amount;
7557: elsif nvl(h_new_limit_type,'NONE') = 'NONE' then
7558: h_new_adjusted_rec_cost := h_new_recoverable_cost; -- In this case, it should be same as new recoverable cost
7559: else

Line 7797: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);

7793: h_new_salvage_value := h_old_salvage_value + h_adj_salvage_value;
7794:
7795: if nvl(h_new_limit_type,'NONE') = 'PCT' then
7796: h_temp_limit_amount := h_new_cost*(1 - h_new_deprn_limit);
7797: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);
7798: h_new_adjusted_rec_cost := h_new_cost - h_temp_limit_amount;
7799: elsif nvl(h_new_limit_type,'NONE') = 'NONE' then
7800: h_new_adjusted_rec_cost := h_new_recoverable_cost; -- In this case, it should be same as new recoverable cost
7801: else

Line 9900: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);

9896: h_new_salvage_value := h_old_salvage_value + h_adj_salvage_value;
9897:
9898: if nvl(h_new_limit_type,'NONE') = 'PCT' then
9899: h_temp_limit_amount := h_new_cost*(1 - h_new_deprn_limit);
9900: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);
9901: h_new_adjusted_rec_cost := h_new_cost - h_temp_limit_amount;
9902: elsif nvl(h_new_limit_type,'NONE') = 'NONE' then
9903: h_new_adjusted_rec_cost := h_new_recoverable_cost; -- In this case, it should be same as new recoverable cost
9904: else

Line 10350: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);

10346: h_new_salvage_value := h_old_salvage_value + h_adj_salvage_value;
10347:
10348: if nvl(h_new_limit_type,'NONE') = 'PCT' then
10349: h_temp_limit_amount := h_new_cost*(1-h_new_deprn_limit);
10350: fa_round_pkg.fa_floor(h_temp_limit_amount,h_book_type_code, p_log_level_rec => p_log_level_rec);
10351: h_new_adjusted_rec_cost := h_new_cost - h_temp_limit_amount;
10352: elsif nvl(h_new_limit_type,'NONE') = 'NONE' then
10353: h_new_adjusted_rec_cost := h_new_recoverable_cost; -- In this case, it should be same as new recoverable cost
10354: else