I have procedure A with PRAGMA AUTONOMOUS_TRANSACTION to log the activity of a main program.
Now I am calling this program A in a procedure B to log the activity process in program B. If any error occurs in program A it fails the program B also. How I can avoid failing main program B.