REASNOUTVW2LNG

(SQL View)
Index Back

SF Reason Out View

REASNOUTVW2LNG is the related language recordfor the record REASON_OUT_VW2

SELECT a.setid , a.reason_out ,c.language_cd , c.descr FROM PS_REASON_OUT_TBL a ,ps_reason_out_lng c WHERE a.setid=c.setid AND a.reason_out=c.reason_out AND a.effdt=c.effdt AND a.effdt = ( SELECT MAX(b.effdt) FROM PS_REASON_OUT_TBL b WHERE a.setid = b.setid AND a.reason_out = b.reason_out AND b.effdt <= %CurrentDateIn AND b.eff_status = 'A')

  • Related Language Record for REASON_OUT_VW2
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_CS.SETID

    2 REASON_OUT Character(3) VARCHAR2(3) NOT NULL Collection Reason Out
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description