For procedures and functions it is possible to right click the element and click "SQL Object Properties".
In this screen I can view the code.
I'm struggling with opening the Oracle Package code.
Reverse engineering the package gives the result in EA of a Class with two operations:
<package body> body()
<package spec> specification()
I read that the code would be written in the operation code section.
But in EA 14 i'm unable to open these specific operations, to get to the code section.
When I manually create an operation, I'm able to get to this view.
Could someone tell me to retrieve the reversed engineered Oracle package body and specification code ?
Kind regards