TRN_EE_CRSE_VW

(SQL View)
Index Back

Employee Training Course View

This view is used in Administer Training and lists the training courses that a student has attended, or is attending.

SELECT DISTINCT A.EMPLID ,A.COURSE ,B.DESCR FROM PS_TRAINING A , PS_COURSE_TBL B WHERE B.COURSE = A.COURSE AND A.ATTENDANCE IN ('A','C','D','E','I','L','N')

  • Related Language Record: TRN_EECRSEVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 COURSE Character(6) VARCHAR2(6) NOT NULL Course Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description