Submitting Request sets using FND_SUBMIT
I am planning to use FND_SUBMIT.SUBMIT_SET from with PL/SQL procedure to submit request sets. From what I have seen in the documentation and examples available on Metalink or elsewhere, you have to indivisually submit each Stage of the concurrent request. Is there a way to NOT provide the individual stages (concurrent program names) for this purpose?
The reason is that the concurrent request set definition may change - a new program may be added or an existing one may be removed. I don't want to make that change every time in the PL/SQL code.