DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 438: okl_accounting_util.convert_to_functional_currency(

434: IF l_contract_curr_code <> l_func_curr_code THEN
435: -- get the conversion factors from accounting util. No conversion is required here. We use
436: -- convert_to_functional_currency procedure just to get the conversion factors
437:
438: okl_accounting_util.convert_to_functional_currency(
439: p_khr_id => p_contract_id,
440: p_to_currency => l_func_curr_code,
441: p_transaction_date => l_sysdate ,
442: p_amount => l_budget_amount,