DBA Data[Home] [Help]

APPS.OKL_AM_RV_WRITEDOWN_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 309: okl_accounting_util.convert_to_functional_currency(

305: IF l_contract_curr_code <> l_func_curr_code THEN
306: -- get the conversion factors from accounting util. No conversion is required here. We use
307: -- convert_to_functional_currency procedure just to get the conversion factors
308:
309: okl_accounting_util.convert_to_functional_currency(
310: p_khr_id => l_chr_id,
311: p_to_currency => l_func_curr_code,
312: p_transaction_date => l_sysdate ,
313: p_amount => p_assets_tbl(i).p_new_residual_value,