When one hits the reset button on a rollover set, does that just update the batch no and batch_status in t_ro_set_detail to null? Or does anything else happen? Basically, if one wanted to reset a boatload of rollover sets at once, would it be sufficient to set both those fields to null? Or is there more to it than that?
Looks like it runs tp_reset_ro_set which also deletes some logs in tx_ro_log and t_ro_status_log.I think that is probably all it does, but I personally would open a ticket for that just to make sure.