DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 568: arp_rw_batches_check_pkg.update_batch_status(

564:
565: -- update batch status
566:
567: IF (p_batch_id IS NOT NULL) THEN
568: arp_rw_batches_check_pkg.update_batch_status(
569: p_batch_id);
570: END IF;
571:
572: -- determine receipt's new state and status and return it to form:

Line 1048: arp_rw_batches_check_pkg.update_batch_status(

1044:
1045: -- update batch status
1046:
1047: IF (p_batch_id IS NOT NULL) THEN
1048: arp_rw_batches_check_pkg.update_batch_status(
1049: p_batch_id);
1050: END IF;
1051:
1052: IF PG_DEBUG in ('Y', 'C') THEN