DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_MC_UTIL_PVT

Line 1738: if not FA_MC_UTIL_PVT.get_trx_rate

1734:
1735: end if;
1736:
1737: /* BUG#2919562 */
1738: if not FA_MC_UTIL_PVT.get_trx_rate
1739: (p_prim_set_of_books_id => g_primary_set_of_books_id,
1740: p_reporting_set_of_books_id => l_asset_hdr_rec.set_of_books_id,
1741: px_exchange_date => l_asset_retire_rec.date_retired,
1742: p_book_type_code => l_asset_hdr_rec.book_type_code,

Line 4868: if not FA_MC_UTIL_PVT.get_existing_rate

4864:
4865: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'calling get_existing_rate', '', p_log_level_rec); end if;
4866:
4867: -- get the exchange rate from the corporate transaction
4868: if not FA_MC_UTIL_PVT.get_existing_rate
4869: (p_set_of_books_id => sob_rec.sob_id,
4870: p_transaction_header_id => l_trans_rec.source_transaction_header_id,
4871: px_rate => l_rate
4872: ,p_log_level_rec => p_log_level_rec) then return false;

Line 4883: if not FA_MC_UTIL_PVT.get_trx_rate

4879: l_exchange_date := l_trans_rec.transaction_date_entered;
4880:
4881: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'calling get_trx_rate', '', p_log_level_rec); end if;
4882:
4883: if not FA_MC_UTIL_PVT.get_trx_rate
4884: (p_prim_set_of_books_id => fa_cache_pkg.fazcbc_record.set_of_books_id,
4885: p_reporting_set_of_books_id => sob_rec.sob_id,
4886: px_exchange_date => l_exchange_date,
4887: p_book_type_code => l_asset_hdr_rec.book_type_code,