Database Table: ACORGPOL

This table enables an organization to be exempted from one or more of the template policies. This table is deprecated and is provided for backward compatibility only.

Column Name Column Type Column Description
ACPOLICY_ID INTEGER
NOT NULL
ID of the template policy. Foreign key to the ACPOLICY table.
MEMBER_ID BIGINT
NOT NULL
ID of the organizational entity that does not want the template policy applied to it. Foreign key to the MEMBER table.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034827720 ACPOLICY_ID, MEMBER_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_25 MEMBER_ID MEMBER MEMBER_ID Cascade
F_26 ACPOLICY_ID ACPOLICY ACPOLICY_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable