Problem with synonym in a form module
532319Dec 28 2006 — edited Dec 28 2006Hi, I have a program unit where I call a function of a package.
Also, I created a synonym to an user and granted this package to the mentioned user. When I connect to forms with the user and compile the unit, it says that the function must be declared, but if I use the syntax owner.package.function, it compiles without problems.
Any idea of what is happening?