TRAINING_SS_VW

(SQL View)
Index Back

EE Training History

Use TRAINING to record data about training courses, both internal and external, taken by a student. A student can be an employee, an applicant, or a non-employee. You can create multiple TRAINING records for a student.

SELECT A.EMPLID , A.COURSE_START_DT , A.COURSE_END_DT ,A.ATTENDANCE , A.COURSE , A.SESSION_NBR , A.COURSE_TITLE , A.SCHOOL FROM PS_TRAINING A WHERE INTERNAL_EXTERNAL = 'E'

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

Prompt Table: PERS_SRCH_GBL

2 COURSE_START_DT Date(10) DATE Course Start Date
3 COURSE_END_DT Date(10) DATE Course End Date
4 ATTENDANCE Character(1) VARCHAR2(1) NOT NULL Enrollment/Attendance
A=Currently Attending
C=Completed
D=Dropped
E=Enrolled
I=Incomplete
L=Cancelled
N=No Show
O=Training Request Approved
P=Need for Career Plan
R=Request
S=Session Waitlist
T=Need for Training Program
U=Training Request Authorized
W=Course Waitlist
X=Cancel Request for Training
5 COURSE Character(6) VARCHAR2(6) NOT NULL Course Code
6 SESSION_NBR Character(4) VARCHAR2(4) NOT NULL Course Session Nbr
7 COURSE_TITLE Character(30) VARCHAR2(30) NOT NULL Course Title
8 SCHOOL Character(30) VARCHAR2(30) NOT NULL School Name