![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
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.TABLE proc_mgt_hierarchy(
parent_guid VARCHAR(36) NOT NULL,
object_guid VARCHAR(36) NOT NULL,
is_shortcut SMALLINT NOT NULL)
Note: If is_shortcut is 1, this value is the identifier of the procedure object pointed to by the shortcut. Flag that defines whether this hierarchy record is for a real procedure object (0) or for a shortcut (1).
The proc_mgt_hierarchy table contains one row for every procedure object in the Procedure Management library (except for the root Procedure Management library).
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |