Hello experts!
I'm stuck rewriting my package back and forth changing AUTHID from DEFINER to CURRENT_USER and back...
All because one procedure in the package must be called with DEFINER while another one must use CURRENT_USER. The rest of the package works either way.
Do I really need to create two packages? Is there any possibility to retain a single package?
Is there any way the package with AUTHID DEFINER knows what user called its procedures/functions?
Przemek,