Function/Procedure List

I have about 11 functions and prodedures in a pachage but in the Function/Procedure list on the left hand side(headings) I can only see 6 of them, it compiles fine I can even execute the package fine no errors. any body can help
 
Originally posted by naveed sheikh:
I have about 11 functions and prodedures in a pachage but in the Function/Procedure list on the left hand side(headings) I can only see 6 of them, it compiles fine I can even execute the package fine no errors. any body can help

If you want to see Functions/Procedures in your package, you have to expand the package - open it in Program Window.
Function/Procedures branches in the tree view show the procedures and functions created as the separate Oracle objects only, not the content of the packages.

HTH
 
Back
Top