DBA Data[Home] [Help]

APPS.ARP_RW_ICR_PKG dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 322: arp_rw_batches_check_pkg.update_batch_status( p_batch_id );

318: --
319: -- Update batch table to set status
320: --
321: IF ( p_batch_id IS NOT NULL ) THEN
322: arp_rw_batches_check_pkg.update_batch_status( p_batch_id );
323: END IF;
324:
325: IF PG_DEBUG in ('Y', 'C') THEN
326: arp_util.debug( 'arp_rw_icr_pkg.update_row()-' );

Line 668: arp_rw_batches_check_pkg.update_batch_status( l_icr_rec.batch_id );

664: IF PG_DEBUG in ('Y', 'C') THEN
665: arp_util.debug( 'Batch ID is : '|| l_icr_rec.batch_id );
666: END IF;
667:
668: arp_rw_batches_check_pkg.update_batch_status( l_icr_rec.batch_id );
669:
670:
671: --
672: IF PG_DEBUG in ('Y', 'C') THEN