ACAD_PLAN_R_VW(SQL View) |
Index Back |
---|---|
Student Acad Plan R Prompt VwThis view is an F4 prompt view which selects academic Plans from the Academic Plan table. |
Select Distinct a.Emplid, a.Acad_Career, b.institution, c.Acad_Prog, a.Acad_Plan, a.Effdt, a.Effseq, b.descrshort, a.Stdnt_Car_Nbr from PS_ACAD_PLAN a,PS_ACAD_PLAN_TBL b,PS_ACAD_PROG c where b.Institution = c.institution and a.Acad_Career = c.Acad_Career and a.Emplid = c.Emplid and a.Stdnt_Car_Nbr = c.Stdnt_Car_Nbr and b.Acad_Plan = a.Acad_Plan |
# | 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 | 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 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
4 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL | Academic Program |
5 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan |
6 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
7 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
8 | PLAN_DESC | Character(12) | VARCHAR2(12) NOT NULL | Academic Plan Short Descr |
9 | STDNT_CAR_NBR | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr |