DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_UTILS_PKG

Line 3978: if not FA_UTILS_PKG.faxrnd(adj_row.adjustment_amount, ret.book, ret.set_of_books_id, p_log_level_rec => p_log_level_rec) then

3974: adj_row.distribution_id := h_dist_id;
3975: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
3976: adj_row.set_of_books_id := ret.set_of_books_id;
3977:
3978: if not FA_UTILS_PKG.faxrnd(adj_row.adjustment_amount, ret.book, ret.set_of_books_id, p_log_level_rec => p_log_level_rec) then
3979: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
3980: return(FALSE);
3981: end if;
3982:

Line 5173: --if not FA_UTILS_PKG.faxrnd(cost_frac, ret.book, p_log_level_rec => p_log_level_rec) then

5169: cost_frac := ret.cost_retired / bk.current_cost;
5170:
5171: -- Fix for Bug 3172944. Do not round cost_frac
5172: -- Call faxrnd to round cost_frac in fagrin
5173: --if not FA_UTILS_PKG.faxrnd(cost_frac, ret.book, p_log_level_rec => p_log_level_rec) then
5174: -- fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
5175: -- return(FALSE);
5176: --end if;
5177: end if;

Line 6156: if not FA_UTILS_PKG.faxrnd(p_tbl_adj_final(l_final_ind).cost, ret.book, ret.set_of_books_id, p_log_level_rec) then

6152:
6153: if j < l_tbl_active_dist.count then
6154: p_tbl_adj_final(l_final_ind).cost := p_tbl_cost_ret(i).adjustment_amount*
6155: (l_tbl_active_dist(j).units_assigned/l_total_active_dist);
6156: if not FA_UTILS_PKG.faxrnd(p_tbl_adj_final(l_final_ind).cost, ret.book, ret.set_of_books_id, p_log_level_rec) then
6157: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
6158: return(FALSE);
6159: end if;
6160: l_adj_type_total := l_adj_type_total + p_tbl_adj_final(l_final_ind).cost;