Document toolboxDocument toolbox

14.1 sp238_ext_data_valid_defns

This table defines the set of actual validation rules applied to individual external data types by the GUI when accepting external data input.


 

Table Definition

Field
Type
Default
Nullable
external_data_typenumber(9)  (error) 
validation_propertynumber (2)  (error) 
validation_valuevarchar2(30)  (error) 

Keys

Primary key (external_data_type, validation_property) 
Foreign key (external_data_type) references sp231_ext_data_types (external_data_type) 
Foreign key (validation_property) references sp237_ext_data_validation(validation_property)

Column Descriptions

FieldDescription
external_data_typeIdentifier of the data type   
validation_propertyIdentifier of the validation type   
validation_rule The value used with the rule to test against the value supplied in the GUI. For example, with a validation_property referencing the validation_rule 'max value' and a display rule defined here as '20' the validation would accept input of numbers 0-20.