
  PROCEDURE [XREF] avp$get_real_field_desc
    (    field_name: ost$name;
         record_name: ost$name;
         record_id: ost$name;
     VAR real_value: real;
     VAR minimum_real_value: real;
     VAR maximum_real_value: real;
     VAR real_display_format: avt$numeric_display_format;
     VAR description: ost$string;
     VAR change_authority: avt$validation_authority;
     VAR delete_authority: avt$validation_authority;
     VAR display_authority: avt$validation_authority;
     VAR manage_authority: avt$validation_authority;
     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$numeric_display_format
*copyc avt$template_file_information
*copyc avt$validation_authority
*copyc ost$name
*copyc ost$status
*copyc ost$string
?? POP ??
