Can we use AUTONOMOUS_TRANSACTION pragma for package
947261Jul 4 2012 — edited Jul 5 2012Hello guys,
Sould I use AUTONOMOUS_TRANSACTION only in functions or procedures?
I mean, I have a package and in that package there are lots of procedures, And I am doing dml in those procedures. I want to use autonomous transaction for the whole package, is it possible? Can I define AUTONOMOUS_TRANSACTION only once in the top of package?
Thanks for your help