DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on OKL_AM_UTIL_PVT

Line 500: OKL_AM_UTIL_PVT.get_chr_currency(RACTRL.KHR_ID) CURRENCY_CODE,

496: RACTRL.KHR_ID CONTRACT_ID,
497: RACTRL.CONTRACT_NUMBER CONTRACT_NUMBER,
498: RACTRL.CUSTOMER_TRX_ID AR_INVOICE_NUMBER,
499: RACTRL.STREAM_TYPE STREAM_NAME,
500: OKL_AM_UTIL_PVT.get_chr_currency(RACTRL.KHR_ID) CURRENCY_CODE,
501: RACTRL.til_id_details TIL_ID,
502: RACTRL.TLD_ID TLD_ID
503: FROM OKL_BPD_TLD_AR_LINES_V RACTRL,
504: AR_PAYMENT_SCHEDULES_ALL APS

Line 669: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;

665: END IF;
666:
667: -- Bug 7138249 start
668: -- Get the functional currency from AM_Util
669: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
670:
671: -- Get the contract currency code
672: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(
673: c_pmnt_schedule_dtls_rec.contract_id);

Line 672: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(

668: -- Get the functional currency from AM_Util
669: l_functional_currency_code := OKL_AM_UTIL_PVT.get_functional_currency;
670:
671: -- Get the contract currency code
672: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(
673: c_pmnt_schedule_dtls_rec.contract_id);
674:
675: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(
676: p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',

Line 675: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(

671: -- Get the contract currency code
672: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(
673: c_pmnt_schedule_dtls_rec.contract_id);
674:
675: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(
676: p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',
677: p_lookup_code=> 'ADJUSTMENTS',
678: p_validate_yn => 'Y');
679: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN