Hi All,
I know that it is very simple in form to call any stored procedure. I created a package with lots of procedures in oracle7 for example mypackage, now i want to call one of the procedure in form (v4.5), lets suppose mypackage.myproc_1. But when i call the stored procedure through form, it gives me the PL/SQL 303 (qualifier <qualifer name> must be defined) error message. calling of same procedure is working fine in SQL*Plus. Is this a form version problem? If anyone of you come accross this situation, please let me know how to resolve it.
Thanks in advance
I know that it is very simple in form to call any stored procedure. I created a package with lots of procedures in oracle7 for example mypackage, now i want to call one of the procedure in form (v4.5), lets suppose mypackage.myproc_1. But when i call the stored procedure through form, it gives me the PL/SQL 303 (qualifier <qualifer name> must be defined) error message. calling of same procedure is working fine in SQL*Plus. Is this a form version problem? If anyone of you come accross this situation, please let me know how to resolve it.
Thanks in advance