ACAD_DEG_PLN_VW(SQL View) |
Index Back |
---|---|
Acad Degr & Degr Plan ViewThis is used by the panelgroup ACAD_PLAN during Rowdelete to determine if a Degree has been awarded for a Plan. If it has, then it will not allow the deletion of the Plan in the Academic Program stack. |
select a.emplid , a.stdnt_degr , a.institution , a.acad_career , a.completion_term , a.degree , b.acad_plan , b.acad_degr_status from PS_ACAD_DEGR a , PS_ACAD_DEGR_plan b where a.emplid = b.emplid and a.stdnt_degr = b.stdnt_degr |
# | 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 | STDNT_DEGR | Character(2) | VARCHAR2(2) NOT NULL | Student Degree Nbr |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
4 | 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 |
5 | COMPLETION_TERM | Character(4) | VARCHAR2(4) NOT NULL | Completion Term |
6 | DEGREE | Character(8) | VARCHAR2(8) NOT NULL | Degree |
7 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan |
8 | ACAD_DEGR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Academic Degree Status
A=Awarded R=Revoked |