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 524: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

520: END IF;
521: --
522: -- Set batch record values to dummy
523: --
524: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
525: --
526: -- determine if the batch has any unposted quick cash receipts
527: -- in the AR_INTERIM_CASH_RECEIPTS table
528: --

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

625: l_batch_rec.status := l_batch_status;
626: --
627: -- Update batch status
628: --
629: arp_cr_batches_pkg.update_p( l_batch_rec, p_batch_id );
630: --
631: EXCEPTION
632: WHEN OTHERS THEN
633: IF PG_DEBUG in ('Y', 'C') THEN