Hi everyone,
I have a parent package calling two child packages. I have two for loop and , for every loop value I call first child package A first and then call second child package B. What i was hoping that once I finish the first child package it should stop execution and give control to child package B but what is happening is though package B is called, package A is still in gree and running. package is not ding anything but it is still running. Inner for loop runs 4 times but for every loop, I call packge B. what am I doing wrong here ?
Any hep is highly appreciated.