DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 615: arp_rw_batches_check_pkg.update_batch_status(l_batch_id);

611: arp_util.debug(' Count of records in PL/SQL table :' || to_char(l_cnt));
612: i := arp_process_writeoff.gt_rec_wrt_off_type.FIRST;
613: WHILE i IS NOT NULL LOOP
614: l_batch_id:=arp_process_writeoff.gt_rec_wrt_off_type(i).batch_id;
615: arp_rw_batches_check_pkg.update_batch_status(l_batch_id);
616: i:=arp_process_writeoff.gt_rec_wrt_off_type.NEXT(i);
617: END LOOP;
618: END IF;
619: