Skip to main content
Skip table of contents

CST_VLDResultByRule (ver7.7.0)

This table is used for state reporting and is used to track that state of the execution instance of the queries for a particular rule within a group.

Column Name

Initial Version

Data Type

Description

CST_VLDResultByGroupID

7.7.0

Number(20)

The internal ID for the CST_VLDResultByGroup record to which the record is associated. Required.

EndTime

7.7.0

Timestamp

Date and time at which processing of all the queries for the specified rule is completed.

ID

7.7.0

Number(20)

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

QueryLog

7.7.0

CLOB

Field that contains a detailed log of the results of a query's execution.

RecordCount

7.7.0

Number(10)

A count of the total number of records that were found to be in violation of the rule, as found by its queries.

RuleCode

7.7.0

Varchar2(30)

Unique code of the rule whose queries are being processed. Correlates with the field of the same name in the CST_VLDRule table. Required.

SortOrder

7.7.0

Number(10)

The sort order of the execution of this rule. Sorting is relative only to the rules of a given validation group. Required.

StartTime

7.7.0

Timestamp

Date and time at which processing of all the queries of the rule 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 of this rule 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. 

JavaScript errors detected

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

If this problem persists, please contact our support.