DBA Data[Home] [Help]

APPS.PA_MC_CURRENCY_PKG dependencies on GL_MC_CURRENCY_PKG

Line 1086: GL_MC_CURRENCY_PKG.CurrRound(ap.amount_variance * nvl(mc.exchange_rate,1),l_reporting_curr_code)),0) amount,/*Bug 4292891*/

1082: -- (mc.BASE_INVOICE_PRICE_VARIANCE/ap.BASE_INVOICE_PRICE_VARIANCE)) exchange_rate,
1083: nvl(mc.exchange_date,ap.exchange_date) exchange_date,
1084: mc.exchange_rate_type,
1085: nvl(nvl(mc.BASE_INVOICE_PRICE_VARIANCE,
1086: GL_MC_CURRENCY_PKG.CurrRound(ap.amount_variance * nvl(mc.exchange_rate,1),l_reporting_curr_code)),0) amount,/*Bug 4292891*/
1087: sob.currency_code
1088: INTO x_exchange_rate,
1089: x_exchange_date,
1090: x_exchange_rate_type,

Line 1107: x_amount := GL_MC_CURRENCY_PKG.CurrRound(l_amount, l_reporting_curr_code);

1103: /*
1104: IF nvl(x_amount,0) = 0 THEN
1105: AP_PA_API_PKG.get_inv_amount_var(x_invoice_id,x_line_num,l_denom_amt_var,l_base_amt_var);
1106: l_amount := nvl(l_denom_amt_var,0) * nvl(x_exchange_rate,1);
1107: x_amount := GL_MC_CURRENCY_PKG.CurrRound(l_amount, l_reporting_curr_code);
1108: END IF;
1109: */
1110:
1111: ELSIF (x_transaction_source = 'AP VARIANCE' AND x_system_reference4='ERV' ) THEN

Line 1815: gl_mc_currency_pkg.get_rate( p_primary_set_of_books_id => l_sob,

1811: 'exchange rate: '||l_exchange_rate);
1812:
1813:
1814: PAAPIMP_PKG.G_err_stage := 'CALLING GET_RATE IN INS_MC_TXN_INTERFACE 1';
1815: gl_mc_currency_pkg.get_rate( p_primary_set_of_books_id => l_sob,
1816: p_reporting_set_of_books_id => g_rsob_tab(i).rsob_id,
1817: p_trans_date => l_exchange_date,
1818: p_trans_currency_code => l_currency,
1819: p_trans_conversion_type => l_exchange_rate_type,

Line 1874: gl_mc_currency_pkg.get_rate(p_primary_set_of_books_id => l_sob,

1870:
1871: END IF;
1872:
1873: PAAPIMP_PKG.G_err_stage := 'CALLING GET_RATE IN INS_MC_TXN_INTERFACE 2';
1874: gl_mc_currency_pkg.get_rate(p_primary_set_of_books_id => l_sob,
1875: p_reporting_set_of_books_id => g_rsob_tab(i).rsob_id,
1876: p_trans_date => l_exchange_date,
1877: p_trans_currency_code => l_currency,
1878: p_trans_conversion_type => l_exchange_rate_type,