ITG_SETTINGS_CONT_ATTRS

This table stores relationship definitions between the ITG_SETTINGS_CONTAINERS and ITG_SETTINGS_ATTRIBUTES tables.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

ITG_SETTINGS_ATTRIBUTES

SETTINGS_ATTRIBUTE_ID

SETTINGS_ATTRIBUTE_ID

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

SETTINGS_ATTRIBUTE_ID

NOT NULL

NUMBER

Identifies attribute ID from ITG_SETTINGS_ATTRIBUTES table

ATTR_MAP_KEY

NOT NULL

VARCHAR2(255)

Internal use only

Indexes

Index Name

Index Type

Sequence

Column Name

ITG_SETTINGS_CONT_ATTRS_N1

NONUNIQUE

1

SETTINGS_ATTRIBUTE_ID

ITG_SETTINGS_CONT_ATTRS_N3

NONUNIQUE

1

ATTR_MAP_KEY

SYS_C005201548

UNIQUE

1

SETTINGS_CONTAINER_ID

SYS_C005201548

UNIQUE

2

ATTR_MAP_KEY

Sequences

This table uses no sequences.