AV_RLTD2_VOL_VW(SQL View) |
Index Back |
---|---|
Related Volunteer InitiativeThis table will determine if there have been any Related Initiatives of Type = 'VOLUNTEER' defined for the given Initiative. It will return a 'Y' if records exist. |
SELECT INSTITUTION, INTV_CD, 'Y' FROM PS_AV_INTV_RELATED WHERE INTV_TYPE_RELATED = 'VOLUNTEER' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | INTV_CD | Character(10) | VARCHAR2(10) NOT NULL | Initiative Code |
3 | RELATED_VOLUNTEERS | Character(1) | VARCHAR2(1) NOT NULL |
Used in a view to return a value of 'Y' (for YES) if any Volunteer Initiatives have been related to the initiative in context.
Y/N Table Edit |