FSPC_RECVIEW_VW

(SQL View)
Index Back

Record Definition View

This view selects records that are defined as a SQL View (type=1) only.

SELECT recname ,rectype ,recdescr FROM PSRECDEFN WHERE rectype = 1

  • Related Language Record: FSPC_VIEWLNG_VW
  • # 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