SAA_SUBPLAN_LN(SQL View) | 
Index Back | 
|---|---|
What-if Subplan DescriptionThis view contains the keys needed for the on-line description to be displayed for the sublan in the quick what-if page. This view is used as a holder of search keys and should not be used to retrieve data. | 
| SELECT A.INSTITUTION , ' ' , ' ' , A.ACAD_PLAN , A.ACAD_SUB_PLAN , A.EFFDT , L.LANGUAGE_CD , L.DESCR FROM PS_ACAD_SUBPLN_TBL A , PS_ACAD_SUBPLN_LNG L WHERE A.INSTITUTION = L.INSTITUTION AND A.ACAD_PLAN = L.ACAD_PLAN AND A.ACAD_SUB_PLAN = L.ACAD_SUB_PLAN AND A.EFFDT = L.EFFDT | 
| # | 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 | 
In What-If Requirements Analysis, the target Career for the model.
 Prompt Table: ACAD_PLAN_TBL  | 
|
| 5 | Character(10) | VARCHAR2(10) NOT NULL | Academic Sub-Plan | |
| 6 | Date(10) | DATE | 
Effective Date
 Default Value: %date  | 
|
| 7 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |