in reply to Re^2: Need Debug Help
in thread Need Debug Help

Careful man,

Oracle's for loops' syntax is
FOR counter IN [REVERSE] lowest..highest LOOP {.statements.} END LOOP;