package body browser bug

jlcox

Member³
using a case statement inside a procedure

case
when a = b then
...
end case;

causes all of the procedures below the one containing the case statement to disappear from the browser view in the package body.
 
What is you PL/SQL Developer version? If it's older than 7.1.4.730, then upgrading to this version will probably fix it.
 
Back
Top