DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_BATCHES dependencies on ARP_TBAT_PKG

Line 441: arp_tbat_pkg.display_batch_rec(p_batch_rec);

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

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

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

Line 1008: arp_tbat_pkg.set_to_dummy(l_batch_rec);

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

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

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

Line 1254: arp_tbat_pkg.delete_p (p_batch_id);

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

Line 1432: arp_tbat_pkg.set_to_dummy(l_batch_rec);

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

Line 1464: arp_tbat_pkg.display_batch_rec (l_batch_rec);

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

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

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