ADMAPLCTRSVWLNG(SQL View) |
Index Back |
---|---|
Application Center Security VwPrompt view which retrieves Admissions Application Centers within Academic Career and enforces operator security by Application Center. |
SELECT DISTINCT a.institution , b.acad_career , a.adm_appl_ctr , d.oprid , a.effdt ,a.LANGUAGE_CD , a.descr FROM ps_ADM_APPLCTR_LNG a , PS_ACAD_CAR_TBL b , ps_scrty_appl_ctr d ,ps_adm_applctr_tbl e WHERE d.access_cd = 'Y' AND d.institution = a.institution AND (d.adm_appl_ctr = a.adm_appl_ctr OR d.adm_appl_ctr = 'ALL') AND a.institution = b.institution AND (e.acad_career = b.acad_career OR e.acad_career = ' ') AND a.institution =e.institution AND a.adm_appl_ctr=e.adm_appl_ctr AND a.effdt =e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
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 | ADM_APPL_CTR | Character(4) | VARCHAR2(4) NOT NULL |
Application Center
Prompt Table: ADM_APPLCTR_TBL |
4 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRDEFN2 |
5 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |