AV_STF_PR_AS_VW(SQL View) |
Index Back |
---|---|
Staff/Prps assigned - P and OReturns all staff members assigned, and their associated purposes for those assignments (whether they are assigned to people or orgs). |
SELECT DISTINCT A.INSTITUTION, A.STAFF_ID, A.PURPOSE_CD, B.DESCR FROM PS_AV_ASGN_STF_PRP A, PS_AV_PRPS_TBL B WHERE A.PURPOSE_CD = B.PURPOSE_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | STAFF_ID | Character(11) | VARCHAR2(11) NOT NULL |
Staff ID
Prompt Table: AV_STAFF_VOL_VW |
3 | PURPOSE_CD | Character(3) | VARCHAR2(3) NOT NULL | Role |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |