DBA Data[Home] [Help]

APPS.FA_MC_UTIL_PVT dependencies on MC_FA_UTILITIES_PKG

Line 26: MC_FA_UTILITIES_PKG.get_rate

22: l_reporting_currency_code := gl_mc_currency_pkg.get_currency_code (
23: p_set_of_books_id => p_set_of_books_id);
24:
25: -- get the exchange rate from the corporate transaction
26: MC_FA_UTILITIES_PKG.get_rate
27: (p_set_of_books_id => p_set_of_books_id,
28: p_transaction_header_id => p_transaction_header_id,
29: p_currency_code => l_reporting_currency_code,
30: p_exchange_rate => l_exchange_rate,