| SRVCCSHCHKVWLNG(SQL View) | Index Back | 
|---|---|
| Rel Lang Service Cash Check VWSRVCCSHCHKVWLNG is the language record view related to SRVC_CSH_CHK_VW A related language record enables text fields on a table to be translated into various languages for use in other countries. | 
| SELECT a.institution , 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 e.institution = a.institution AND a.service_impact = e.service_impact AND a.effdt = e.effdt | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Service Cash Check | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |