Database Table: ACCCUSTEXC

This table excludes a command or view from a customer group for a specific owner. This table is deprecated and is provided for backward compatibility only.

Column Name Column Type Column Description
ACCCMDGRP_ID INTEGER
NOT NULL
This refers to an entry in the ACCCMDGRP table. This should only refer to an entry that corresponds to a customer group. For example, where MBRGRP_ID = -2.
OWNER_ID BIGINT
NOT NULL
This defines the member that excludes the corresponding command or view defined in the ACCCMDGRP table from the customer group.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034826020 OWNER_ID, ACCCMDGRP_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_13 OWNER_ID MEMBER MEMBER_ID Cascade
F_14 ACCCMDGRP_ID ACCCMDGRP ACCCMDGRP_ID Cascade

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