ACCTSUMMAUVWLNG

(SQL View)
Index Back

Related Lang - Term Summary SF

ACCTSUMMAUVWLNG is the language record view related to ACCT_SUMM_AU_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.business_unit ,a.common_id ,a.item_term ,c.language_cd ,c.DESCR FROM PS_ITEM_SF a ,ps_bus_unit_tbl_sf b ,PS_TERM_VAL_LANG c 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

  • Related Language Record for ACCT_SUMM_AU_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 COMMON_ID Character(11) VARCHAR2(11) NOT NULL Common ID to store Personal ID / Ext Org ID value
    3 STRM Character(4) VARCHAR2(4) NOT NULL Term
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description