ADM_WEB_SUB_LNG(SQL View) |
Index Back |
|---|---|
Rel Lang Web Pros Sub Plan VwThis is the related language view for ADM_WEB_SUB_VW. An Academic Sub Plan is a focus within an academic plan. An example of a subplan might be an American history concentration within the history major (plan). |
| SELECT a.institution , a.acad_plan , a.acad_sub_plan , a.language_cd , a.effdt , a.descr FROM PS_ACAD_SUBPLN_LNG a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_ACAD_SUBPLN_LNG b WHERE b.institution = a.institution AND b.acad_plan = a.acad_plan AND b.acad_sub_plan = a.acad_sub_plan AND b.effdt <= %CurrentDateIn) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan | |
| 3 | Character(10) | VARCHAR2(10) NOT NULL | Academic Sub-Plan | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |