Login page to some options
I am developing a application in Oracle Apex that it can consulted by any user. But for some pages, the user will need to have access to login.
I created a new authentication scheme. I created a function that it receives 2 varchar2 parameters (user and password) and returns a boolean value.
When i run this page and enter these parameters, it appers a error page with teh following message:
ORA-06550: linha 4, coluna 23: PLS-00306: wrong number or types of arguments in call to 'FC_LOGIN' ORA-06550: linha 4, coluna 1: PL/SQL: Statement ignored
Where am I going wrong?