DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_UTIL

Line 357: arp_util.calc_acctd_amount( NULL,

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

Line 389: arp_util.calc_acctd_amount( NULL,

385: -- is not "User", call the GL API to get the triangulated value.
386:
387: IF (p_exchange_rate_type = 'User') THEN
388:
389: arp_util.calc_acctd_amount( NULL,
390: NULL,
391: NULL,
392: l_cr_rec.exchange_rate,
393: '+',