SRVC_IMPCT_SFVW

(SQL View)
Index Back

Service Impact Collections VW

This view displays all service impacts, regardless of institution

SELECT DISTINCT a.service_impact , a.descr FROM PS_SRVC_IMPACT_TBL a WHERE a.scc_impact_date = 'Y' AND a.effdt = ( SELECT MAX(b.effdt) FROM PS_SRVC_IMPACT_TBL b WHERE a.institution = b.institution AND a.service_impact = b.service_impact AND b.effdt <= %CurrentDateIn AND b.eff_status = 'A')

  • Related Language Record: SRVCIMPCTSFVWLN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SERVICE_IMPACT Character(5) VARCHAR2(5) NOT NULL Service Impact
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description