AV_VOL_UPD_1_VW

(SQL View)
Index Back

Vol Sub-Group prompt 1 for Upd

This is a view of the AV_VOL_GRP_TBL that is used on the search record for updating sub-groups. It will show all the Intv_Types that exist for Sub-Groups.

SELECT DISTINCT A.INSTITUTION ,A.INTV_TYPE ,A.EFFDT ,A.EFF_STATUS FROM PS_AV_VOL_GRP_TBL A WHERE A.VOL_GRP_LVL = 2 AND A.INTV_TYPE <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
2 INTV_TYPE Character(10) VARCHAR2(10) NOT NULL Initiative Type
3 EFFDT Date(10) DATE Effective Date

Default Value: %Date

4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A