ACADSPOVVWLNG(SQL View) |
Index Back |
---|---|
Academic SubPlan Override ViewThis view is used as a prompt table that selects all sub-plans associated with an Academic Plan. It is used as a prompt in the Transcript Request panel (when a What-If advisement report is also included) to override the current academic sub-plan. |
SELECT a.INSTITUTION , a.ACAD_CAREER_OVRD , a.ACAD_PROG_OVRD , a.ACAD_PLAN , b.ACAD_SUB_PLAN ,b.LANGUAGE_CD , b.DESCR FROM PS_ACAD_PL_OV_VW a , PS_ACAD_SUBPLN_LNG b WHERE a.INSTITUTION = b.INSTITUTION AND a.ACAD_PLAN = b.ACAD_PLAN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | ACAD_CAREER_OVRD | Character(4) | VARCHAR2(4) NOT NULL |
In What-If Requirements Analysis, the target Career for the model.
BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VETM=Veterinary Medicine |
3 | ACAD_PROG_OVRD | Character(5) | VARCHAR2(5) NOT NULL |
In What-If Requirements Analysis, the target Program for the model.
Prompt Table: ACAD_PROG_TBL |
4 | ACAD_PLAN_OVRD | Character(10) | VARCHAR2(10) NOT NULL |
In What-If Requirements Analysis, the target Career for the model.
Prompt Table: ACAD_PLAN_TBL |
5 | ACAD_SUB_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Academic Sub-Plan
Prompt Table: ACAD_SUBPLN_TBL |
6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |