ITG_SECURITY_ACES
This table associates access control entries with securable entities.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
ITG_ACCESS_CONTROL_ENTRIES |
ACCESS_CONTROL_ENTRY_ID |
ELT |
ITG_SECURABLE_ENTITIES |
SECURABLE_ENTITY_ID |
SECURABLE_ENTITY_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SECURABLE_ENTITY_ID |
NOT NULL |
NUMBER |
Indicates the securable entity with the specified which access control entries are associated. Must match a SECURABLE_ENTITY_ID in ITG_SECURABLE_ENTITIES. |
ELT |
NOT NULL |
NUMBER |
Indicates an access control entry that is associated with the specified securable entity. Must match a ACCESS_CONTROL_ENTRY_ID in ITG_ACCESS_CONTROL_ENTRIES. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
FK1A588B8C7CE166BB_I |
NONUNIQUE |
1 |
ELT |
SYS_C005201543 |
UNIQUE |
1 |
SECURABLE_ENTITY_ID |
SYS_C005201543 |
UNIQUE |
2 |
ELT |
Sequences
This table uses no sequences.