Skip to Main Content

SQL & PL/SQL

PLS 00306 wrong number or types of arguments in call

862489Aug 17 2012 — edited Aug 17 2012
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2012
Added on Aug 17 2012
3 comments
1,541 views