SSR_STU_INS(SQL View) |
Index Back |
|---|---|
Student InstitutionLists the distinct Institutions a student is in. |
| SELECT DISTINCT a.Emplid , a.Institution , ' ' FROM PS_ACAD_PROG a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |