RAXMTR - AutoInvoice Master Program is not starting when submitted using fnd_request.submit_request
I have a requirement to submit RAXMTR - AutoInvoice Master Program using standard oracle API fnd_request.submit_request. I created a wrapper PL/SQL package and submitted the same. After its submission, I have used fnd_concurrent.wait_for_request for parent program to wait till RAXMTR is completed.
However, RAXMTR does not start (means its request does not appear on SRS window) and parent program hangs in Running, Normal state. If I remove fnd_concurrent.wait_for_request piece of code then parent program completes and as soon as it completes RAXMTR starts and completes as expected.