DBA Data[Home] [Help]

APPS.AR_RAAPI_UTIL dependencies on ARP_AUTO_RULE

Line 1633: arp_auto_rule.assign_gl_date. That routine caches

1629: arp_util.debug('AR_RAAPI_UTIL.bump_gl_date_if_closed()+');
1630: END IF;
1631:
1632: /* Bug 3879222 - replaced proprietary logic with a call to
1633: arp_auto_rule.assign_gl_date. That routine caches
1634: dates and calendar to make for faster returns */
1635: RETURN arp_auto_rule.assign_gl_date(p_gl_date);
1636:
1637: IF PG_DEBUG in ('Y', 'C') THEN

Line 1635: RETURN arp_auto_rule.assign_gl_date(p_gl_date);

1631:
1632: /* Bug 3879222 - replaced proprietary logic with a call to
1633: arp_auto_rule.assign_gl_date. That routine caches
1634: dates and calendar to make for faster returns */
1635: RETURN arp_auto_rule.assign_gl_date(p_gl_date);
1636:
1637: IF PG_DEBUG in ('Y', 'C') THEN
1638: arp_util.debug('AR_RAAPI_UTIL.bump_gl_date_if_closed()-');
1639: END IF;

Line 2171: l_dist_count := ARP_AUTO_RULE.create_distributions

2167: for CMs that have not been through RR and process them before
2168: continuing */
2169:
2170: FOR cm IN c_unrec_cm(p_customer_trx_id) LOOP
2171: l_dist_count := ARP_AUTO_RULE.create_distributions
2172: ( p_commit => 'N',
2173: p_debug => 'N',
2174: p_trx_id => cm.customer_trx_id);
2175: