Parent Concurrent Program stuck in Running Paused status
Hi Gurus,
We have requirement where a parent program will be submitting number of child programs based on some data. We have implemented this using fnd_request.submit_request api. We have passed sub_request as TRUE for the child programs. Standard API fnd_conc_global.set_req_globals is used to set the status of the concurrent program to PAUSED. The child programs gets submitted perfectly and gets completed normally. We expect the program to restart automatically once the child program is completed. . However, this does not seem to be happening all the time. Am I missing something here?