DBA Data[Home] [Help]

APPS.OKL_AM_RV_WRITEDOWN_PVT dependencies on OKL_AM_UTIL_PVT

Line 142: okl_am_util_pvt.get_transaction_id(p_try_name => 'Asset Residual Change',

138: SELECT SYSDATE INTO l_sysdate FROM dual;
139:
140: IF p_assets_tbl.COUNT > 0 THEN
141:
142: okl_am_util_pvt.get_transaction_id(p_try_name => 'Asset Residual Change',
143: x_return_status => x_return_status,
144: x_try_id => l_try_id);
145:
146:

Line 297: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

293:
294: -- SECHAWLA Bug # 2726739 : Added the following piece of code
295:
296: -- get the functional currency
297: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
298:
299: -- get the contract currency
300: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_chr_id);
301:

Line 300: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_chr_id);

296: -- get the functional currency
297: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
298:
299: -- get the contract currency
300: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_chr_id);
301:
302: lp_tlpv_rec.currency_code := l_contract_curr_code;
303: -- lp_tlpv_rec.currency_conversion_code := l_func_curr_code;
304: