PO_SYS_SRC_VWLN

(SQL View)
Index Back

PO Valid System Source View

This view identifies which SYSTEM_SOURCE values are valid for PO Intefaces.

SELECT %Substring(a.fieldvalue, 1, 3) , a.language_cd , a.xlatlongname FROM PSXLATITEMLANG a WHERE a.fieldname = 'SYSTEM_SOURCE' AND (%Substring(a.fieldvalue, 1, 3) = 'BPO' OR %Substring(a.fieldvalue, 1, 3) = 'FRM' OR %Substring(a.fieldvalue, 1, 3) = 'BCP' OR %Substring(a.fieldvalue, 1, 3) = 'POU' OR %Substring(a.fieldvalue, 1, 3) = 'BIN' OR %Substring(a.fieldvalue, 1, 3) = 'PPC' OR %Substring(a.fieldvalue, 1, 3) = 'BOM' OR %Substring(a.fieldvalue, 1, 3) = 'PLN' OR %Substring(a.fieldvalue, 1, 3) = 'SFC' OR %Substring(a.fieldvalue, 1, 3) = 'WM' )

  • Related Language Record for PO_A_SYS_SRC_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SYSTEM_SOURCE Character(3) VARCHAR2(3) NOT NULL Identifies the application or source system that generated a journal entry. Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values. SUJ---Included a label as Product. Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description