
  PROCEDURE [XREF] avp$change_val_field_name
    (    field_name: ost$name;
         validation_record_name: ost$name;
         new_field_name: ost$name;
         change_commands: ^avt$name_list;
         display_commands: ^avt$name_list;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc avc$validation_field_names
*copyc ave$validation_interface_errors
*copyc avt$name_list
*copyc avt$template_file_information
*copyc ost$name
*copyc ost$status
?? POP ??
