EBS Customizations (MOSC)

MOSC Banner

after an application outage all the scheduled programs are running at a very different time

edited Sep 24, 2020 2:52PM in EBS Customizations (MOSC) 6 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center