ADM_APPL_PROGD(SQL View) |
Index Back |
---|---|
Admission Applicant ProgramADM_APPL_PROG is used to record the program specific information related to an admission application. A person may have one application related to multiple academic programs. Admission decisions and statuses are recorded at the program level. The data in this record is carried forward into the ACAD_PROG record when an action of matriculate (MATR) is taken to Activate a student. |
SELECT DISTINCT a.EMPLID , a.ACAD_CAREER , a.STDNT_CAR_NBR , a.ADM_APPL_NBR , a.ACAD_PROG , a.INSTITUTION , a.ADMIT_TERM FROM PS_ADM_APPL_PROG a , PS_TERM_TBL b WHERE a.INSTITUTION = b.INSTITUTION AND a.ACAD_CAREER = b.ACAD_CAREER AND a.ADMIT_TERM = b.STRM AND b.TERM_BEGIN_DT >= %CurrentDateIn |
# | 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 Prompt Table: STDNT_CAREER |
3 | STDNT_CAR_NBR | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr |
4 | ADM_APPL_NBR | Character(8) | VARCHAR2(8) NOT NULL |
Application Nbr
Prompt Table: ADM_APPL_DATA |
5 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Academic Program
Default Value: OPR_DEF_TBL_CS.ACAD_PROG Prompt Table: SAD_APP_PRG_VW |
6 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: ADM_APPL_DATA.INSTITUTION Prompt Table: INST_CAR_SCTY |
7 | ADMIT_TERM | Character(4) | VARCHAR2(4) NOT NULL |
Admit Term
Default Value: OPR_DEF_TBL_CS.STRM Prompt Table: TERM_TBL |