DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_BATCHES dependencies on ARP_TBAT_PKG

Line 442: arp_tbat_pkg.display_batch_rec(p_batch_rec);

438: arp_util.debug('EXCEPTION: arp_process_batch.validate_batch()');
439: arp_util.debug('validate_batch: ' || '');
440: arp_util.debug('------ parameters for validate_batch() -------');
441: END IF;
442: arp_tbat_pkg.display_batch_rec(p_batch_rec);
443: RAISE;
444:
445: END validate_batch;
446:

Line 782: arp_tbat_pkg.insert_p (l_batch_rec, p_batch_id, p_name);

778: /*---------------------------------------------------------------+
779: | Call Table Handler to insert the batch |
780: +---------------------------------------------------------------*/
781:
782: arp_tbat_pkg.insert_p (l_batch_rec, p_batch_id, p_name);
783:
784:
785: /*---------------------------------------------------------------+
786: | Selection Criteria Information |

Line 1009: arp_tbat_pkg.set_to_dummy(l_batch_rec);

1005: /*----------------------------------------------------------------+
1006: | Batch Information |
1007: +----------------------------------------------------------------*/
1008:
1009: arp_tbat_pkg.set_to_dummy(l_batch_rec);
1010:
1011: l_batch_rec.batch_id := p_batch_id ;
1012: l_batch_rec.name := p_name ;
1013: l_batch_rec.batch_source_id := p_batch_source_id ;

Line 1055: arp_tbat_pkg.update_p (l_batch_rec, p_batch_id);

1051: /*---------------------------------------------------------------+
1052: | Call Table Handler to update the batch |
1053: +---------------------------------------------------------------*/
1054:
1055: arp_tbat_pkg.update_p (l_batch_rec, p_batch_id);
1056:
1057:
1058: IF (p_request_id IS NOT NULL)
1059: THEN

Line 1255: arp_tbat_pkg.delete_p (p_batch_id);

1251: /*---------------------------------------------------------------+
1252: | Call Table Handler to delete the batch |
1253: +---------------------------------------------------------------*/
1254:
1255: arp_tbat_pkg.delete_p (p_batch_id);
1256:
1257:
1258: arp_util.debug('ARP_PROCESS_BR_BATCHES.delete_batch()-');
1259:

Line 1433: arp_tbat_pkg.set_to_dummy(l_batch_rec);

1429: /*---------------------------------------------------------------+
1430: | Call Table Handler to lock the batch |
1431: +---------------------------------------------------------------*/
1432:
1433: arp_tbat_pkg.set_to_dummy(l_batch_rec);
1434:
1435: l_batch_rec.batch_id := p_batch_id ;
1436: l_batch_rec.name := p_name ;
1437: l_batch_rec.batch_source_id := p_batch_source_id ;

Line 1465: arp_tbat_pkg.display_batch_rec (l_batch_rec);

1461: l_batch_rec.special_instructions := p_special_instructions ;
1462: l_batch_rec.batch_process_status := p_batch_process_status ;
1463: l_batch_rec.selection_criteria_id := p_selection_criteria_id ;
1464:
1465: arp_tbat_pkg.display_batch_rec (l_batch_rec);
1466:
1467: arp_tbat_pkg.lock_compare_p(l_batch_rec, p_batch_id);
1468:
1469:

Line 1467: arp_tbat_pkg.lock_compare_p(l_batch_rec, p_batch_id);

1463: l_batch_rec.selection_criteria_id := p_selection_criteria_id ;
1464:
1465: arp_tbat_pkg.display_batch_rec (l_batch_rec);
1466:
1467: arp_tbat_pkg.lock_compare_p(l_batch_rec, p_batch_id);
1468:
1469:
1470: IF PG_DEBUG in ('Y', 'C') THEN
1471: arp_util.debug('ARP_PROCESS_BR_BATCHES.lock_compare_batch()-');