DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_PKG dependencies on ARP_CR_BATCHES_PKG

Line 246: arp_cr_batches_pkg.insert_p( l_batch_rec,

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

Line 636: arp_cr_batches_pkg.insert_p( l_batch_rec,

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

Line 674: arp_cr_batches_pkg.set_to_dummy( l_batch_rec );

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

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

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

Line 1138: arp_cr_batches_pkg.insert_p( l_batch_rec,

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

Line 1261: ARP_CR_BATCHES_PKG.delete_p(p_batch_id);

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