I am submitting a concurrent program and inside that there is a for loop and in this loop a oracle standard API is called which i can not touch. This API submits multiple concurrent requests for a particular report with in a for loop so for a single run of main concurrent program a number of requests for the report are generated.
now my problem is after firing the concurrent processes for the reports the main program goes in to the completion state but the child processes(reports) are still in pending state.
i want to make the relationship between the parent and child program.so that parent should wait until all the child gets completed.
ANY help will be appericiated.
now my problem is after firing the concurrent processes for the reports the main program goes in to the completion state but the child processes(reports) are still in pending state.
i want to make the relationship between the parent and child program.so that parent should wait until all the child gets completed.
ANY help will be appericiated.