select distinct a.RECNAME, c.rectype, c.recdescr from pspnlfield a, psrecdefn c where a.recname = c.recname and PNLNAME = '&1' order by c.rectype;