DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_UTILS_PKG

Line 2131: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.cost,

2127: -- converted to use utils package instead of fa_round_pkg
2128: -- so that the correct sob (P/R) is always used to get currency
2129:
2130:
2131: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.cost,
2132: p_asset_hdr_rec.book_type_code,
2133: p_log_level_rec => p_log_level_rec) then
2134: raise calc_err;
2135: end if;

Line 2138: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.original_cost,

2134: raise calc_err;
2135: end if;
2136:
2137:
2138: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.original_cost,
2139: p_asset_hdr_rec.book_type_code,
2140: p_log_level_rec => p_log_level_rec) then
2141: raise calc_err;
2142: end if;

Line 2144: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.reval_amortization_basis,

2140: p_log_level_rec => p_log_level_rec) then
2141: raise calc_err;
2142: end if;
2143:
2144: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.reval_amortization_basis,
2145: p_asset_hdr_rec.book_type_code,
2146: p_log_level_rec => p_log_level_rec) then
2147: raise calc_err;
2148: end if;

Line 2150: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.reval_ceiling,

2146: p_log_level_rec => p_log_level_rec) then
2147: raise calc_err;
2148: end if;
2149:
2150: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.reval_ceiling,
2151: p_asset_hdr_rec.book_type_code,
2152: p_log_level_rec => p_log_level_rec) then
2153: raise calc_err;
2154: end if;

Line 2156: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.unrevalued_cost,

2152: p_log_level_rec => p_log_level_rec) then
2153: raise calc_err;
2154: end if;
2155:
2156: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.unrevalued_cost,
2157: p_asset_hdr_rec.book_type_code,
2158: p_log_level_rec => p_log_level_rec) then
2159: raise calc_err;
2160: end if;

Line 2162: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.cip_cost,

2158: p_log_level_rec => p_log_level_rec) then
2159: raise calc_err;
2160: end if;
2161:
2162: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.cip_cost,
2163: p_asset_hdr_rec.book_type_code,
2164: p_log_level_rec => p_log_level_rec) then
2165: raise calc_err;
2166: end if;

Line 2168: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.deprn_reserve,

2164: p_log_level_rec => p_log_level_rec) then
2165: raise calc_err;
2166: end if;
2167:
2168: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.deprn_reserve,
2169: p_asset_hdr_rec.book_type_code,
2170: p_log_level_rec => p_log_level_rec) then
2171: raise calc_err;
2172: end if;

Line 2174: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.ytd_deprn,

2170: p_log_level_rec => p_log_level_rec) then
2171: raise calc_err;
2172: end if;
2173:
2174: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.ytd_deprn,
2175: p_asset_hdr_rec.book_type_code,
2176: p_log_level_rec => p_log_level_rec) then
2177: raise calc_err;
2178: end if;

Line 2180: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.reval_deprn_reserve,

2176: p_log_level_rec => p_log_level_rec) then
2177: raise calc_err;
2178: end if;
2179:
2180: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.reval_deprn_reserve,
2181: p_asset_hdr_rec.book_type_code,
2182: p_log_level_rec => p_log_level_rec) then
2183: raise calc_err;
2184: end if;

Line 2186: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.reval_ytd_deprn,

2182: p_log_level_rec => p_log_level_rec) then
2183: raise calc_err;
2184: end if;
2185:
2186: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.reval_ytd_deprn,
2187: p_asset_hdr_rec.book_type_code,
2188: p_log_level_rec => p_log_level_rec) then
2189: raise calc_err;
2190: end if;

Line 2192: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.bonus_deprn_reserve,

2188: p_log_level_rec => p_log_level_rec) then
2189: raise calc_err;
2190: end if;
2191:
2192: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.bonus_deprn_reserve,
2193: p_asset_hdr_rec.book_type_code,
2194: p_log_level_rec => p_log_level_rec) then
2195: raise calc_err;
2196: end if;

Line 2198: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.bonus_ytd_deprn,

2194: p_log_level_rec => p_log_level_rec) then
2195: raise calc_err;
2196: end if;
2197:
2198: if not FA_UTILS_PKG.faxrnd(px_asset_deprn_rec_new.bonus_ytd_deprn,
2199: p_asset_hdr_rec.book_type_code,
2200: p_log_level_rec => p_log_level_rec) then
2201: raise calc_err;
2202: end if;

Line 2720: if not FA_UTILS_PKG.faxceil(px_asset_fin_rec_new.allowed_deprn_limit_amount,

2716:
2717: -- BUG# 3092066
2718: -- use ceiling here, not round
2719: -- this results in a floor on the final amount
2720: if not FA_UTILS_PKG.faxceil(px_asset_fin_rec_new.allowed_deprn_limit_amount,
2721: p_asset_hdr_rec.book_type_code,
2722: p_log_level_rec => p_log_level_rec) then
2723: raise calc_err;
2724: end if;

Line 2832: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.allowed_deprn_limit_amount,

2828:
2829: end if;
2830:
2831: -- round the limit
2832: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.allowed_deprn_limit_amount,
2833: p_asset_hdr_rec.book_type_code,
2834: p_log_level_rec => p_log_level_rec) then
2835: raise calc_err;
2836: end if;

Line 2851: if not FA_UTILS_PKG.faxfloor(px_asset_fin_rec_new.adjusted_recoverable_cost,

2847:
2848: end if;
2849:
2850: -- round the adj_rec_cost
2851: if not FA_UTILS_PKG.faxfloor(px_asset_fin_rec_new.adjusted_recoverable_cost,
2852: p_asset_hdr_rec.book_type_code,
2853: p_log_level_rec => p_log_level_rec) then
2854: raise calc_err;
2855: end if;

Line 2926: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.itc_amount,

2922:
2923: -- ????
2924:
2925: -- round the amounts
2926: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.itc_amount,
2927: p_asset_hdr_rec.book_type_code,
2928: p_log_level_rec => p_log_level_rec) then
2929: raise calc_err;
2930: end if;

Line 2932: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.itc_basis,

2928: p_log_level_rec => p_log_level_rec) then
2929: raise calc_err;
2930: end if;
2931:
2932: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.itc_basis,
2933: p_asset_hdr_rec.book_type_code,
2934: p_log_level_rec => p_log_level_rec) then
2935: raise calc_err;
2936: end if;

Line 3044: if not FA_UTILS_PKG.faxceil(px_asset_fin_rec_new.salvage_value,

3040:
3041: px_asset_fin_rec_new.salvage_value := (px_asset_fin_rec_new.cost *
3042: px_asset_fin_rec_new.percent_salvage_value);
3043:
3044: if not FA_UTILS_PKG.faxceil(px_asset_fin_rec_new.salvage_value,
3045: p_asset_hdr_rec.book_type_code,
3046: p_log_level_rec => p_log_level_rec) then
3047: raise calc_err;
3048: end if;

Line 3125: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.salvage_value,

3121: end if;
3122: end if;
3123:
3124: -- round the amount
3125: if not FA_UTILS_PKG.faxrnd(px_asset_fin_rec_new.salvage_value,
3126: p_asset_hdr_rec.book_type_code,
3127: p_log_level_rec => p_log_level_rec) then
3128: raise calc_err;
3129: end if;