REASON_IN_VW2

(SQL View)
Index Back

SF Reason In View


select a.setid, a.reason_in, a.descr from PS_REASON_IN_TBL a where 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: REASNINVW2LNG
  • # 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 DESCR Character(30) VARCHAR2(30) NOT NULL Description