PLS-00231: function may not be used in SQL.


Hello ,


If you want to call a plsql function in select clause inside plsql pkg !! the plsql function has to be a public declaration not private.

you may find error :
PLS-00231: function  may not be used in SQL.


Solution

Declare the function in plsql spec or create that function as stanalone.



 




 

Comments

Post a Comment