EOATT_RECNM_VW(SQL View) | 
Index Back | 
|---|
| SELECT a.pnlname ,b.recname FROM PSPNLGROUP a , pspnlfield b WHERE (a.pnlname = b.pnlname OR a.pnlname = b.subpnlname) AND RECNAME <> ' ' AND RECNAME IS NOT NULL GROUP BY a.pnlname ,b.recname | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(100) | VARCHAR2(100) NOT NULL | Level 2 | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |