SAA_SUBPLAN_VW(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 , A.EFF_STATUS , A.DESCR , A.ACAD_SUBPLAN_TYPE FROM PS_ACAD_SUBPLN_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | ACAD_CAREER_OVRD | 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 | ACAD_PROG_OVRD | Character(5) | VARCHAR2(5) NOT NULL |
In What-If Requirements Analysis, the target Program for the model.
Prompt Table: ACAD_PROG_TBL |
4 | ACAD_PLAN_OVRD | Character(10) | VARCHAR2(10) NOT NULL |
In What-If Requirements Analysis, the target Career for the model.
Prompt Table: ACAD_PLAN_TBL |
5 | ACAD_SUB_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Sub-Plan |
6 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
7 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
9 | ACAD_SUBPLAN_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Academic Sub-Plan Type
CON=Concentration EMP=Emphasis MIN=Minor OPT=Option SPC=Specialization TRK=Track |