REJECT_REASONS

(SQL View)
Index Back

List of Reject Reasons

Receiving Reject Reasons

SELECT setid , reason_cd , descr50 , quality_metric_flg 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 = '26'

  • Related Language Record: REJ_REASONS_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 REJECT_REASON Character(10) VARCHAR2(10) NOT NULL Reject Reason Code
    DAM=Damaged Goods
    FAL=Failed Inspection
    INC=Incomplete Shipment
    LAT=Late Shipment
    RLY=Early Shipment
    WRG=Wrong Goods or Service
    3 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    4 QUALITY_METRIC_FLG Character(1) VARCHAR2(1) NOT NULL Include in Quality Metric

    Y/N Table Edit