
{ Information needed to audit the creation 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.
{ FIELD_KIND - specifies the type of validation field that was created.

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

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