DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on ARP_DISTRIBUTIONS_PKG

Line 503: arp_distributions_pkg.insert_p(l_dist_rec, l_dummy);

499: l_dist_rec.acctd_amount_dr := p_acctd_amount;
500: l_dist_rec.acctd_amount_cr := NULL;
501: END IF;*/
502:
503: arp_distributions_pkg.insert_p(l_dist_rec, l_dummy);
504:
505: /* store l_dummy into the rec for use for mrc */
506: l_dist_rec.line_id := l_dummy;
507:

Line 2266: arp_distributions_pkg.nowaitlock_fetch_pk(

2262: BEGIN
2263:
2264: -- fetch existing distributions record for update:
2265:
2266: arp_distributions_pkg.nowaitlock_fetch_pk(
2267: p_crh_id,
2268: 'CRH',
2269: p_source_type,
2270: l_dist_rec);

Line 2337: arp_distributions_pkg.update_p(l_dist_rec);

2333: End if;
2334: END IF;
2335: /* End of bug 2311742 */
2336:
2337: arp_distributions_pkg.update_p(l_dist_rec);
2338:
2339: /* need to update records into the MRC table. Calling new
2340: mrc engine */
2341: /*4301323