When we submit Concurrent Programs as Parent/Child. The Parent program is being executed twice.
As per the sample code mentioned in following Oracle Document
Sample Code for a Concurrent Program that Submits a Child Request (Doc ID 1616185.1)
We can submit, concurrent programs in parent/child manner. But, at the end of child programs the parent program is getting executed once again. Check the following log.
With this approach we are facing lot trouble when we have some pre-processing or validation steps before submitting child programs.
Is there a way to restrict parent program to run again after completing child programs?
+---------------------------------------------------------------------------+
PD_PARENT_PROG: PDeep Parent Program
+---------------------------------------------------------------------------+
Current system time is 29-APR-2020 01:24:24
+---------------------------------------------------------------------------+