
  PROCEDURE [XREF] avp$rewrite_data_record
    (    key: avt$template_file_key;
         automatically_unlock: boolean;
         data_record: ^avt$template_file_record;
         description_record: ^avt$template_file_record;
         field_value_list: avt$field_value_list;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ave$template_file_mgr_errors
*copyc avt$field_value_list
*copyc avt$template_file_information
*copyc avt$template_file_key
*copyc avt$template_file_record
*copyc ost$status
?? POP ??

