DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 477: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

473: AND crh.current_record_flag = 'Y';
474:
475: IF (ln_batch_id IS NOT NULL)
476: THEN
477: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
478: END IF;
479:
480: /*---------------------------------------------------------------------------------+
481: | 12-JUL-2000 J Rautiainen BR Implementation |

Line 4114: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

4110:
4111: -- Update the batch status if receipt has a batch.
4112: --
4113: IF (ln_batch_id IS NOT NULL) THEN
4114: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
4115: END IF;
4116:
4117: /*---------------------------------------------------------------------------------+
4118: | 12-JUL-2000 J Rautiainen BR Implementation |

Line 5200: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

5196: -- Update batch status if receipt has a batch
5197: -- ---------------------------------------------------------------------
5198: IF (ln_batch_id IS NOT NULL)
5199: THEN
5200: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
5201: END IF;
5202:
5203: -- ---------------------------------------------------------------------
5204: -- Return the new receivable application id back to the form

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

6167: * needs to be changed to support the new activity application.
6168: * --------------------------------------------------------------------- */
6169: IF (activity_rec.batch_id IS NOT NULL AND Nvl(p_called_from,'*')<>'WRITEOFF') /*5444407*/
6170: THEN
6171: arp_rw_batches_check_pkg.update_batch_status(activity_rec.batch_id);
6172: END IF;
6173:
6174: /* ---------------------------------------------------------------------
6175: * Return the new receivable application id back to the form

Line 7192: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);

7188: -- Update batch status if receipt has a batch
7189: -- ---------------------------------------------------------------------
7190: IF (ln_batch_id IS NOT NULL)
7191: THEN
7192: arp_rw_batches_check_pkg.update_batch_status(ln_batch_id);
7193: END IF;
7194:
7195: -- ---------------------------------------------------------------------
7196: -- Return the new receivable application id back to the form