![]() |
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 VARCHAR(36) NOT NULL,
security_id INTEGER NOT NULL,
attrib_expr VARCHAR(260) NOT NULL,
security_level VARCHAR(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. |