call a function in a package body
ANNECMay 2 2013 — edited Oct 20 2017I am new to Oralce, I am tried to call a function in an exiting package body using the package specification. function.
But it failed , it says wrong numbers or types of parameters. I see the functions are defined in the package body with two definitions but different numbers of parameters. One has only one parmenter, the other has 3.
But in the packgage definition is has the function with one parameter.
So when I call using 3 parameters, it gives the error.
Why is that?
Thanks