SCD_ROLEDEFN_VW

(SQL View)
Index Back

Role Definition View


SELECT rolename , descr , %TextIn(descrlong) , rolestatus FROM PSROLEDEFN WHERE rolestatus = 'A'

  • Related Language Record: PSROLEDEFN_L_VW
  • # 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
    4 ROLESTATUS Character(1) VARCHAR2(1) NOT NULL Role Status
    A=Active
    I=Inactive