DBA Data[Home] [Help]

APPS.AR_RAAPI_UTIL dependencies on ARP_AUTO_RULE

Line 1634: arp_auto_rule.assign_gl_date. That routine caches

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

Line 1636: RETURN arp_auto_rule.assign_gl_date(p_gl_date);

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

Line 2023: l_dist_count := ARP_AUTO_RULE.create_distributions

2019: for CMs that have not been through RR and process them before
2020: continuing */
2021:
2022: FOR cm IN c_unrec_cm(p_customer_trx_id) LOOP
2023: l_dist_count := ARP_AUTO_RULE.create_distributions
2024: ( p_commit => 'N',
2025: p_debug => 'N',
2026: p_trx_id => cm.customer_trx_id);
2027: