ITG_SETTINGS_CONTAINERS
This table stores PPM Center settings containers. This table identifies hierarchy of the containers.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
ITG_SETTINGS_ATTRIBUTES |
SETTINGS_ATTRIBUTE_ID |
KEY_ATTRIBUTE_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
ITG_SETTINGS_CONTAINERS |
SETTINGS_CONTAINER_ID |
PARENT_CONTAINER_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SETTINGS_CONTAINER_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually |
CONTAINER_KEY_HASH |
NOT NULL |
VARCHAR2(32) |
Defines keyhash to uniquely identify the container |
KEY_ATTRIBUTE_ID |
NULLABLE |
NUMBER |
Identifies attribute which contains name of the container |
PARENT_CONTAINER_ID |
NULLABLE |
NUMBER |
Defines parent container |
SOURCE |
NULLABLE |
VARCHAR2(255) |
Defines source of the entity. Used by migrators |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(255) |
Defines source type of the entity. Used by migrators |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
ITG_SETTINGS_CONTAINERS_N1 |
NONUNIQUE |
1 |
KEY_ATTRIBUTE_ID |
ITG_SETTINGS_CONTAINERS_N2 |
NONUNIQUE |
1 |
PARENT_CONTAINER_ID |
SYS_C005200246 |
UNIQUE |
1 |
CONTAINER_KEY_HASH |
SYS_C005201546 |
UNIQUE |
1 |
SETTINGS_CONTAINER_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
ITG_SETTINGS_CONTAINERS_S |
SETTINGS_CONTAINER_ID |