DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_UTILS_PKG

Line 1938: if not FA_UTILS_PKG.faxrnd(dpr.deprn_rsv, ret.book, ret.set_of_books_id, p_log_level_rec => p_log_level_rec) then

1934: end if;
1935:
1936: -- fix for 4639408
1937: dpr.deprn_rsv := cost_frac * deprn_reserve;
1938: if not FA_UTILS_PKG.faxrnd(dpr.deprn_rsv, ret.book, ret.set_of_books_id, p_log_level_rec => p_log_level_rec) then
1939: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1940: return FALSE;
1941: end if;
1942: dpr.deprn_rsv := deprn_reserve - dpr.deprn_rsv;

Line 2017: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt

2013:
2014: -- End of fix for bug4343087
2015:
2016: /* BUG# 2482031: rounding issue - YYOON */
2017: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt
2018: ,x_book => ret.book
2019: ,x_set_of_books_id => ret.set_of_books_id
2020: , p_log_level_rec => p_log_level_rec) then
2021: return FALSE;

Line 2025: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt

2021: return FALSE;
2022: end if;
2023:
2024:
2025: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt
2026: ,x_book => ret.book
2027: ,x_set_of_books_id => ret.set_of_books_id
2028: , p_log_level_rec => p_log_level_rec) then
2029: return FALSE;

Line 2032: if not FA_UTILS_PKG.faxrnd(x_amount => impairment_amt

2028: , p_log_level_rec => p_log_level_rec) then
2029: return FALSE;
2030: end if;
2031:
2032: if not FA_UTILS_PKG.faxrnd(x_amount => impairment_amt
2033: ,x_book => ret.book
2034: ,x_set_of_books_id => ret.set_of_books_id
2035: , p_log_level_rec => p_log_level_rec) then
2036: return FALSE;

Line 2040: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt

2036: return FALSE;
2037: end if;
2038:
2039:
2040: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt
2041: ,x_book => ret.book
2042: ,x_set_of_books_id => ret.set_of_books_id
2043: , p_log_level_rec => p_log_level_rec) then
2044: return FALSE;

Line 2047: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort

2043: , p_log_level_rec => p_log_level_rec) then
2044: return FALSE;
2045: end if;
2046:
2047: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort
2048: ,x_book => ret.book
2049: ,x_set_of_books_id => ret.set_of_books_id
2050: , p_log_level_rec => p_log_level_rec) then
2051: return FALSE;

Line 2237: if not FA_UTILS_PKG.faxrnd(dpr_group.deprn_rsv

2233: end if;
2234:
2235: -- fix for 4639408
2236: dpr_group.deprn_rsv := cost_frac * deprn_reserve;
2237: if not FA_UTILS_PKG.faxrnd(dpr_group.deprn_rsv
2238: ,ret_group.book
2239: ,ret.set_of_books_id
2240: ,p_log_level_rec => p_log_level_rec) then
2241: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

Line 2310: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt_group

2306: dpr_group.salvage_value := bk_group.salvage_value;
2307: dpr_group.old_adj_cost := bk_group.old_adj_cost;
2308: dpr_group.deprn_override_used_by := null;
2309:
2310: if not FA_UTILS_PKG.faxrnd(x_amount => deprn_amt_group
2311: ,x_book => ret.book
2312: ,x_set_of_books_id => ret.set_of_books_id
2313: , p_log_level_rec => p_log_level_rec) then
2314: return FALSE;

Line 2318: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt_group

2314: return FALSE;
2315: end if;
2316:
2317:
2318: if not FA_UTILS_PKG.faxrnd(x_amount => bonus_deprn_amt_group
2319: ,x_book => ret.book
2320: ,x_set_of_books_id => ret.set_of_books_id
2321: , p_log_level_rec => p_log_level_rec) then
2322: return FALSE;

Line 2325: if not FA_UTILS_PKG.faxrnd(x_amount => impairment_amt_group

2321: , p_log_level_rec => p_log_level_rec) then
2322: return FALSE;
2323: end if;
2324:
2325: if not FA_UTILS_PKG.faxrnd(x_amount => impairment_amt_group
2326: ,x_book => ret.book
2327: ,x_set_of_books_id => ret.set_of_books_id
2328: , p_log_level_rec => p_log_level_rec) then
2329: return FALSE;

Line 2333: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt_group

2329: return FALSE;
2330: end if;
2331:
2332:
2333: if not FA_UTILS_PKG.faxrnd(x_amount => reval_deprn_amt_group
2334: ,x_book => ret.book
2335: ,x_set_of_books_id => ret.set_of_books_id
2336: , p_log_level_rec => p_log_level_rec) then
2337: return FALSE;

Line 2340: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort_group

2336: , p_log_level_rec => p_log_level_rec) then
2337: return FALSE;
2338: end if;
2339:
2340: if not FA_UTILS_PKG.faxrnd(x_amount => reval_amort_group
2341: ,x_book => ret.book
2342: ,x_set_of_books_id => ret.set_of_books_id
2343: , p_log_level_rec => p_log_level_rec) then
2344: return FALSE;