{
{    The purpose of this request is to retrieve the names of selected
{ validation fields for the specified validation record.
{
{       AVP$GET_FIELD_NAME_LIST (RECORD_LEVEL, DESIRED_FIELD_TYPES,
{             FIELD_NAMES, FIELD_COUNT, STATUS)
{
{ RECORD_LEVEL: (input)  Specifies which validation record the list should be
{       retrieved from.
{
{ DESIRED_FIELD_TYPES: (input)  Specifies the set of field types that the list
{       of field names should be restricted to.
{
{ FIELD_NAMES: (output)  An array to receive the names of the selected fields.
{       If the array is not large enough to hold all of the field names, only
{       as many names as will fit, will be returned.
{
{ FIELD_COUNT: (output)  Variable to receive the actual number of validation
{       fields.
{
{ STATUS: (output)  This parameter specifies the request status.
{
