DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_UTIL

Line 362: arp_util.calc_acctd_amount( NULL,

358: -- determine accounted amount for history record:
359: -- Changes for triangulation: If exchange rate type is not user, call
360: -- GL API to calculate accounted amount
361: IF (p_exchange_rate_type = 'User') THEN
362: arp_util.calc_acctd_amount( NULL,
363: NULL,
364: NULL,
365: l_cr_rec.exchange_rate,
366: '+',

Line 394: arp_util.calc_acctd_amount( NULL,

390: -- is not "User", call the GL API to get the triangulated value.
391:
392: IF (p_exchange_rate_type = 'User') THEN
393:
394: arp_util.calc_acctd_amount( NULL,
395: NULL,
396: NULL,
397: l_cr_rec.exchange_rate,
398: '+',