STDNT_CAREER_V2(SQL View) |
Index Back |
---|---|
Student CareerThis table contains what careers a student has enrolled in or is eligble to enroll in courses. |
SELECT A.EMPLID , A.ACAD_CAREER , B.XLATLONGNAME FROM PS_STDNT_CAREER A , PSXLATITEM B WHERE B.FIELDNAME = 'ACAD_CAREER' AND B.FIELDVALUE = A.ACAD_CAREER AND %EffdtCheck(PSXLATITEM XL, B, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | ACAD_CAREER | Character(4) | VARCHAR2(4) NOT NULL |
Academic Career
BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |