EG_TEACH_ENROLL(SQL Table) |
Index Back |
---|---|
Teaching EnrollmentEG_TEACH_ENROLL is a child of EG_TEACHNG and is used to store the scroll/grid values of the number of students enrolled and which type of students they are. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EG_COURSE_ID | Character(10) | VARCHAR2(10) NOT NULL | Course ID |
3 | EG_ENROLL_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Enrollment Type
FUL=Full-Time Students PAR=Part-Time Students POS=Postgraduates UND=Undergraduates |
4 | EG_ENROLLED | Number(4,0) | SMALLINT NOT NULL | Number Enrolled |