DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PVT dependencies on FA_UTILS_PKG

Line 364: if not fa_utils_pkg.faxrnd

360: -- (4) Fin_info : End of loading l_fin_info.
361:
362: -- for reporting currency round to correct precision.
363:
364: if not fa_utils_pkg.faxrnd
365: (x_amount => l_fin_info.cost,
366: x_book => px_asset_hdr_rec.book_type_code,
367: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
368: p_log_level_rec => p_log_level_rec

Line 373: if not fa_utils_pkg.faxrnd

369: ) then
370: raise tax_rsv_adj_err;
371: end if;
372:
373: if not fa_utils_pkg.faxrnd
374: (x_amount => l_fin_info.salvage_value,
375: x_book => px_asset_hdr_rec.book_type_code,
376: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
377: p_log_level_rec => p_log_level_rec

Line 382: if not fa_utils_pkg.faxrnd

378: ) then
379: raise tax_rsv_adj_err;
380: end if;
381:
382: if not fa_utils_pkg.faxrnd
383: (x_amount => l_fin_info.rec_cost,
384: x_book => px_asset_hdr_rec.book_type_code,
385: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
386: p_log_level_rec => p_log_level_rec

Line 391: if not fa_utils_pkg.faxrnd

387: ) then
388: raise tax_rsv_adj_err;
389: end if;
390:
391: if not fa_utils_pkg.faxrnd
392: (x_amount => l_fin_info.adj_cost,
393: x_book => px_asset_hdr_rec.book_type_code,
394: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
395: p_log_level_rec => p_log_level_rec

Line 400: if not fa_utils_pkg.faxrnd

396: ) then
397: raise tax_rsv_adj_err;
398: end if;
399:
400: if not fa_utils_pkg.faxrnd
401: (x_amount => l_fin_info.rate_adj_factor,
402: x_book => px_asset_hdr_rec.book_type_code,
403: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
404: p_log_level_rec => p_log_level_rec

Line 409: if not fa_utils_pkg.faxrnd

405: ) then
406: raise tax_rsv_adj_err;
407: end if;
408:
409: if not fa_utils_pkg.faxrnd
410: (x_amount => l_fin_info.reval_amo_basis,
411: x_book => px_asset_hdr_rec.book_type_code,
412: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
413: p_log_level_rec => p_log_level_rec

Line 418: if not fa_utils_pkg.faxrnd

414: ) then
415: raise tax_rsv_adj_err;
416: end if;
417:
418: if not fa_utils_pkg.faxrnd
419: (x_amount => l_asset_tax_rsv_adj_rec.adjusted_ytd_deprn,
420: x_book => px_asset_hdr_rec.book_type_code,
421: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
422: p_log_level_rec => p_log_level_rec

Line 1228: if not fa_utils_pkg.faxrnd

1224:
1225: /* Bug 4597471 -- for PREVIEW mode insert into interface table so that the preview report can just pick the
1226: values from the interface table */
1227:
1228: if not fa_utils_pkg.faxrnd
1229: (x_amount => l_asset_tax_rsv_adj_rec.adjusted_ytd_deprn,
1230: x_book => px_asset_hdr_rec.book_type_code,
1231: x_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
1232: p_log_level_rec => p_log_level_rec