DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on ARP_CR_BATCHES_PKG

Line 1712: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);

1708: /*-----------------------------------------------+
1709: | Data preparation |
1710: +-----------------------------------------------*/
1711:
1712: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);
1713:
1714: arp_ps_pkg.fetch_p (p_ps_id, l_ps_rec);
1715:
1716: l_trh_rec.customer_trx_id := l_ps_rec.customer_trx_id;

Line 2195: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);

2191: /*----------------------------------------------+
2192: | Fetch BR Information |
2193: +-----------------------------------------------*/
2194:
2195: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);
2196:
2197: arp_ps_pkg.fetch_p (p_ps_id, l_ps_rec);
2198:
2199: ARP_CT_PKG.lock_fetch_p (l_trx_rec, l_ps_rec.customer_trx_id);