DBA Data[Home] [Help]

APPS.ARP_BR_REMIT_BATCHES dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 253: arp_rw_batches_check_pkg.check_unique_batch_name(l_row_id,

249: APP_EXCEPTION.raise_exception;
250: END IF;
251:
252: -- Check that the Batch Name is unique for the batch source
253: arp_rw_batches_check_pkg.check_unique_batch_name(l_row_id,
254: p_batch_rec.batch_source_id,
255: p_batch_rec.name,
256: NULL,
257: NULL);

Line 282: arp_rw_batches_check_pkg.check_unique_media_ref(l_row_id,

278: arp_br_remit_batches.validate_auto_program(p_batch_rec.auto_trans_program_id);
279:
280: -- IF media reference is filled, Check that it is unique
281: IF (p_batch_rec.media_reference IS NOT NULL) THEN
282: arp_rw_batches_check_pkg.check_unique_media_ref(l_row_id,
283: p_batch_rec.media_reference,
284: NULL,
285: NULL);
286: END IF;