PLS 00306 wrong number or types of arguments in call
862489Aug 17 2012 — edited Aug 17 2012I am trying call a packaged procedure from another package procedure,
but I am getting PLS-00306: wrong number or types of arguments in call to that called procedure
I checked the order,parameter type(eg:IN), parameter datatype of the positional parameter. Everything is fine.
Please suggest are there any generic reasons for this compilation error?
thanks