DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on ARP_DISTRIBUTIONS_PKG

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

487: l_dist_rec.acctd_amount_dr := p_acctd_amount;
488: l_dist_rec.acctd_amount_cr := NULL;
489: END IF;*/
490:
491: arp_distributions_pkg.insert_p(l_dist_rec, l_dummy);
492:
493: /* store l_dummy into the rec for use for mrc */
494: l_dist_rec.line_id := l_dummy;
495:

Line 2251: arp_distributions_pkg.nowaitlock_fetch_pk(

2247: BEGIN
2248:
2249: -- fetch existing distributions record for update:
2250:
2251: arp_distributions_pkg.nowaitlock_fetch_pk(
2252: p_crh_id,
2253: 'CRH',
2254: p_source_type,
2255: l_dist_rec);

Line 2322: arp_distributions_pkg.update_p(l_dist_rec);

2318: End if;
2319: END IF;
2320: /* End of bug 2311742 */
2321:
2322: arp_distributions_pkg.update_p(l_dist_rec);
2323:
2324: /* need to update records into the MRC table. Calling new
2325: mrc engine */
2326: /*4301323