SCC_EXTR_ACT_VW(SQL View) |
Index Back |
|---|---|
External Extra Activity Viewshows both esternal and internal activities |
| SELECT a.setid ,a.extra_activity ,a.effdt ,a.eff_status ,a.descr ,a.offered FROM PS_EXTR_ACTVTY_TBL a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(6) | VARCHAR2(6) NOT NULL | Extracurricular Activity | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | OFFERED | Character(1) | VARCHAR2(1) NOT NULL |
Offered
B=Internal and External E=External I=Internal |