DBA Data[Home] [Help]

APPS.OKL_AM_RV_WRITEDOWN_PVT dependencies on OKL_AM_UTIL_PVT

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

126: SELECT SYSDATE INTO l_sysdate FROM dual;
127:
128: IF p_assets_tbl.COUNT > 0 THEN
129:
130: okl_am_util_pvt.get_transaction_id(p_try_name => 'Asset Residual Change',
131: x_return_status => x_return_status,
132: x_try_id => l_try_id);
133:
134:

Line 265: l_func_curr_code := okl_am_util_pvt.get_functional_currency;

261:
262: -- SECHAWLA Bug # 2726739 : Added the following piece of code
263:
264: -- get the functional currency
265: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
266:
267: -- get the contract currency
268: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_chr_id);
269:

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

264: -- get the functional currency
265: l_func_curr_code := okl_am_util_pvt.get_functional_currency;
266:
267: -- get the contract currency
268: l_contract_curr_code := okl_am_util_pvt.get_chr_currency( p_chr_id => l_chr_id);
269:
270: lp_tlpv_rec.currency_code := l_contract_curr_code;
271: -- lp_tlpv_rec.currency_conversion_code := l_func_curr_code;
272: