Hi all,

I get this error when I try to execute my procedure using DBMS_SQL package.

ERROR at line 1:
ORA-01006: bind variable does not exist
ORA-06512: at "SYS.DBMS_SYS_SQL", line 795
ORA-06512: at "SYS.DBMS_SQL", line 44
ORA-06512: at "W_PROVISION.CONTACT_NO", line 89
ORA-06512: at line 1

But the bind variable does exists. Does anyone know why I am getting this error?

Shiva.