DBA Data[Home] [Help]

APPS.AR_DEFERRAL_REASONS_GRP dependencies on ARP_AUTO_RULE

Line 222: l_sum_dist := arp_auto_rule.create_distributions(

218: l_first_row := FALSE;
219:
220: IF p_line_rec.autorule_complete_flag = 'N'
221: THEN
222: l_sum_dist := arp_auto_rule.create_distributions(
223: p_commit => 'N',
224: p_debug => 'N',
225: p_trx_id => p_line_rec.customer_trx_id);
226:

Line 267: l_sum_dist := arp_auto_rule.create_distributions(

263:
264: /* 8362201 - run autoaccounting if needed */
265: IF c_line_rec.autorule_complete_flag = 'N'
266: THEN
267: l_sum_dist := arp_auto_rule.create_distributions(
268: p_commit => 'N',
269: p_debug => 'N',
270: p_trx_id => c_line_rec.customer_trx_id);
271: