DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_AUTO_RULE

Line 643: l_sum_dist := ARP_AUTO_RULE.create_distributions

639:
640: IF (l_rev_rec_run = 'N') THEN
641: -- we need to run rev rec - to be safe, we will run it for
642: -- the invoice as well as the CM.
643: l_sum_dist := ARP_AUTO_RULE.create_distributions
644: ( p_commit => 'N',
645: p_debug => 'N',
646: p_trx_id => lr_ra_rec.applied_customer_trx_id);
647:

Line 648: l_sum_dist := ARP_AUTO_RULE.create_distributions

644: ( p_commit => 'N',
645: p_debug => 'N',
646: p_trx_id => lr_ra_rec.applied_customer_trx_id);
647:
648: l_sum_dist := ARP_AUTO_RULE.create_distributions
649: ( p_commit => 'N',
650: p_debug => 'N',
651: p_trx_id => lr_ra_rec.customer_trx_id);
652: END IF;