ACCTSUMMSSVWLNG(SQL View) |
Index Back |
---|---|
Related Lang- Term Summary SFACCTSUMMSSVWLNG is the language record view related to ACCT_SUMM_SS_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.common_id ,a.item_term ,b.institution ,c.language_cd ,c.DESCR FROM PS_ITEM_SF a ,ps_bus_unit_tbl_sf b ,PS_TERM_VAL_LANG c ,ps_iset_bu_dtl d WHERE a.sa_id_type = 'P' AND a.item_type_cd <> 'T' AND a.item_type_cd <> 'L' AND a.business_unit=b.business_unit AND a.item_term = c.strm AND d.business_unit = b.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL | Common ID to store Personal ID / Ext Org ID value | |
2 | Character(4) | VARCHAR2(4) NOT NULL | Term | |
3 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |