Hi wdm
Your LOOP block is the problem. Since you are not FETCHing from the CURSOR your code will never get a 'read past end' exception - so it keeps looping.
Inside your LOOP I suggest you
FETCH <cursor> INTO <record>;
EXIT WHEN <cursor>%NOTFOUND;
and outside the loop remember to
CLOSE...
Hi visa345
What do you mean by 'registring it in APPS' ?
1) Do you want the workbook to appear in the menu of the application (to be moved to Top 10 etc.)
2) Do you want it to be available in the BIS pages below the graphs
or what ?
Regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.