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 Description(s):
Column Name | Column Type | Description |
ACPOLICY_ID |
INTEGER NOT NULL |
The ID of the template policy. It is a foreign key to the ACPOLICY table. |
MEMBER_ID |
BIGINT NOT NULL |
The ID of the organizational entity that does not want the template policy applied to it. It is a foreign key to the MEMBER table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031153180 |
ACPOLICY_ID+MEMBER_ID |
Primary Key |
I0000436 |
MEMBER_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_26 |
ACPOLICY_ID |
ACPOLICY |
ACPOLICY_ID |
Cascade |
F_25 |
MEMBER_ID |
MEMBER |
MEMBER_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.