I searched and found something sort of relevant but it was from a while ago. Here goes:
I am trying to view a package and body through right click the package and then View Package and Body (object browser). The code has a commented section BEFORE the create or replace package, and the program window is not showing me this. I'm assuming its programmed to just pick up create or replace. Any workaround?
EX:
When I open the code I only see the create or replace part and no comments. It seems to only be a problem when opening through the schema browser instead of opening the file directly. Weird.
I am trying to view a package and body through right click the package and then View Package and Body (object browser). The code has a commented section BEFORE the create or replace package, and the program window is not showing me this. I'm assuming its programmed to just pick up create or replace. Any workaround?
EX:
Code:
/***************************************
comments
comments
comments
***************************************/
create or replace package....