DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on ARPCURR

Line 360: p_exchange_rate := arpcurr.getrate

356: p_exchange_rate_type := 'EMU FIXED';
357:
358: /* no need to get rate; rct api will get it anyway
359:
360: p_exchange_rate := arpcurr.getrate
361: (p_trx_currency_code,
362: arp_global.functional_currency,
363: p_exchange_rate_date,
364: p_exchange_rate_type);

Line 392: p_exchange_rate := arpcurr.getrate

388: -- try to get exchange rate from GL for this rate type
389: -------------------------------------------------------------------------------------------
390: l_debug_info := 'Exchange rate type obtained from profile option - get exchange rate from GL';
391: -------------------------------------------------------------------------------------------
392: p_exchange_rate := arpcurr.getrate
393: (p_trx_currency_code,
394: arp_global.functional_currency,
395: p_exchange_rate_date,
396: p_exchange_rate_type);