KNTA_REPORT_NOTIF_OUTPUT

This table stores details about notifications in a format suitable to be included in a report. The details are broken into lines that do not exceed 4000 characters. This is necessary since the notification details are stored in a CLOB column and could not otherwise be reported upon.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name

Null?

Data Type

Description

REPORT_ID

NULLABLE

NUMBER

An identifier for the report containing the notifications

LINE_NUM

NULLABLE

NUMBER

A number used to order the lines

LINE_TEXT

NULLABLE

VARCHAR2(4000)

A line of notification text

Indexes

This table uses no indexes.

Sequences

This table uses no sequences.