
{ Information needed to audit the change of validation field name.
{
{ DESCRIPTION_RECORD_NAME_P - a pointer to the description record name.
{ VALIDATION_FILE_P - a pointer to the name of the affected validation file.
{ ORIGINAL_FIELD_NAME_P - a pointer to the original field name.
{ NEW_FIELD_NAME_P - a pointer to the new field name.

  TYPE
    sft$ai_change_val_field_name = record
      description_record_name_p: ^ost$name,
      validation_file_p: ^fst$file_reference,
      original_field_name_p: ^ost$name,
      new_field_name_p: ^ost$name,
    recend;

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