SAA_PLAN_VW(SQL View) |
Index Back |
---|---|
What-if Plan DescriptionThis view contains the keys needed for the on-line description to be displayed for the plan in the quick what-if page. |
SELECT A.INSTITUTION , A.ACAD_CAREER , A.ACAD_PROG , A.ACAD_PLAN , A.EFFDT , A.EFF_STATUS , A.DESCR , A.ACAD_PLAN_TYPE FROM PS_ACAD_PLAN_TBL A |
# | 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(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 | Character(5) | VARCHAR2(5) NOT NULL |
In What-If Requirements Analysis, the target Program for the model.
Prompt Table: ACAD_PROG_TBL |
|
4 | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan | |
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_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 |