Oracle EBS: How to configure an Alert to run Concurrent Requests in Sequence?
Hello Experts,
We have a business requirement to create a Periodic Alert that runs 7 Concurrent Request Programs. We are choosing not to do this by using a Request Set because occasionally we have unplanned outages and sometimes scheduled concurrent requests are Terminated resulting in the next scheduled run not being submitted.
The problem I am facing is how to configure the Periodic Alert so that the 7 Concurrent Request Programs run sequentially one after the other. For example, Concurrent Request Program 2 should kick off only after Concurrent Request Program 1 completes, and Concurrent Request Program 3 should kick off only after Concurrent Request Program 2 completes.