RPT_SESS_TITLE_LIST Table

The RPT_SESS_TITLE_LIST table stores information about the names of files produced for a given report. A report may have multiple outputs. The output type for each file is stored in the RPT_SESS_TITLE_TYPE_LIST table.

RPT_SESS_TITLE_LIST Table

Database Column

Details

TITLE_ID

Type: Integer. The TITLE_ID column is a foreign key to the RPT_SESSION table.

POSITION

Type: Integer. Along with TITLE_ID, forms a primary key for this table.

TITLE

Type: text. The file name of the output of the report.