SAA_PLAN_LNVW(SQL View) |
Index Back |
---|---|
Related Lang Plan DescriptionThis related language 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 , L.LANGUAGE_CD , L.DESCR FROM PS_ACAD_PLAN_TBL A , PS_ACAD_PLAN_LANG L WHERE A.INSTITUTION = L.INSTITUTION AND A.ACAD_PLAN = L.ACAD_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 | Academic Plan | |
5 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
6 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |