FSFBRECDEFN_VW3

(SQL View)
Index Back

Record Definition View

This view selects records that is SQL Table (type=0) or SQL View (type=1) only.

SELECT recname ,rectype ,recdescr FROM PSRECDEFN WHERE rectype IN (0,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 RECTYPE Number(1,0) SMALLINT NOT NULL Record Type
0=SQL Table
1=SQL View
2=Derived Work/Record
3=Subrecord
5=Dynamic View
6=Query View
7=Temporary Table
3 RECDESCR Character(30) VARCHAR2(30) NOT NULL Record Description