
{ Information needed to audit the changes to validation field definitions.
{
{ DESCRIPTION_RECORD_NAME_P - a pointer to the description record name.
{ VALIDATION_FILE_P - a pointer to the name of the affected validation file.
{ FIELD_NAME_P - a pointer to the name of the validation field.
{ ATTRIBUTE - specifies the attribute that was changed.

  TYPE
    sft$ai_change_validation_field = record
      description_record_name_p: ^ost$name,
      validation_file_p: ^fst$file_reference,
      field_name_p: ^ost$name,
      case attribute: sft$audited_val_field_attribute of
      = sfc$avfa_default_value =
        ,
      = sfc$avfa_display_authority =
        ,
      = sfc$avfa_change_authority =
        ,
      = sfc$avfa_manage_authority =
        new_authority: avt$validation_authority,
      casend,
    recend;

*copyc avt$validation_authority
*copyc fst$file_reference
*copyc ost$name
*copyc ost$user_identification
*copyc sft$audited_val_field_attribute

