| XML_RECFLD_ESP(SQL View) | Index Back | 
|---|---|
| All record fields w/ subrecThis view brings up all the fields for a record, including the fields in the subrecords, if any. | 
| SELECT A.RECNAME , A.FIELDNAME , A.USEEDIT , B.LONGNAME FROM PSRECFIELDDB A , PSDBFLDLABL B WHERE A.FIELDNAME = B.FIELDNAME AND B.DEFAULT_LABEL = 1 | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Record Name - Edit | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Field Name Edit | |
| 3 | USEEDIT | Number(10,0) | DECIMAL(10) NOT NULL | Field Use and Edit Flags- USEEDIT reference | 
| 4 | LONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Long Name |