DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 508: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id,p_called_from); --Bug7194951

504: /* 8974877 - Prevent call if this is coming from autoreceipts */
505: IF (ln_batch_id IS NOT NULL AND nvl(p_called_from,'NONE')
506: NOT IN ('AUTORECAPI','AUTORECAPI2'))
507: THEN
508: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id,p_called_from); --Bug7194951
509: END IF;
510:
511: /*---------------------------------------------------------------------------------+
512: | 12-JUL-2000 J Rautiainen BR Implementation |

Line 4405: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id,p_called_from); --Bug7194951

4401: -- Update the batch status if receipt has a batch.
4402: -- Bug 8974877 : If the batch is an automatic receipt batch, we need not update the batch for each
4403: -- and every receipt. The batch status will be updated finally in the AR_AUTOREC_API.
4404: IF (ln_batch_id IS NOT NULL AND nvl(p_called_from,'NONE') NOT IN ('AUTORECAPI','AUTORECAPI2')) THEN
4405: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id,p_called_from); --Bug7194951
4406: END IF;
4407:
4408: /*---------------------------------------------------------------------------------+
4409: | 12-JUL-2000 J Rautiainen BR Implementation |

Line 5548: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

5544: -- Update batch status if receipt has a batch
5545: -- ---------------------------------------------------------------------
5546: IF (ln_batch_id IS NOT NULL)
5547: THEN
5548: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
5549: END IF;
5550:
5551: -- ---------------------------------------------------------------------
5552: -- Return the new receivable application id back to the form

Line 6523: arp_rw_batches_check_pkg.update_batch_status(activity_rec.batch_id);

6519: * needs to be changed to support the new activity application.
6520: * --------------------------------------------------------------------- */
6521: IF (activity_rec.batch_id IS NOT NULL AND Nvl(p_called_from,'*')<>'WRITEOFF') /*5444407*/
6522: THEN
6523: arp_rw_batches_check_pkg.update_batch_status(activity_rec.batch_id);
6524: END IF;
6525:
6526: /* ---------------------------------------------------------------------
6527: * Return the new receivable application id back to the form

Line 7546: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

7542: -- Update batch status if receipt has a batch
7543: -- ---------------------------------------------------------------------
7544: IF (ln_batch_id IS NOT NULL)
7545: THEN
7546: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
7547: END IF;
7548:
7549: -- ---------------------------------------------------------------------
7550: -- Return the new receivable application id back to the form