REASNINVW2LNG

(SQL View)
Index Back

SF Reason In View

REASNINVW2LNG is the related language recordfor the record REASON_IN_VW2

SELECT a.setid , a.reason_in ,c.language_cd , c.descr FROM PS_REASON_IN_TBL a ,ps_reason_in_lng c WHERE a.setid=c.setid AND a.reason_in=c.reason_in AND a.effdt=c.effdt AND a.effdt = ( SELECT MAX(b.effdt) FROM PS_REASON_IN_TBL b WHERE a.setid = b.setid AND a.reason_in = b.reason_in AND b.effdt <= %CurrentDateIn AND b.eff_status = 'A')

  • Related Language Record for REASON_IN_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

    Prompt Table: SP_SETID_NONVW

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