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 2107: arp_cr_batches_pkg.fetch_p (p_remittance_batch_id, l_batch_rec);

2103:
2104: IF (p_remittance_batch_id IS NOT NULL)
2105: THEN
2106:
2107: arp_cr_batches_pkg.fetch_p (p_remittance_batch_id, l_batch_rec);
2108:
2109: IF (l_batch_rec.remit_method_code = C_STANDARD)
2110: THEN
2111: l_called_from := C_BR_REMITTED;