DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 620: arp_rw_batches_check_pkg.update_batch_status(l_batch_id);

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