AV_RLTD2_MBR_VW(SQL View) |
Index Back |
---|---|
Related Membership InitiativeThis table will determine if there have been any Related Initiatives of Type = 'MEMBERSHIP' 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 = 'MEMBERSHIP' |
# | 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_MEMBERSHIP | Character(1) | VARCHAR2(1) NOT NULL |
Used in a view to return a value of 'Y' (for YES) if any Membership Initiatives have been related to the initiative in context.
Y/N Table Edit |