DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_PKG dependencies on AR_PAYMENT_SCHEDULES

Line 1255: UPDATE ar_payment_schedules

1251: WHERE batch_id = p_batch_id
1252: FOR UPDATE;
1253:
1254: -- detach the transactions assoicated with the batch and delete the batch.
1255: UPDATE ar_payment_schedules
1256: SET selected_for_receipt_batch_id = NULL
1257: WHERE selected_for_receipt_batch_id = p_batch_id;
1258:
1259: -- Call the table handler for ar_batches instead of doing delete here