DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_UTIL

Line 274: arp_util.calc_acctd_amount( NULL,

270: -- GL API to calculate accounted amount
271: /* Bug 2322468 : Added the OR condition*/
272: IF (p_exchange_rate_type = 'User') OR
273: (l_cr_rec.exchange_rate_type = 'User') THEN
274: arp_util.calc_acctd_amount( NULL,
275: NULL,
276: NULL,
277: l_cr_rec.exchange_rate,
278: '+',

Line 951: arp_util.calc_acctd_amount( NULL,

947: -- determine accounted amount
948: -- Changes for triangulation: If exchange rate type is not user, call
949: -- GL API to calculate accounted amount
950: IF (p_exchange_rate_type = 'User') THEN
951: arp_util.calc_acctd_amount( NULL,
952: NULL,
953: NULL,
954: l_cr_rec.exchange_rate,
955: '+',