SRVCIMPCTSFVWLN(SQL View) |
Index Back |
---|---|
Rel Srvc Impact Collections VWSRVCIMPCTSFVWLN is the language record view related to SRVC_IMPCT_SFVW A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.service_impact , e.language_cd , e.descr FROM PS_SRVC_IMPACT_TBL a , ps_srvc_impact_lng e WHERE 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') AND a.institution = e.institution AND a.service_impact = e.service_impact AND a.effdt = e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SERVICE_IMPACT | Character(5) | VARCHAR2(5) NOT NULL | Service Impact |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |