after an application outage all the scheduled programs are running at a very different time
after an application outage all the scheduled programs are running at a very different time than intended.
We are using the below command to "hold the concurrent jobs" before the outage Update FND_CONCURRENT_REQUESTS set status_code='H' where phase_code='P';
and Update FND_CONCURRENT_REQUESTS set status_code='P' where status_code='H'; to release the held jobs after the application outage.
eg: our GL journal import which was scheduled at start at 2:00 pm started running at 5:00 pm.
Even though the application was up before 2:00 pm