DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on ARP_CR_BATCHES_PKG

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

1719: /*-----------------------------------------------+
1720: | Data preparation |
1721: +-----------------------------------------------*/
1722:
1723: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);
1724:
1725: arp_ps_pkg.fetch_p (p_ps_id, l_ps_rec);
1726:
1727: l_trh_rec.customer_trx_id := l_ps_rec.customer_trx_id;

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

2202: /*----------------------------------------------+
2203: | Fetch BR Information |
2204: +-----------------------------------------------*/
2205:
2206: arp_cr_batches_pkg.fetch_p (p_batch_id, l_batch_rec);
2207:
2208: arp_ps_pkg.fetch_p (p_ps_id, l_ps_rec);
2209:
2210: ARP_CT_PKG.lock_fetch_p (l_trx_rec, l_ps_rec.customer_trx_id);