ACAD_PLAN_SF_VW(SQL View) |
Index Back |
---|
select a.institution, a.acad_plan, a.descr from PS_ACAD_PLAN_TBL a where a.effdt = (select max(b.effdt) from PS_ACAD_PLAN_TBL b where b.institution = a.institution and b.acad_plan = a.acad_plan and b.effdt <= %currentdatein) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |