Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Procedure Management : proc_mgt_hierarchy

proc_mgt_hierarchy
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.
Structure
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)
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).
Primary Key
The following primary key is defined for this table.
parent_guid
object_guid
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The proc_mgt_hierarchy table contains one row for every procedure object in the Procedure Management library (except for the root Procedure Management library).
Rows are added, updated and deleted in the following situations.
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved