Hi Sanjog,
Thanks for reply,
Actually I created procedures under the "STUDENT" package, they are processing table data , these table are stored in "STUDENT" schema under the catalog folder, at the procedure creation time i set Default schema to - STUDENT.
but form the sql command when i call the procedure , i am getting following error
sql call statement
CALL "_SYS_BIC"."STUDENT/P_BOOKS_PUBS" (1.23, ?);
Got error is-
of function or procedure: STUDENT/P_BOOKS_VAT: line 1 col 17 (at pos 16)
Is there any case sensitive ?