RC_CLOSE_SS_LNG

(SQL View)
Index Back

Close Reason Code View for SS

Self-Service Close Reason Code View.

SELECT A.SETID , A.REASON_CD , A.LANGUAGE_CD , A.DESCR1 FROM PS_RB_REASON_CDLNG A , PS_RB_REASON_CD C WHERE A.SETID = C.SETID AND A.REASON_CD = C.REASON_CD AND C.REASON_TYPE = 'CLSD' AND C.EFFDT = ( SELECT MAX(EFFDT) FROM PS_RB_REASON_CDLNG B WHERE B.SETID = C.SETID AND B.REASON_CD = C.REASON_CD AND B.EFFDT <= %CurrentDateIn ) AND C.EFF_STATUS = 'A'

  • Related Language Record for RC_CLOSE_SS_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 RC_CLOSE_REASON_CD Character(10) VARCHAR2(10) NOT NULL Case Close Reason Code. This is being used in SS
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 RC_DESCR_SS Character(30) VARCHAR2(30) NOT NULL Description to be shown on Self-Service Pages