DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_UTILS_PKG

Line 1122: if (NOT fa_utils_pkg.faxrnd (

1118: p_primary_asset_fin_rec.cip_cost * x_exchange_rate;
1119:
1120:
1121: -- Round the converted amounts
1122: if (NOT fa_utils_pkg.faxrnd (
1123: x_amount => x_report_asset_fin_rec.cost,
1124: x_book => p_report_asset_hdr_rec.book_type_code,
1125: p_log_level_rec => p_log_level_rec)) then
1126: raise all_books_err;

Line 1129: if (NOT fa_utils_pkg.faxrnd (

1125: p_log_level_rec => p_log_level_rec)) then
1126: raise all_books_err;
1127: end if;
1128:
1129: if (NOT fa_utils_pkg.faxrnd (
1130: x_amount => x_report_asset_fin_rec.unrevalued_cost,
1131: x_book => p_report_asset_hdr_rec.book_type_code,
1132: p_log_level_rec => p_log_level_rec)) then
1133: raise all_books_err;

Line 1136: if (NOT fa_utils_pkg.faxrnd (

1132: p_log_level_rec => p_log_level_rec)) then
1133: raise all_books_err;
1134: end if;
1135:
1136: if (NOT fa_utils_pkg.faxrnd (
1137: x_amount => x_report_asset_fin_rec.salvage_value,
1138: x_book => p_report_asset_hdr_rec.book_type_code,
1139: p_log_level_rec => p_log_level_rec)) then
1140: raise all_books_err;

Line 1143: if (NOT fa_utils_pkg.faxrnd (

1139: p_log_level_rec => p_log_level_rec)) then
1140: raise all_books_err;
1141: end if;
1142:
1143: if (NOT fa_utils_pkg.faxrnd (
1144: x_amount => x_report_asset_fin_rec.original_cost,
1145: x_book => p_report_asset_hdr_rec.book_type_code,
1146: p_log_level_rec => p_log_level_rec)) then
1147: raise all_books_err;

Line 1150: if (NOT fa_utils_pkg.faxrnd (

1146: p_log_level_rec => p_log_level_rec)) then
1147: raise all_books_err;
1148: end if;
1149:
1150: if (NOT fa_utils_pkg.faxrnd (
1151: x_amount => x_report_asset_fin_rec.cip_cost,
1152: x_book => p_report_asset_hdr_rec.book_type_code,
1153: p_log_level_rec => p_log_level_rec)) then
1154: raise all_books_err;

Line 1195: if (NOT fa_utils_pkg.faxrnd (

1191: x_report_asset_deprn_rec.reval_deprn_reserve :=
1192: p_primary_asset_deprn_rec.reval_deprn_reserve * x_exchange_rate;
1193:
1194: -- Round the converted amounts
1195: if (NOT fa_utils_pkg.faxrnd (
1196: x_amount => x_report_asset_deprn_rec.deprn_reserve,
1197: x_book => p_report_asset_hdr_rec.book_type_code,
1198: p_log_level_rec => p_log_level_rec)) then
1199: raise all_books_err;

Line 1202: if (NOT fa_utils_pkg.faxrnd (

1198: p_log_level_rec => p_log_level_rec)) then
1199: raise all_books_err;
1200: end if;
1201:
1202: if (NOT fa_utils_pkg.faxrnd (
1203: x_amount => x_report_asset_deprn_rec.ytd_deprn,
1204: x_book => p_report_asset_hdr_rec.book_type_code,
1205: p_log_level_rec => p_log_level_rec)) then
1206: raise all_books_err;

Line 1209: if (NOT fa_utils_pkg.faxrnd (

1205: p_log_level_rec => p_log_level_rec)) then
1206: raise all_books_err;
1207: end if;
1208:
1209: if (NOT fa_utils_pkg.faxrnd (
1210: x_amount => x_report_asset_deprn_rec.bonus_deprn_reserve,
1211: x_book => p_report_asset_hdr_rec.book_type_code,
1212: p_log_level_rec => p_log_level_rec)) then
1213: raise all_books_err;

Line 1216: if (NOT fa_utils_pkg.faxrnd (

1212: p_log_level_rec => p_log_level_rec)) then
1213: raise all_books_err;
1214: end if;
1215:
1216: if (NOT fa_utils_pkg.faxrnd (
1217: x_amount => x_report_asset_deprn_rec.bonus_ytd_deprn,
1218: x_book => p_report_asset_hdr_rec.book_type_code,
1219: p_log_level_rec => p_log_level_rec)) then
1220: raise all_books_err;

Line 1223: if (NOT fa_utils_pkg.faxrnd (

1219: p_log_level_rec => p_log_level_rec)) then
1220: raise all_books_err;
1221: end if;
1222:
1223: if (NOT fa_utils_pkg.faxrnd (
1224: x_amount => x_report_asset_deprn_rec.reval_deprn_reserve,
1225: x_book => p_report_asset_hdr_rec.book_type_code,
1226: p_log_level_rec => p_log_level_rec)) then
1227: raise all_books_err;