SSR_STMLSTN5_VW(SQL View) |
Index Back |
---|---|
Stdnt's View of His MilestonesThis view is used to filter milestones whose Allow Student Self-Service is selected and show them in Student Self-Service. |
SELECT DISTINCT EMPLID , MILESTONE , DESCR FROM %Table(SSR_CARMLSTN_VW) WHERE SSR_SS_STDNT_AVAIL = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | MILESTONE | Character(10) | VARCHAR2(10) NOT NULL | Milestone |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |