Hello All,
I have written a procedure using cursors and the code is attached below. The code seems to work for me until I call a procedure inside a loop as in line 41. When I try to activate the code, I get a wierd error as shown here:
The following error does not say which identifier must be declared. This comes up only when I use procedure call in line 41. If I comment out line 41 the code seems to work fine. What would be the cause for the error?
The procedure which I am calling(i.e in line 41) seems to work when I call using SQL editor. But when I use it in the code attached here, it throws above error during activation/checking process. Search for the solution in the forum did not help. If anyone have similar error before, please do let me know.
Thanks