Hi,
I have a package with a procedure to process some records. Inside this procedure I have private functions and procedures that I use inside a loop. I would to know if is possible to skip an iteration when any of the code inside of the loop set a session variable to FALSE.
Below is an example of the code I would like to use. Maybe this can be solved using WHILE?
Database version: 10g

Thanks for your response or any suggestion that can help me solve this.
Sergio