ADM_APPLCTR_VW2(SQL View) |
Index Back |
---|---|
Application Center Table View |
SELECT a.emplid , a.acad_career , a.stdnt_car_nbr , a.adm_appl_nbr , b.adm_appl_ctr , b.deposit_fee_cd FROM PS_ADM_APPL_DATA a , PS_ADM_APPLCTR_TBL b WHERE a.ADM_APPL_CTR = b.ADM_APPL_CTR AND a.INSTITUTION = b.INSTITUTION AND b.EFFDT=( SELECT MAX(b1.EFFDT) FROM PS_ADM_APPLCTR_TBL b1 WHERE b1.ADM_APPL_CTR = b.ADM_APPL_CTR AND b1.INSTITUTION = b.INSTITUTION AND B1.EFFDT <= %CurrentDateIn) AND b.DEPOSIT_FEE_CD <> ' ' |
# | 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 Prompt Table: ACAD_CAR_TBL |
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 |
5 | ADM_APPL_CTR | Character(4) | VARCHAR2(4) NOT NULL | Application Center |
6 | DEPOSIT_FEE_CD | Character(6) | VARCHAR2(6) NOT NULL |
Deposit Fee Code
Prompt Table:
DEP_FEE_CD_VW
|