SAA_PLAN_TYP_VW(SQL View) |
Index Back |
---|---|
Advisement Plan Type ViewThis view is used to select only the specific plan types used as the selected institution. |
SELECT INSTITUTION , ACAD_PLAN_TYPE , ACAD_PLAN , EFFDT , DESCR FROM PS_ACAD_PLAN_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | 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 |
3 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan |
4 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |