hi,
I have created a package say "Parent" and from this package I am calling another package say "Child".
Now if my child package is failing due to some reason then I want to stop the processing of Parent package also.
As the parent package never come to know about the failure status of the child package, is there any way to stop processing of Parent.
May be Parent package can have two path from child package, one in case of success and another for failure.
I tried with this but it never follows the failure path.
Please help me out.
You can mail me to
[email protected]