DBA Data[Home] [Help]

APPS.OKL_PAYMENT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 189: l_functional_currency := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;

185: --for bug #(3040085)
186: --jsanju 07/10
187: -- populate this only if receipt currency is diff from
188: -- functional currency.
189: l_functional_currency := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;
190: if l_functional_currency <> p_currency_code THEN
191: /* OPEN c_get_exchange_info (p_contract_id);
192: FETCH c_get_exchange_info INTO l_rctv_rec.exchange_rate_type,
193: l_rctv_rec.exchange_rate,

Line 391: l_functional_currency := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;

387: --for bug #(3040085)
388: --jsanju 07/10
389: -- populate this only if receipt currency is diff from
390: -- functional currency.
391: l_functional_currency := OKL_ACCOUNTING_UTIL.GET_FUNC_CURR_CODE;
392: if l_functional_currency <> p_currency_code THEN
393: OPEN c_get_exchange_info (p_invoice_id);
394: /* OPEN c_get_exchange_info (p_contract_id);
395: FETCH c_get_exchange_info INTO l_rctv_rec.exchange_rate_type,