Quote:
|
Originally Posted by cprash.aggarwal
Can anyone tell me if i am doing something fundamentally wrong in procedure?
|
Yes: if I understand it well, you should replace the 4th last line
FETCH FROM cursor1 INTO item_objid, s_itemi, s_idcng;
by
FETCH FROM cursor1 INTO user_id, user_pwd;