DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 3628: -- : okl_accounting_util usage to use

3624: -- : Output parameters: RETURN NUMBER
3625: -- Version : 1.0
3626: -- History : 23-DEC-02 DAPATEL 2667636 Created for multi-currency
3627: -- : 07-FEB-03 DAPATEL 115.47 2780466 - Modified
3628: -- : okl_accounting_util usage to use
3629: -- : new procedures containing error handling.
3630: -- End of comments
3631: FUNCTION convert_to_contract_currency(p_khr_id IN NUMBER
3632: ,p_trx_date IN DATE

Line 3644: OKL_ACCOUNTING_UTIL.convert_to_contract_currency

3640: l_return_status VARCHAR2(3);
3641:
3642: BEGIN
3643:
3644: OKL_ACCOUNTING_UTIL.convert_to_contract_currency
3645: (p_khr_id => p_khr_id,
3646: p_from_currency => NULL,
3647: p_transaction_date => NVL(p_trx_date, sysdate),
3648: p_amount => p_amount,

Line 5252: OKL_ACCOUNTING_UTIL.CONVERT_TO_CONTRACT_CURRENCY(

5248:
5249: l_nbv := l_asset_fin_rec.cost - l_asset_deprn_rec.deprn_reserve;
5250:
5251: l_converted_amount := 0;
5252: OKL_ACCOUNTING_UTIL.CONVERT_TO_CONTRACT_CURRENCY(
5253: p_khr_id => p_chr_id,
5254: p_from_currency => NULL,
5255: p_transaction_date => rel_date,
5256: p_amount => l_nbv,