STDNT_RESID_VW(SQL View) |
Index Back |
---|---|
Stdnt Info - Residence View |
SELECT DISTINCT a.emplid , a.institution , a.acad_career , a.effective_term , a.residency , a.tuition_res FROM ps_residency_off a , PS_STDNT_CAR_TERM b WHERE a.emplid = b.emplid AND a.institution = b.institution AND a.acad_career = b.acad_career AND a.effective_term = ( SELECT MAX(effective_term) FROM ps_residency_off a1 WHERE a1.emplid = a.emplid AND a1.institution = a.institution AND a1.acad_career = a.acad_career AND a1.effective_term <= b.STRM) |
# | 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 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
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 Prompt Table: STDNT_CAREER_VW |
4 | STRM | Character(4) | VARCHAR2(4) NOT NULL | Term |
5 | RESIDENCY | Character(5) | VARCHAR2(5) NOT NULL |
Residency
Prompt Table: RESIDENCY_TBL |
6 | TUITION_RES | Character(5) | VARCHAR2(5) NOT NULL | Tuition Residency |