KNTA_NOTIF_TXN_COLUMNS
This table stores a row for each column that was specified in KTNA_NOTIFCATION_COLUMNS for the notification. The tokens for the columns have been replaced with text to be sent in the email.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_NOTIF_TXN_DETAILS |
NOTIF_TXN_DETAIL_ID |
NOTIF_TXN_DETAIL_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
NOTIF_TXN_COLUMN_ID |
NOT NULL |
NUMBER |
System-generated identifier |
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 |
NOTIF_TXN_DETAIL_ID |
NOT NULL |
NUMBER |
Foreign Key to KNTA_NOTIF_TXN_DETAILS table |
COLUMN_SEQUENCE |
NOT NULL |
NUMBER |
Order in which the column is shown in the email |
COLUMN_TEXT |
NULLABLE |
VARCHAR2(200) |
Text that replaced the token |
DEFAULT_COLUMN_SIZE |
NULLABLE |
NUMBER |
Default column size from KNTA_ENTITY_TOKENS |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_NOTIF_TXN_COLUMNS_N1 |
NONUNIQUE |
1 |
NOTIF_TXN_DETAIL_ID |
KNTA_NOTIF_TXN_COLUMNS_U1 |
UNIQUE |
1 |
NOTIF_TXN_COLUMN_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_NOTIF_TXN_COLUMNS_S |
NOTIF_TXN_COLUMN_ID |