SSR_STU_CAR_NBR(SQL View) | 
Index Back | 
|---|---|
Institution, Career, ProgramLists the active Institutions, Career and Program a student is in. Use with App Package SSR_STUDENT_RECORDS:SR_StudentData:StudentAcadProfile | 
| SELECT a. EMPLID , a.INSTITUTION , a.ACAD_CAREER , a.STDNT_CAR_NBR , a.EFFDT , a.ACAD_PROG , a.ADMIT_TERM , a.REQ_TERM , a.ACAD_LOAD_APPR , a.SSR_COHORT_ID , a.PROG_STATUS FROM PS_ACAD_PROG a WHERE a.EFFSEQ = ( SELECT MAX(a2.EFFSEQ) FROM PS_ACAD_PROG a2 WHERE a2.EMPLID = a.EMPLID AND a2.ACAD_CAREER = a.ACAD_CAREER AND a2.STDNT_CAR_NBR = a.STDNT_CAR_NBR AND a2.EFFDT = a.EFFDT) AND a.PROG_STATUS = 'AC' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | 
Employee ID
 Prompt Table: PEOPLE_SRCH  | 
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL | 
Academic Institution
 Prompt Table: INSTITUTION_TBL  | 
|
| 3 | 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  | 
|
| 4 | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr | |
| 5 | Date(10) | DATE | 
Effective Date
 Default Value: %date  | 
|
| 6 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL | Academic Program | 
| 7 | ADMIT_TERM | Character(4) | VARCHAR2(4) NOT NULL | Admit Term | 
| 8 | REQ_TERM | Character(4) | VARCHAR2(4) NOT NULL | Requirement Term | 
| 9 | ACAD_LOAD_APPR | Character(1) | VARCHAR2(1) NOT NULL | 
Approved Academic Load
 B=Vocational Coaching (NLD) D=Dual (NLD) E=Part-time Vocational Tr (NLD) F=Full-Time O=Vocational Training (NLD) P=Part-Time  | 
| 10 | SSR_COHORT_ID | Character(12) | VARCHAR2(12) NOT NULL | Cohort Tag | 
| 11 | PROG_STATUS | Character(4) | VARCHAR2(4) NOT NULL | 
Academic Program Status
 AC=Active in Program AD=Admitted AP=Applicant CM=Completed Program CN=Cancelled DC=Discontinued DE=Deceased DM=Dismissed LA=Leave of Absence PM=Prematriculant SP=Suspended WT=Waitlisted  |