
{ Information needed to audit retrieval of validation information for the
{ executing job.
{
{ DESCRIPTION_RECORD_NAME_P - a pointer to the description record name.
{ FIELD_NAME_P - a pointer to the name of the field.

  TYPE
    sft$ai_get_validation_value = record
      description_record_name_p: ^ost$name,
      field_name_p: ^ost$name,
    recend;

*copyc ost$name
