DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 2681: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back

2677: l_converted_amount NUMBER;
2678:
2679: -- Since we do not use the amount or converted amount in TRX_Quotes table
2680: -- set a hardcoded value for the amount (and pass to to
2681: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back
2682: -- conversion values )
2683: l_hard_coded_amount NUMBER := 100;
2684:
2685:

Line 2710: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

2706: END IF;
2707:
2708:
2709: -- Get the currency conversion details from ACCOUNTING_Util
2710: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
2711: p_khr_id => px_quot_rec.khr_id,
2712: p_to_currency => l_functional_currency_code,
2713: p_transaction_date => p_sys_date,
2714: p_amount => l_hard_coded_amount,

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

2720: x_converted_amount => l_converted_amount);
2721:
2722: IF (is_debug_statement_on) THEN
2723: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2724: 'after call to OKL_ACCOUNTING_UTIL.convert_to_functional_currency :'||l_return_status);
2725: END IF;
2726:
2727: -- raise exception if error
2728: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN