Env. 19c SE2
Are procedures, functions, and types that reside in packages registered in a dictionary or only as standalone objects? I would assume not since a “create or replace procedure” inside of a package is not possible.
Querying ALL_PROCEDURES and ALL_ARGUMENTS apparently show either package or procedure or function. We are aiming to get a list of object types that are inside packages.
Thanks!