SSR_SDR_QC_BND(SQL View) |
Index Back |
---|---|
Pop select Bind Record for SDR |
SELECT DEGR.EMPLID , DEGR.DEGREE , DEGR.ACAD_CAREER FROM PS_ACAD_DEGR DEGR , PS_TERM_TBL TERM2 , PS_SSR_INSTIT_NZL INSTNZL , PS_SSR_DEGREE_NZL DEGRNZ WHERE DEGR.COMPLETION_TERM = TERM2.STRM AND DEGR.ACAD_CAREER = TERM2.ACAD_CAREER AND DEGR.INSTITUTION = TERM2.INSTITUTION AND DEGR.INSTITUTION = 'PSNZL' AND DEGR.ACAD_DEGR_STATUS = 'A' AND DEGR.DEGREE = DEGRNZ.DEGREE AND DEGRNZ.SSR_RPT_TO_MOE = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | DEGREE | Character(8) | VARCHAR2(8) NOT NULL | Degree |
3 | 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 |