![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The pmobjects_security table stores the encrypted security settings for every procedure object (except shortcuts) in the Procedure Management library.TABLE pmobjects_security (
object_guid varchar2(36) NOT NULL,
security_id number(5) NOT NULL,
attrib_expr varchar2(260) NOT NULL,
security_level varchar2(8) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The pmobjects_security table contains one row for each procedure object (except shortcuts) in the Procedure Management library.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |