The proc_mgt_hierarchy table stores a set of hierarchy records, which define the hierarchical structure of the Procedure Management library. Each record defines the location of a procedure object in the library.
The proc_mgt_hierarchy table has the following structure:
TABLE proc_mgt_hierarchy( parent_guid varchar2(36) NOT NULL,
object_guid varchar2(36) NOT NULL,
is_shortcut number(1) NOT NULL)
The proc_mgt_hierarchy table contains one row for every procedure object in the Procedure Management library (except for the root Procedure Management library).