
{ Information needed to audit the deletion of validation records.
{
{ DESCRIPTION_RECORD_NAME_P - a pointer to the description record name.
{ VALIDATION_FILE_P - a pointer to the name of the affected validation file.
{ USER_NAME_P - a pointer to the user name in the validation record key.
{ ACCOUNT_P - a pointer to the account name in the validation record key.
{ PROJECT_P - a pointer to the project name in the validation record key.

  TYPE
    sft$ai_delete_validation_record = record
      description_record_name_p: ^ost$name,
      validation_file_p: ^fst$file_reference,
      user_name_p: ^ost$user_name,
      account_name_p: ^avt$account_name,
      project_name_p: ^avt$project_name,
    recend;

*copyc avt$account_name
*copyc avt$project_name
*copyc fst$file_reference
*copyc ost$name
*copyc ost$user_identification
