DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on ARP_UTIL

Line 451: IF (arp_util.validate_and_default_gl_date(

447: -- Determine a valid GL date for receipt and apps
448: -- use the receipt gl_date as a base
449: -- need to make sure that it is in a valid GL period
450: -----------------------------------------------------
451: IF (arp_util.validate_and_default_gl_date(
452: l_crh_rec.gl_date,
453: NULL,
454: NULL,
455: NULL,

Line 591: arp_util.calc_acctd_amount( NULL,

587: /* Bug 3796142 - receipt exchange rate should be used for updates, but
588: only if amount has actually changed */
589: l_cr_acctd_amount_old := (NVL(l_crh_rec.acctd_amount,0) + NVL(l_crh_rec.acctd_factor_discount_amount,0));
590: IF (l_cr_amount_changed_flag) THEN
591: arp_util.calc_acctd_amount( NULL,
592: NULL,
593: NULL,
594: l_cr_rec.exchange_rate,
595: '+',

Line 614: arp_util.calc_acctd_amount( NULL,

610: /* Bug 3796142 - receipt exchange rate should be used for updates, but
611: only if amount has actually changed */
612:
613: IF (l_cr_amount_changed_flag OR l_crh_fda_changed_flag) THEN
614: arp_util.calc_acctd_amount( NULL,
615: NULL,
616: NULL,
617: l_cr_rec.exchange_rate,
618: '+',