DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_DISTRIBUTIONS_PKG

Line 389: arp_distributions_pkg.nowaitlock_fetch_pk(

385: Bug 1494541 : lock the row before setting new values for
386: l_dist_rec fields
387: */
388:
389: arp_distributions_pkg.nowaitlock_fetch_pk(
390: l_crh_rec.cash_receipt_history_id,
391: 'CRH',
392: l_source_type,
393: l_dist_rec);

Line 413: arp_distributions_pkg.update_p(l_dist_rec);

409: l_dist_rec.acctd_amount_dr := l_acctd_amount;
410: l_dist_rec.acctd_amount_cr := NULL;
411: END IF;
412:
413: arp_distributions_pkg.update_p(l_dist_rec);
414:
415: /* need to insert records into the MRC table. Calling new
416: mrc engine */
417: