PO_DENY_RSN_VW

(SQL View)
Index Back

PO Deny Change Reason View

PO Deny Change Reason view.

SELECT setid , reason_cd , descr50 , descrlong FROM PS_REASON_CD a WHERE a.effdt = ( SELECT MAX(aa.effdt) FROM PS_REASON_CD aa WHERE a.setid = aa.setid AND a.reason_type = aa.reason_type AND a.reason_cd = aa.reason_cd AND aa.effdt <= %CurrentDateIn ) AND a.eff_status = 'A' AND a.reason_type = 'POC2'

  • Related Language Record: PO_DENY_RSN_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 REASON_CD Character(10) VARCHAR2(10) NOT NULL Reason Code
    3 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    4 DESCRLONG Long Character CLOB Long Description