PO_A_SYS_SRC_VW

(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.xlatlongname FROM PSXLATITEM a , PS_INSTALLATION b 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' AND b.inv = 'Y' ) OR (%Substring(a.fieldvalue, 1, 3) = 'BPL' AND b.inv = 'Y' ) OR (%Substring(a.fieldvalue, 1, 3) = 'PPC' AND b.pc = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'BOM' AND b.om = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'PLN' AND b.spl = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'SFC' AND b.mg = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'WM' AND b.WO = 'Y') )

  • Related Language Record: PO_SYS_SRC_VWLN
  • # 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.

    Prompt Table: PO_A_SYS_SRC_VW

    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description