DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_CHECK_PKG dependencies on ARP_CR_BATCHES_PKG

Line 115: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

111: END IF;
112: --
113: -- Set local batch record fields to DUMMY
114: --
115: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
116: --
117: -- Populate the local batch record, so that it can be passed to update
118: -- table handler
119: l_batch_rec.batch_id := p_batch_id;

Line 159: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );

155: END IF;
156: --
157: -- call update table handler
158: --
159: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );
160: --
161: -- update the batch status
162: --
163: arp_rw_batches_check_pkg.update_batch_status( l_batch_rec.batch_id );

Line 262: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

258:
259: -- Set local batch record fields to DUMMY. This clears out NOCOPY any unwanted
260: -- values from a previous update.
261:
262: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
263:
264:
265: -- Populate the local batch record, so that it can be passed to update
266: -- table handler. Local variables are populated with the values passed

Line 314: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );

310:
311:
312: -- Call update table handler to update the record in AR_BATCHES.
313:
314: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );
315:
316:
317: IF PG_DEBUG in ('Y', 'C') THEN
318: arp_util.debug( 'arp_rw_batches_pkg.update_remit_batch()-' );

Line 415: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

411:
412: -- Set local batch record fields to DUMMY. This clears out NOCOPY any unwanted
413: -- values from a previous update.
414:
415: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
416:
417:
418: -- Populate the local batch record, so that it can be passed to update
419: -- table handler. Local variables are populated with the values passed

Line 467: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );

463:
464:
465: -- Call update table handler to update the record in AR_BATCHES.
466:
467: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );
468:
469:
470: IF PG_DEBUG in ('Y', 'C') THEN
471: arp_util.debug( 'arp_rw_batches_pkg.update_auto_batch()-' );

Line 529: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

525: END IF;
526: --
527: -- Set batch record values to dummy
528: --
529: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
530: --
531: -- determine if the batch has any unposted quick cash receipts
532: -- in the AR_INTERIM_CASH_RECEIPTS table
533: --

Line 674: arp_cr_batches_pkg.update_p( l_batch_rec, p_batch_id );

670: WHERE batch_id = p_batch_id
671: FOR UPDATE OF STATUS;
672: */
673: arp_standard.debug('arp_rw_batches_check_pkg.update_batch_status: Before calling update for batch');
674: arp_cr_batches_pkg.update_p( l_batch_rec, p_batch_id );
675: END IF;
676: --Bug7194951 Changes End Here (FP of 7138001 and 7146916)
677:
678: --