Linking multiple request sets together
I am looking to chain the Demantra booking and shipment collections, pricing collections, ASCP plan collections and ASCP plan runs. Each of these are either requests or request sets. I wanted to avoid creating my own "super-request set" for simplicity sake. So what I want is for the differing request set jobs to fire in serial where for example, the 2nd request set does not start till the 1st request set has run, the 3rd request set not to run till the 2nd has completed ....and so on.
I have created a concurrent program that can be used to call the Demantra workflows, so that is not an issue - so I have in effect request sets to run the full EBS/ Demantra workflow.