What is the best way to execute EBS Programs Programatically?
Currently we have to execute the Oracle EBS programs using "fnd_request.submit_request" in a database request, and we have to handle all of the parameters & the ordering of the parameters manually. It is cumbersome getting the parameters using database queries, and we would like to know if there is an API that can handle this on a higher level in order to obtain all of the parameters, and submit the request without using database calls.