DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_PKG dependencies on AR_PAYMENT_SCHEDULES

Line 1254: UPDATE ar_payment_schedules

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