SRC_METHOD_VW

(SQL View)
Index Back

Itm Level Sourcing Mthd Prompt

View over the xlat table for the field SRC_METHOD will show all xlat values except 'G' & 'H' which is not allowed at the item level.

SELECT %Substring(A.FIELDVALUE, 1, 1) , A.XLATLONGNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'SRC_METHOD' AND A.EFF_STATUS <> 'I' AND A.EFFDT <= %CurrentDateIn AND %Substring(A.FIELDVALUE, 1, 1) NOT IN ('H' ,'G')

  • Related Language Record: SRC_METHOD_VWLN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SRC_METHOD Character(1) VARCHAR2(1) NOT NULL Sourcing Method
    B=Basic
    F=Flexible
    H=Cumulative Split
    S=Sched Split
    2 XLATLONGNAME Character(30) VARCHAR2(30) NOT NULL Translate Long Name