Hi,
Table is RSPCPROCESSLOG.
But directly you cant find, you need to pass perticular process step failed batch time and date along with log/instance id.
for this you need check your process chain thru logs view.
Or
From same table, you can keep filter on ACTUAL_STATE - R and find the all available records status with R for last week.
Thanks