RECFLD_ESP_VW

(SQL View)
Index Back

All record fields w/ subrec

This 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 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
2 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
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