VRBT_CLM_REASON

(SQL View)
Index Back

Claim Adjust Reasons

Claims Adjustment Reasons

SELECT setid , reason_cd , descr50 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 aa.eff_status = 'A') AND a.reason_type = '30'

  • Related Language Record: VRBT_CLMRSN_LNG
  • # 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