AVUNTPRPSVWLNG(SQL View) | 
Index Back | 
|---|---|
AV Unit Purpose ViewThis view contains all current purpose codes for the selected unit | 
| SELECT a.institution , a.unit_cd , a.purpose_cd , b.effdt ,b.language_cd , b.descr , b.descrshort FROM PS_AV_UNT_PRPS_TBL a , ps_av_prps_lng b WHERE a.purpose_cd=b.purpose_cd | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
| 2 | Character(11) | VARCHAR2(11) NOT NULL | Unit Code | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Role | |
| 4 | Date(10) | DATE | Effective Date | |
| 5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |