DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_PKG dependencies on ARP_CR_BATCHES_PKG

Line 245: arp_cr_batches_pkg.insert_p( l_batch_rec,

241: NULL );
242: --
243: -- Call insert table handler
244: --
245: arp_cr_batches_pkg.insert_p( l_batch_rec,
246: p_row_id,
247: p_batch_id );
248: --
249: -- Populate output batch applied status

Line 635: arp_cr_batches_pkg.insert_p( l_batch_rec,

631: NULL );
632: --
633: -- Call insert table handler
634: --
635: arp_cr_batches_pkg.insert_p( l_batch_rec,
636: p_row_id,
637: p_batch_id );
638: --
639: -- Call the concurrent program to create receipts under the batch,

Line 673: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

669: p_bank_account_low, p_bank_account_high );
670: --
671: -- Populate operation_request_id
672: --
673: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
674: p_request_id := l_request_id;
675: l_batch_rec.operation_request_id := l_request_id;
676: arp_cr_batches_pkg.update_p( l_batch_rec, p_batch_id );
677: END IF;

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

672: --
673: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );
674: p_request_id := l_request_id;
675: l_batch_rec.operation_request_id := l_request_id;
676: arp_cr_batches_pkg.update_p( l_batch_rec, p_batch_id );
677: END IF;
678: --
679: p_batch_applied_status := l_batch_applied_status;
680: --

Line 1137: arp_cr_batches_pkg.insert_p( l_batch_rec,

1133: NULL );
1134: --
1135: -- Call insert table handler
1136: --
1137: arp_cr_batches_pkg.insert_p( l_batch_rec,
1138: p_row_id,
1139: p_batch_id );
1140: --
1141: --

Line 1260: ARP_CR_BATCHES_PKG.delete_p(p_batch_id);

1256: WHERE selected_for_receipt_batch_id = p_batch_id;
1257:
1258: -- Call the table handler for ar_batches instead of doing delete here
1259: -- Bug: 2028370
1260: ARP_CR_BATCHES_PKG.delete_p(p_batch_id);
1261:
1262: -- DELETE ar_batches
1263: -- WHERE batch_id = p_batch_id;
1264: