DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_AUTO_RULE

Line 674: l_sum_dist := ARP_AUTO_RULE.create_distributions

670:
671: IF (l_rev_rec_run = 'N') THEN
672: -- we need to run rev rec - to be safe, we will run it for
673: -- the invoice as well as the CM.
674: l_sum_dist := ARP_AUTO_RULE.create_distributions
675: ( p_commit => 'N',
676: p_debug => 'N',
677: p_trx_id => lr_ra_rec.applied_customer_trx_id);
678:

Line 679: l_sum_dist := ARP_AUTO_RULE.create_distributions

675: ( p_commit => 'N',
676: p_debug => 'N',
677: p_trx_id => lr_ra_rec.applied_customer_trx_id);
678:
679: l_sum_dist := ARP_AUTO_RULE.create_distributions
680: ( p_commit => 'N',
681: p_debug => 'N',
682: p_trx_id => lr_ra_rec.customer_trx_id);
683: END IF;