DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on ARPCURR

Line 366: p_exchange_rate := arpcurr.getrate

362: p_exchange_rate_type := 'EMU FIXED';
363:
364: /* no need to get rate; rct api will get it anyway
365:
366: p_exchange_rate := arpcurr.getrate
367: (p_trx_currency_code,
368: arp_global.functional_currency,
369: p_exchange_rate_date,
370: p_exchange_rate_type);

Line 398: p_exchange_rate := arpcurr.getrate

394: -- try to get exchange rate from GL for this rate type
395: -------------------------------------------------------------------------------------------
396: l_debug_info := 'Exchange rate type obtained from profile option - get exchange rate from GL';
397: -------------------------------------------------------------------------------------------
398: p_exchange_rate := arpcurr.getrate
399: (p_trx_currency_code,
400: arp_global.functional_currency,
401: p_exchange_rate_date,
402: p_exchange_rate_type);