RD_USR_INS_VW

(SQL View)
Index Back

User-level Institution view

View of Institutions by User ID and access level

SELECT DISTINCT SI.OPRID , I.INSTITUTION , SI.ACCESS_CD , I.DESCR FROM PS_INSTITUTION_TBL I , PS_SCRTY_TBL_INST SI WHERE I.INSTITUTION = SI.INSTITUTION AND %EffdtCheck(INSTITUTION_TBL, I, %CurrentDateIn)

  • Related Language Record: RD_USR_INS_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Institution field to store institution information in campus solution system.
    3 ACCESS_CD Character(1) VARCHAR2(1) NOT NULL Access Code
    N=No Access
    R=Read Only Access
    Y=Read/Write Access
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description