automate concurrent programs
Hello all,
I am looking to create a lookup table that contains different concurrent program names, then use that in a pl/sql script that will automatically run these programs using API fnd_request. How do I start creating the pl/sql script. Do I need to create a loop for the look up entries? Basically I would like the user to select y/n from look up table of the programs they would like to run in the script. Any advice is helpful.