DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 2735: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back

2731: l_converted_amount NUMBER;
2732:
2733: -- Since we do not use the amount or converted amount in TRX_Quotes table
2734: -- set a hardcoded value for the amount (and pass to to
2735: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back
2736: -- conversion values )
2737: l_hard_coded_amount NUMBER := 100;
2738:
2739:

Line 2764: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

2760: END IF;
2761:
2762:
2763: -- Get the currency conversion details from ACCOUNTING_Util
2764: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
2765: p_khr_id => px_quot_rec.khr_id,
2766: p_to_currency => l_functional_currency_code,
2767: p_transaction_date => p_sys_date,
2768: p_amount => l_hard_coded_amount,

Line 2778: 'after call to OKL_ACCOUNTING_UTIL.convert_to_functional_currency :'||l_return_status);

2774: x_converted_amount => l_converted_amount);
2775:
2776: IF (is_debug_statement_on) THEN
2777: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2778: 'after call to OKL_ACCOUNTING_UTIL.convert_to_functional_currency :'||l_return_status);
2779: END IF;
2780:
2781: -- raise exception if error
2782: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN