How to enable debug trace in FND_SUBMIT.SUBMIT_PROGRAM API
We have use case of submitting program using PL/SQL API "FND_SUBMIT.SUBMIT_PROGRAM".
For issue analysis, we would like to enable debug options to capture debug trace with binds and waits.
we are able to do this from front end forms using "Debug Options" button and selecting the debug mode from HTML screen displayed.
Can you please share approach of doing same when submitting from PL/SQL layer using API "FND_SUBMIT.SUBMIT_PROGRAM".