PTCDBRLDFN_VW

(SQL View)
Index Back

Role Definition View

Another view on Role Definition table to select all Roles except 'PeopleSoft Administrator'. (Note: View: PSROLEDEFN_SRCH selects different set of columns.)

SELECT rolename , descr , %TextIn(descrlong) FROM PSROLEDEFN WHERE rolename <> 'PeopleSoft Administrator' AND rolestatus = 'A'

  • Related Language Record: PTCDBRLDFNVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 ROLENAME Character(30) VARCHAR2(30) NOT NULL The name of a Role in the Role Definition Table (see PSROLEDEFN).
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRLONG Long Character CLOB Long Description