DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on ARP_AUTO_RULE

Line 5397: l_sum_dist := ARP_AUTO_RULE.create_distributions

5393: if c1%FOUND THEN
5394: /*
5395: Bug# 13806880 : To avoid timing issue, ensuring Rev Rec is run for Invoice for Daily rule
5396: */
5397: l_sum_dist := ARP_AUTO_RULE.create_distributions
5398: ( p_commit => 'N',
5399: p_debug => 'N',
5400: p_trx_id => p_prev_customer_trx_id);
5401: else

Line 5409: l_sum_dist := ARP_AUTO_RULE.create_distributions

5405: ELSIF (profile_info.use_inv_acct_for_cm_flag = YES AND p_request_id IS NOT NULL) THEN
5406: debug('Check for Rules when request_id is not null.');
5407: FOR i IN c2 LOOP
5408: debug(' prev_customer_trx_id : '|| i.previous_customer_trx_id);
5409: l_sum_dist := ARP_AUTO_RULE.create_distributions
5410: ( p_commit => 'N',
5411: p_debug => 'N',
5412: p_trx_id => i.previous_customer_trx_id);
5413: END LOOP;