DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 242: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back

238: l_converted_amount NUMBER;
239:
240: -- Since we do not use the amount or converted amount in TRX_Quotes table
241: -- set a hardcoded value for the amount (and pass to to
242: -- OKL_ACCOUNTING_UTIL.convert_to_functional_currency and get back
243: -- conversion values )
244: l_hard_coded_amount NUMBER := 100;
245:
246:

Line 256: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

252: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
253:
254:
255: -- Get the contract currency details from ACCOUNTING_Util
256: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
257: p_khr_id => px_quot_rec.khr_id,
258: p_to_currency => l_functional_currency_code,
259: p_transaction_date => p_sys_date,
260: p_amount => l_hard_coded_amount,