AV_INTV_GOAL_VW(SQL View) |
Index Back |
---|---|
Initiative Goals ViewThis table will determine if there has been an Sub Goals defined for the given Initiative. It will return a 'Y' if records exist of the Institution and Initiative Code used. |
SELECT INSTITUTION, INTV_CD, 'Y' FROM PS_AV_INTV_GOALS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Initiative Code | |
3 | GOALS_DEFINED | Character(1) | VARCHAR2(1) NOT NULL |
Sub-Goals Defined
Y/N Table Edit |