SSR_ENR_RSN3_VW(SQL View) | 
Index Back | 
|---|---|
Enrollment Reason ViewUnique by SETID and ACAD_CAREER | 
| SELECT DISTINCT a.setid , a.acad_career , a.enrl_action_reason , a.effdt FROM PS_ENRL_RSN_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_ENRL_RSN_TBL b WHERE b.setid = a.setid AND b.acad_career = a.acad_career AND b.enrl_action_reason = a.enrl_action_reason AND b.effdt <= %CurrentDateIn AND b.eff_status = 'A') | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
SetID
 Default Value: OPR_DEF_TBL_CS.SETID_CAREER Prompt Table: SETID_TBL  | 
|
| 2 | 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 | Character(4) | VARCHAR2(4) NOT NULL | Enrollment Action Reason | |
| 4 | Date(10) | DATE | 
Effective Date
 Default Value: %date  |