{
{   The purpose of this request is to build a pointer to the info record that
{ is located in the info sequence specified by P_INFO at the offset specified
{ by INFO_OFFSET.
{
{       PFP$FIND_DIRECT_INFO_RECORD (P_INFO, INFO_OFFSET, P_INFO_RECORD, STATUS)
{
{ P_INFO: (input) This parameter specifies the info sequence in which the info
{       record is to be found.
{
{ INFO_OFFSET: (input) This parameter specifies the offset within the info
{       sequence of the info record that is to be found.  This parameter
{       would be obtained from the directory array entry for an item. This
{       request would then be used to find the info record describing the
{       item.
{
{ P_INFO_RECORD: (output) This parameter returns a pointer to the info record
{       that is found.
{
{ STATUS: (output) This parameter returns the request status.
{
{        CONDITIONS: pfe$info_offset_range_error
{                    pfe$bad_info_record_format
{
