DBA Data[Home] [Help]

APPS.ARP_RUN dependencies on ARP_AUTO_RULE

Line 111: arp_auto_rule.create_distributions(p_commit=>'Y',

107: <>
108: BEGIN
109: /* Bug 2649674 - added p_continue_on_error set to 'Y' */
110: l_total_dists := l_total_dists +
111: arp_auto_rule.create_distributions(p_commit=>'Y',
112: p_debug =>g_debug_flag,
113: p_trx_id=>l_msg.customer_trx_id,
114: p_suppress_round=>NULL,
115: p_continue_on_error=>'Y');

Line 452: arp_auto_rule.refresh(errbuf, retcode);

448: END IF;
449: --
450: -- Refresh AR Periods
451: --
452: arp_auto_rule.refresh(errbuf, retcode);
453: --
454: ELSE
455: --
456: IF PG_DEBUG in ('Y', 'C') THEN