This internal helper table is not used for reporting. It records information used to track events in a session.

Column Name

Type

Length

Null Allowed

Description

SESSION_ID

varchar

100

No

Session in which the process occurred.

SITE_ID

smallint

No

The site from which the session was initiated. Foreign key to ARF_SITE.ID.

PROCESS_ID

varchar

40

No

Name of a process, such as DeescalationAttempted.

START_TIME

timestamp

Yes

Start of processing.

END_TIME

timestamp

Yes

End of processing.