Programming a Concurrent Request Set

Concurrent Request Sets are great to use when having to submit multiple programs like period-end programs.
However it in large scale projects you may have to submit very large request sets depending on some logic which is virtually impossible to implement as a Concurrent Request Set.
It is easy to submit a program from a PL/SQL program [...]