{
{    The purpose of this request is to get the value of a name type of
{ validation field for the currently executing job.
{
{       AVP$GET_NAME_VALUE (FIELD_NAME, RECORD_LEVEL, NAMES, NUMBER_OF_NAMES,
{             STATUS)
{
{ FIELD_NAME: (input)  Specifies the name of the validation field.
{
{ RECORD_LEVEL: (input)  Specifies which validation record contains the
{       validation field.
{
{ NAMES: (output)  An array to receive the list of names.  If the specified
{       array is not big enough to hold all of the names only as many as will
{       fit are returned.
{
{ NUMBER_OF_NAMES: (output)  Variable to receive the actual number of names.
{       The number returned is always the actual number of names, not the
{       number returned in the previous names parameter.
{
{ STATUS: (output)  This parameter specifies the request status.
{
