Create a stored procedure in the oracle application
Dear All,
I have a problem, I have created a stored procedure that run successfully from PL/SQL
but when I define it in the application (executable / define / add it in the requested responsibility) and run it; it gives me error
Cause: FDPSTP failed due to ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'XX_PROC_TRANSFER_IFS_SOB'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
so what might be the problem..
please advice..
thank you in advance