DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on ARP_GLOBAL

Line 327: if (p_trx_currency_code = arp_global.functional_currency) then

323: p_exchange_rate_date := p_def_exchange_rate_date;
324:
325: -- first check if invoice is in foreign currency:
326:
327: if (p_trx_currency_code = arp_global.functional_currency) then
328:
329: -- trx currency is base currency; no exchange rate needed.
330: --------------------------------------------------------------------------------
331: l_debug_info := 'Transaction currency is base currency; no exchange rate needed';

Line 351: arp_global.functional_currency,

347: l_debug_info := 'Check if currencies have fixed-rate relationship';
348: --------------------------------------------------------------------------------
349: l_fixed_rate := gl_currency_api.is_fixed_rate(
350: p_trx_currency_code,
351: arp_global.functional_currency,
352: p_exchange_rate_date);
353:
354: if l_fixed_rate = 'Y' then
355: --------------------------------------------------------------------------

Line 368: arp_global.functional_currency,

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);
371:
372: */

Line 400: arp_global.functional_currency,

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);
403:
404: IF (PG_DEBUG = 'Y') THEN

Line 4496: IF arp_global.sysparam.site_required_flag = 'Y' THEN

4492: l_site_use_id_pay_instr := NULL;
4493: -- Bug 12410542 when system option - Require Billing location is enabled
4494: -- then Primary Bill To Site Id is passed while creating the Receipt
4495:
4496: IF arp_global.sysparam.site_required_flag = 'Y' THEN
4497:
4498: BEGIN
4499: SELECT site_use.site_use_id into l_site_use_id
4500: FROM hz_cust_site_uses site_use,