Submission of concurrent programs in a sequence with few user inputs at each stage
Hello,
I am trying to have a set of 3 to 4 concurrent programs scheduled in such a way that it may need some user inputs in between.
Ex.
conc prg1 -> conc prg2-> take some user inputs/approvals or some events satisfied -> conc prg3 -> conc prg4
If any of the events / user inputs are not available, the process should wait / notify.
How can this be achieved in Oracle EBS R12, apart from me creating a custom workflow (WFT) process? Any efficient way to achieve this? Any suggestions are highly appreciated.
Thanks & Regards