
  PROCEDURE [XREF] avp$verify_proj_member_exists
    (    account_name: avt$account_name;
         project_name: avt$project_name;
         user_name: ost$user_name;
     VAR project_member_exists: boolean;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc avc$validation_record_names
*copyc ave$validation_interface_errors
*copyc avt$account_name
*copyc avt$project_name
*copyc avt$template_file_information
*copyc ost$status
*copyc ost$user_identification
?? POP ??
