DBA Data[Home] [Help]

APPS.ARP_RW_ICR_PKG dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 316: arp_rw_batches_check_pkg.update_batch_status( p_batch_id );

312: --
313: -- Update batch table to set status
314: --
315: IF ( p_batch_id IS NOT NULL ) THEN
316: arp_rw_batches_check_pkg.update_batch_status( p_batch_id );
317: END IF;
318:
319: IF PG_DEBUG in ('Y', 'C') THEN
320: arp_util.debug( 'arp_rw_icr_pkg.update_row()-' );

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

652: IF PG_DEBUG in ('Y', 'C') THEN
653: arp_util.debug( 'Batch ID is : '|| l_icr_rec.batch_id );
654: END IF;
655:
656: arp_rw_batches_check_pkg.update_batch_status( l_icr_rec.batch_id );
657:
658:
659: --
660: IF PG_DEBUG in ('Y', 'C') THEN