ITG_GROUP_PARTICIPANT_USERS
This table stores the users who belong to trustee groups.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
TRUSTEE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
USER_ID |
NOT NULL |
NUMBER |
References a user. Must match USER_ID in the KNTA_USERS table. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
FK5E24D599C55496FA_I |
NONUNIQUE |
1 |
USER_ID |
SYS_C005201539 |
UNIQUE |
1 |
TRUSTEE_ID |
SYS_C005201539 |
UNIQUE |
2 |
USER_ID |
Sequences
This table uses no sequences.