DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_DISTRIBUTIONS_PKG

Line 416: arp_distributions_pkg.nowaitlock_fetch_pk(

412: Bug 1494541 : lock the row before setting new values for
413: l_dist_rec fields
414: */
415:
416: arp_distributions_pkg.nowaitlock_fetch_pk(
417: l_crh_rec.cash_receipt_history_id,
418: 'CRH',
419: l_source_type,
420: l_dist_rec);

Line 440: arp_distributions_pkg.update_p(l_dist_rec);

436: l_dist_rec.acctd_amount_dr := l_acctd_amount;
437: l_dist_rec.acctd_amount_cr := NULL;
438: END IF;
439:
440: arp_distributions_pkg.update_p(l_dist_rec);
441:
442: /* need to insert records into the MRC table. Calling new
443: mrc engine */
444: