DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on ARP_UTIL

Line 436: IF (arp_util.validate_and_default_gl_date(

432: -- Determine a valid GL date for receipt and apps
433: -- use the receipt gl_date as a base
434: -- need to make sure that it is in a valid GL period
435: -----------------------------------------------------
436: IF (arp_util.validate_and_default_gl_date(
437: l_crh_rec.gl_date,
438: NULL,
439: NULL,
440: NULL,

Line 576: arp_util.calc_acctd_amount( NULL,

572: /* Bug 3796142 - receipt exchange rate should be used for updates, but
573: only if amount has actually changed */
574: l_cr_acctd_amount_old := (NVL(l_crh_rec.acctd_amount,0) + NVL(l_crh_rec.acctd_factor_discount_amount,0));
575: IF (l_cr_amount_changed_flag) THEN
576: arp_util.calc_acctd_amount( NULL,
577: NULL,
578: NULL,
579: l_cr_rec.exchange_rate,
580: '+',

Line 599: arp_util.calc_acctd_amount( NULL,

595: /* Bug 3796142 - receipt exchange rate should be used for updates, but
596: only if amount has actually changed */
597:
598: IF (l_cr_amount_changed_flag OR l_crh_fda_changed_flag) THEN
599: arp_util.calc_acctd_amount( NULL,
600: NULL,
601: NULL,
602: l_cr_rec.exchange_rate,
603: '+',