{}
{   The purpose of this request is to locate an entry in the installation table
{ on the basis of it's path name alone.  The function returns the name of the
{ entry as a string, if the path supplied matched that entry's path, or an empty string
{ if no match is found.  The base of the paths from the table are converted to that
{ of the supplied path by using the catalog value that was also supplied.
{}
{       RAP$LOCATE_TABLE_ENTRY_BY_PATH (FUNCTION_NAME, ARGUMENT_LIST, VALUE, STATUS)
{}
{FUNCTION_NAME: (input) This parameter specifies the function associated with
{       this procedure.
{}
{ARGUMENT_LIST: (input) This parameter specifies a sequence that holds the user
{       entered parameter values.
{}
{VALUE: (output) This parameter specifies the record where the function values
{       are stored.
{}
{STATUS: (output) This parameter specifies any resulting errors.
{}
