TRN_PERSN_VW

(SQL View)
Index Back

Course Session Information

This contains all the details of a Course and a Session employee wise.

SELECT A.EMPLID , A.COURSE , A.SESSION_NBR FROM PS_TRN_CRSE_ENROLL A , PS_PERSON B WHERE B.EMPLID = A.EMPLID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSON

2 COURSE Character(6) VARCHAR2(6) NOT NULL Course Code

Prompt Table: COURSE_TBL

3 SESSION_NBR Character(4) VARCHAR2(4) NOT NULL Course Session Nbr