ACAD_PROG_A2_VW(SQL View) |
Index Back |
---|---|
Active Academic ProgramThis Student Academic Program Table view is used as a prompt table to restrict Academic Program to ones that are active as of the effective date. Your scroll bar must include Program Status as a derived field that is always set to 'AC' for this view to work. |
select emplid, acad_career, institution, stdnt_car_nbr, effdt, effseq, prog_status, acad_prog from PS_ACAD_PROG |
# | 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(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(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INST_CAR_SRCH |
|
4 | Number(3,0) | SMALLINT NOT NULL | Student Career Number | |
5 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
6 | Number(3,0) | SMALLINT NOT NULL | Effective Sequence | |
7 | 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 |
|
8 | Character(5) | VARCHAR2(5) NOT NULL | Academic Program |