Skip to main content
Skip table of contents

CST_VLDResultByGroup (ver7.7.0)

This table is used for state reporting and is used to track the state of the execution instance of the queries for all the rules of a group.

Column Name

Initial Version

Data Type

Description

EndTime

7.7.0

Timestamp

Date and time at which processing of all the queries for all the rules of a group is completed.

ErrorDetail

7.7.0

Varchar2(1000)

Field that contains a detailed log of any errors that occur.

ExternalInstanceID

7.7.0

Number(20)

A number that, together with the group code, forms a unique identifier for the processing instance of the queries for the rules of a group. Required.

GroupCode

7.7.0

Varchar2(100)

Unique code of the group whose rule queries are being processed for this run instance. Correlates with the field of the same name in the CST_VLDGroup table. Required.

ID

7.7.0

Number(20)

Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required.

StartTime

7.7.0

Timestamp

Date and time at which processing of all the queries for all the rules of a group started.

Status

7.7.0

Varchar2(50)

Indicates state of processing. Valid values: Running, Complete and Error.

TotalTime

7.7.0

Number(20)

A number indicating the total time, in milliseconds, that processing of the queries for all the rules of this group took to complete.

WhenCreated

7.7.0

Timestamp

Date and time the record was created. Defaults to system date.

WhenModified

7.7.0

Timestamp

Date and time the record was modified. Defaults to system date.

WhoCreated

7.7.0

Varchar2(100)

The user login that created the record. Defaults to database user. 

WhoModified

7.7.0

Varchar2(100)

The user login that modified the record. Defaults to database user. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.