DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS2 dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 429: arp_rw_batches_check_pkg.update_batch_status(

425: -- WHERE cash_receipt_id = p_cash_receipt_id;
426: -- update batch status
427:
428: IF (p_batch_id IS NOT NULL) THEN
429: arp_rw_batches_check_pkg.update_batch_status(
430: p_batch_id);
431: END IF;
432:
433: IF PG_DEBUG in ('Y', 'C') THEN