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 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 2 | 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 | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan | |
| 4 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |