How to test concurrent request RESTART_MODE?
Hi,
Recently we have applied familiy pack R12.ATG_PF.C.9 which includes a change in concurrent request screen and table.
In FND_CONCURRENT_PROGRAMS_VL there is a field called RESTART that admits values Y or N. It is a checkbox in screen. After patch, that field has dissapeared from screen and it has been replaced by RESTART_MODE.
This field admits 4 values,
R Resumable Can be restarted safely, work preserved on restart
T Restartable Can be restarted safely, work lost on restart
U Unknown Restart behavior undefined, will not be restarted
N Manual Cannot be restarted safely, user intervention required