ACAD_PLAN_SVW2(SQL View) |
Index Back |
---|---|
Academic Plan Security ViewThis view is a clone of ACAD_PLAN_TBLVW. The EFFDT AND EFF_STATUS Fields have been removed. By using this view as a prompt table you will be able to selects all plans that are associated with an Academic Program or a career within an Institution and plan that are valid for the Admit Term. |
SELECT a.institution , b.acad_prog , a.acad_plan , c.oprid , a.effdt , a.eff_status , a.descr , a.acad_career , a.acad_plan_type , a.degree , c.access_cd , a.ssr_last_prs_dt FROM PS_ACAD_PLAN_TBL a , ps_acad_prog_tbl b , ps_scrty_tbl_plan c WHERE a.institution = b.institution AND (a.acad_prog = b.acad_prog OR (a.acad_prog = ' ' AND a.acad_career = b.acad_career)) AND a.institution = c.institution AND (a.acad_plan = c.acad_plan OR c.acad_plan = 'ALL') AND NOT EXISTS ( SELECT 'X' FROM ps_scrty_tbl_plan d WHERE d.access_cd = 'N' AND d.oprid = c.oprid AND d.institution = c.institution AND d.acad_plan = c.acad_plan) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
2 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Program
Prompt Table: ACAD_PROG_TBL |
|
3 | Character(10) | VARCHAR2(10) NOT NULL |
Academic Plan
Prompt Table: ACAD_PLAN_TBL |
|
4 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
5 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
6 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | 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 |
9 | ACAD_PLAN_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Academic Plan Type
CON=Concentration COS=Course of Study HON=Honors MAJ=Major MIN=Minor PRP=Preparation RTC=ROTC SP=Specialization |
10 | DEGREE | Character(8) | VARCHAR2(8) NOT NULL | Degree |
11 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL |
Access Code
N=No Access Y=Read/Write Access |
12 | SSR_LAST_PRS_DT | Date(10) | DATE | Last Prospect Date |