SDI_LOG_DETAILS
This table stores details for errors that have a value of Y in the MESSAGES column of the summary logs table.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
SDI_SUMMARY_LOGS |
LOG_ID |
LOG_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
LOG_DETAIL_ID |
NOT NULL |
NUMBER |
System-generated identifier |
LOG_ID |
NOT NULL |
NUMBER |
This column is for the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context. after update |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user that created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user that last updated the record |
DETAILS |
NOT NULL |
VARCHAR2(2000) |
This column is for the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context. after update |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SDI_LOG_DETAILS_N1 |
NONUNIQUE |
1 |
LOG_ID |
SDI_LOG_DETAILS_N2 |
NONUNIQUE |
1 |
CREATED_BY |
SDI_LOG_DETAILS_U1 |
UNIQUE |
1 |
LOG_DETAIL_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
SDI_LOG_DETAILS_S |
LOG_DETAIL_ID |