DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on ARP_CR_BATCHES_PKG

Line 448: arp_cr_batches_pkg.fetch_p(l_nocopy_batch_id, p_batch_rec);

444: -- Modified for bug # 2712726
445: -- ORASHID
446: --
447: l_nocopy_batch_id := p_batch_rec.batch_id;
448: arp_cr_batches_pkg.fetch_p(l_nocopy_batch_id, p_batch_rec);
449:
450: IF PG_DEBUG in ('Y', 'C') THEN
451: arp_util.debug ( 'Remittance Batch ID : ' || p_batch_rec.batch_id);
452: arp_util.debug ( 'Remittance Method : ' || p_batch_rec.remit_method_code);

Line 2069: arp_cr_batches_pkg.fetch_p (p_remittance_batch_id, l_batch_rec);

2065:
2066: IF (p_remittance_batch_id IS NOT NULL)
2067: THEN
2068:
2069: arp_cr_batches_pkg.fetch_p (p_remittance_batch_id, l_batch_rec);
2070:
2071: IF (l_batch_rec.remit_method_code = C_STANDARD)
2072: THEN
2073: l_called_from := C_BR_REMITTED;