Scheduling request sets
Hi: I have very little experience with EBS (12.1.3), so please bear with me. I have a requirement to schedule a request set (I will refer to it as ReqSet_B) with 5 stages to execute only after a predecessor request set (ReqSet_A) has completed successfully. Both request sets run on a daily basis as part of our nightly batch. ReqSet_B is currently scheduled to start at midnight. ReqSet_A is scheduled to start anytime after 9PM.
I am trying to do this with as little effort as possible (I don't have much testing time), I also don't want to integrate ReqSet_B within ReqSet_A unless I have to. I thought I would make the first program in ReqSet_B to be incompatible with the programs in ReqSet_A - this is to prevent ReqSet_B to run when ReqSet_A is still running. What I am having a problem with is how can I prevent ReqSet_B from starting if ReqSet_A has not started? If there is a better way of doing this please let me know. Thanks in advance for your