SAD_APP_DEL_ID(SQL View) |
Index Back |
---|---|
Application Delete HoldingThis view is a security view used in Admissions to allow users to access only those applications in application centers they are cleared to see. |
SELECT b.oprid ,a.emplid ,a.adm_appl_nbr ,a.institution ,a.acad_career ,a.stdnt_car_nbr ,a.adm_appl_ctr ,b.access_cd FROM ps_adm_appl_data a , PS_SCRTY_APPL_CTR b WHERE a.institution = b.institution AND b.access_cd = 'Y' AND (a.adm_appl_ctr = b.adm_appl_ctr OR b.adm_appl_ctr = 'ALL') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | ADM_APPL_NBR | Character(8) | VARCHAR2(8) NOT NULL |
Application Nbr
Prompt Table: ADM_APP_NBR_VW |
4 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTN_SCRTY |
5 | 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_SCRTY |
6 | STDNT_CAR_NBR | Number(3,0) | SMALLINT NOT NULL | Student Career Nbr |
7 | ADM_APPL_CTR | Character(4) | VARCHAR2(4) NOT NULL |
Application Center
Prompt Table: ADM_APPCTR_SCTY |
8 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL |
Access Code
N=No Access Y=Read/Write Access |