Hi, I have a problem with an oracle stored procedure, the stored procedure has two parameters one input and the other output, I am using the following statement:
Sql call IA_BCPortafolio.GetBilledValueCB ('01 / 10/2016 ');
I have the following error
PLS-306: wrong number or types of arguments in call to GetBilledValueCB
How would I do to return the value of the output parameter?