1) Open a table which is referenced from some package body
2) Go to "Dependencies" tab
3) Find that package body, right click and select "Go to <PACKAGE_NAME>"
4) Literally nothing happens - dependency tab is refreshed, that's it. No errors thrown in the log, no new statements at statement log except dba_dependencies query.
Going to functions, procedures, views, triggers and package specsĀ that way works as intended.
Also, important: if the package spec or body is open, or was opened in current session, then "Go to package body" also works. I have no idea how that connects, but I've experimented a bit and that seems consistent - if you open the package manually, you can later open it via go to.