DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_UTILS_PKG

Line 1152: if (NOT fa_utils_pkg.faxrnd (

1148: p_primary_asset_fin_rec.cip_cost * x_exchange_rate;
1149:
1150:
1151: -- Round the converted amounts
1152: if (NOT fa_utils_pkg.faxrnd (
1153: x_amount => x_report_asset_fin_rec.cost,
1154: x_book => p_report_asset_hdr_rec.book_type_code,
1155: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1156: p_log_level_rec => p_log_level_rec)) then

Line 1160: if (NOT fa_utils_pkg.faxrnd (

1156: p_log_level_rec => p_log_level_rec)) then
1157: raise all_books_err;
1158: end if;
1159:
1160: if (NOT fa_utils_pkg.faxrnd (
1161: x_amount => x_report_asset_fin_rec.unrevalued_cost,
1162: x_book => p_report_asset_hdr_rec.book_type_code,
1163: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1164: p_log_level_rec => p_log_level_rec)) then

Line 1168: if (NOT fa_utils_pkg.faxrnd (

1164: p_log_level_rec => p_log_level_rec)) then
1165: raise all_books_err;
1166: end if;
1167:
1168: if (NOT fa_utils_pkg.faxrnd (
1169: x_amount => x_report_asset_fin_rec.salvage_value,
1170: x_book => p_report_asset_hdr_rec.book_type_code,
1171: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1172: p_log_level_rec => p_log_level_rec)) then

Line 1176: if (NOT fa_utils_pkg.faxrnd (

1172: p_log_level_rec => p_log_level_rec)) then
1173: raise all_books_err;
1174: end if;
1175:
1176: if (NOT fa_utils_pkg.faxrnd (
1177: x_amount => x_report_asset_fin_rec.original_cost,
1178: x_book => p_report_asset_hdr_rec.book_type_code,
1179: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1180: p_log_level_rec => p_log_level_rec)) then

Line 1184: if (NOT fa_utils_pkg.faxrnd (

1180: p_log_level_rec => p_log_level_rec)) then
1181: raise all_books_err;
1182: end if;
1183:
1184: if (NOT fa_utils_pkg.faxrnd (
1185: x_amount => x_report_asset_fin_rec.cip_cost,
1186: x_book => p_report_asset_hdr_rec.book_type_code,
1187: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1188: p_log_level_rec => p_log_level_rec)) then

Line 1230: if (NOT fa_utils_pkg.faxrnd (

1226: x_report_asset_deprn_rec.reval_deprn_reserve :=
1227: p_primary_asset_deprn_rec.reval_deprn_reserve * x_exchange_rate;
1228:
1229: -- Round the converted amounts
1230: if (NOT fa_utils_pkg.faxrnd (
1231: x_amount => x_report_asset_deprn_rec.deprn_reserve,
1232: x_book => p_report_asset_hdr_rec.book_type_code,
1233: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1234: p_log_level_rec => p_log_level_rec)) then

Line 1238: if (NOT fa_utils_pkg.faxrnd (

1234: p_log_level_rec => p_log_level_rec)) then
1235: raise all_books_err;
1236: end if;
1237:
1238: if (NOT fa_utils_pkg.faxrnd (
1239: x_amount => x_report_asset_deprn_rec.ytd_deprn,
1240: x_book => p_report_asset_hdr_rec.book_type_code,
1241: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1242: p_log_level_rec => p_log_level_rec)) then

Line 1246: if (NOT fa_utils_pkg.faxrnd (

1242: p_log_level_rec => p_log_level_rec)) then
1243: raise all_books_err;
1244: end if;
1245:
1246: if (NOT fa_utils_pkg.faxrnd (
1247: x_amount => x_report_asset_deprn_rec.bonus_deprn_reserve,
1248: x_book => p_report_asset_hdr_rec.book_type_code,
1249: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1250: p_log_level_rec => p_log_level_rec)) then

Line 1254: if (NOT fa_utils_pkg.faxrnd (

1250: p_log_level_rec => p_log_level_rec)) then
1251: raise all_books_err;
1252: end if;
1253:
1254: if (NOT fa_utils_pkg.faxrnd (
1255: x_amount => x_report_asset_deprn_rec.bonus_ytd_deprn,
1256: x_book => p_report_asset_hdr_rec.book_type_code,
1257: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1258: p_log_level_rec => p_log_level_rec)) then

Line 1262: if (NOT fa_utils_pkg.faxrnd (

1258: p_log_level_rec => p_log_level_rec)) then
1259: raise all_books_err;
1260: end if;
1261:
1262: if (NOT fa_utils_pkg.faxrnd (
1263: x_amount => x_report_asset_deprn_rec.reval_deprn_reserve,
1264: x_book => p_report_asset_hdr_rec.book_type_code,
1265: x_set_of_books_id => x_report_asset_fin_rec.set_of_books_id,
1266: p_log_level_rec => p_log_level_rec)) then