KNTA_NOTIFICATION_COLUMNS

This table stores the default linked tokens for a notification type message, and the linked tokens for specific notifications.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_ENTITY_TOKENS_NLS

ENTITY_TOKEN_ID

ENTITY_TOKEN_ID

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_PARAM_SET_FIELDS_NLS

PARAMETER_SET_FIELD_ID

PARAMETER_SET_FIELD_ID

Column Descriptions

Column Name

Null?

Data Type

Description

NOTIFICATION_COLUMN_ID

NOT NULL

NUMBER

System-generated identifier

COLUMN_SEQUENCE

NOT NULL

NUMBER

Used to order the columns for a notification

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

COLUMN_TOKEN

NOT NULL

VARCHAR2(80)

Token with brackets that needs to be substituted with a real value.

ENTITY_TOKEN_ID

NULLABLE

NUMBER

Foreign key to KNTA_ENTITY_TOKENS

PARAMETER_SET_FIELD_ID

NULLABLE

NUMBER

Foreign key to knta_parameter_set_fields

SOURCE_TYPE_CODE

NULLABLE

VARCHAR2(30)

For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on)

SOURCE

NULLABLE

VARCHAR2(100)

For records that have been updated by an interface or migrator, provides additional information about the source of the external update.

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_NOTIFICATION_COLUMNS_U1

UNIQUE

1

NOTIFICATION_COLUMN_ID

KNTA_NOTIFICATION_COLUMNS_U1

UNIQUE

2

COLUMN_SEQUENCE

Sequences

Sequence Name

Sequence Type

KNTA_NOTIFICATION_COLUMNS_S

NOTIFICATION_COLUMN_ID