ITG_SETTINGS_CONTAINER_CHLDRN
This table defines relationship between child and parent containers.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
ITG_SETTINGS_CONTAINERS |
SETTINGS_CONTAINER_ID |
CHILD_CONTAINER |
|
ITG_SETTINGS_CONTAINERS |
SETTINGS_CONTAINER_ID |
SETTINGS_CONTAINER_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
SETTINGS_CONTAINER_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CHILD_CONTAINER |
NOT NULL |
NUMBER |
Identifies child container |
|
CONTAINER_MAP_KEY |
NOT NULL |
VARCHAR2(255) |
Internal use value |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
ITG_SETTINGS_CONT_CHLDRN_N1 |
NONUNIQUE |
1 |
CHILD_CONTAINER |
|
SYS_C005201547 |
UNIQUE |
1 |
SETTINGS_CONTAINER_ID |
|
SYS_C005201547 |
UNIQUE |
2 |
CONTAINER_MAP_KEY |
Sequences
This table uses no sequences.

