Hi,
I am using seam framework and struggling to call a Oracle function. In my EJB, I am creating a namedQuery and when I call my entityManager.getResult() I get the following error:
PLS-00222: no function with name 'jjhg' exists in the scope.
(jjhg is the name of my oracle function)
Please help. This is a bit urgent for me