fnd_request.submit_request, when we use Sub_Request TRUE, how can we capture the Completion Status o
Hi All,
I am using FND_REQUEST.SUBMIT_REQUEST with sub_request as TRUE for submitting a child request from parent request.
I have followed the code in "Sample Code for a Concurrent Program that Submits a Child Request (Doc ID 1616185.1)"
Tried using FND_CONCURRENT.WAIT_FOR_REQUEST. If i use it when i pass sub_request TRUE for FND_REQUEST.SUBMIT_REQUEST, the child program is going into inactive, no manager.
*****Please provide information on, when we use Sub_Request TRUE, how can we capture the Completion Status of Sub Request (Child Concurrent Program) and accordingly set Parent Program Completion Status