How do I submit a Sherie of requests from PL/SQL?

Showing Answers 1 - 12 of 12 Answers

May be your question about series of requests is from PL/SQL. For this it is not possible  to submit series of requests at a time their is only one option to submit request from backend is 

fnd_request.sumbint_request(Paramenters)

  Was this answer useful?  Yes

sunilkaswan

  • Aug 20th, 2011
 

We can run series of requests with the help of Request sets. We have to define the request set and then we have to attach the number of requests which we want to run. When we will submit the request set, then automatically one by one all the requests will be fired.

  Was this answer useful?  Yes

suneel

  • Sep 20th, 2011
 

if we need to submit 2 or more programs serieally
we need to submit from back end by using below FND

FND_CONCURRENT.WAIT_FOR_REQUEST

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions