Skip to main content

RPT_REASON Table

The RPT_REASON table holds the key-value pairs of reason IDs to their text strings describing the reasons for denial or check-in. This is a look-up table; the data in this table is never altered (inserted, edited, or deleted).

(This table is not shown in the reporting schema diagram.)

Column NameData TypeData LengthDescriptionConstraints
REASON_IDInteger1The ID that is the key to the reason for denial or check-in. It is cross-referenced with denial and check-in events from the RPT_USAGE_NOLIC_EVENT_153 Table.Not nullable. Part of the primary key of the table.
REASONNullable String255The text strings describing the reasons for denials and check-ins.