DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 595: arp_rw_batches_check_pkg.update_batch_status(

591:
592: -- update batch status
593:
594: IF (p_batch_id IS NOT NULL) THEN
595: arp_rw_batches_check_pkg.update_batch_status(
596: p_batch_id);
597: END IF;
598:
599: -- determine receipt's new state and status and return it to form:

Line 1084: arp_rw_batches_check_pkg.update_batch_status(

1080:
1081: -- update batch status
1082:
1083: IF (p_batch_id IS NOT NULL) THEN
1084: arp_rw_batches_check_pkg.update_batch_status(
1085: p_batch_id);
1086: END IF;
1087:
1088: IF PG_DEBUG in ('Y', 'C') THEN