Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting PLS-00306: wrong number or types of arguments in call in my Pkg

user1699124Jul 1 2021

Hi All,
I am getting "PLS-00306: wrong number or types of arguments in call to 'CP_TABLE'" error while i create a plsql pkg, Can you help to advice where am i missing. Attached the pkg, below is the full error message with position.
SQL> @org_copy_main.sql

Package created.
Warning: Package Body created with compilation errors.

SQL> show error
Errors for PACKAGE BODY PRODDBA.PRESTOCOPYORGMAIN:

LINE/COL ERROR
-------- -----------------------------------------------------------------
207/25 PL/SQL: Statement ignored
207/25 PLS-00306: wrong number or types of arguments in call to
'CP_TABLE'

Regards
Kannan
org_copy_main.txt (11 KB)

Comments

Post Details

Added on Jul 1 2021
4 comments
11,055 views