Can we pass 100 different company_id to a request set and make it execute at one go?
Hi,
Logging for our customer.
We are thinking of using PL/SQL API (fnd_submit.submit_program) to create a request set,
and need to pass a different company_id parameter to each concurrent program.
The question is whether we can pass for example a 100 different company_id to a request set
and make it execute at one go (parallel) ?
I saw another community (EXECUTION OF ONE CONCURRENT PROGRAM WITH MULTIPLE TIMES WITH DIFFERENT PARAMETERS AS A REPORT SET
Community Discussion ID 3061670) saying "You may write one wrapper program (PL/SQL Code) and use the API, FND_REQUESTS.submit_request to