
{ Information needed to audit the deletion of validation fields.
{
{ 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.

  TYPE
    sft$ai_delete_validation_field = record
      description_record_name_p: ^ost$name,
      validation_file_p: ^fst$file_reference,
      field_name_p: ^ost$name,
    recend;

*copyc fst$file_reference
*copyc ost$name
*copyc ost$user_identification
