TRNS_CRSE_PLNVW(SQL View) |
Index Back |
---|---|
Transfer Credit Plan ViewThis view of the transfer credit model record is used as a prompt by field ACAD_PLAN in record RUN_CNTL_SRTCSE. |
select distinct a.EMPLID , a.ACAD_CAREER , a.ACAD_PROG , a.ACAD_PLAN from PS_TRNS_CRSE_SCH a |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
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 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL | Academic Program |
4 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan |