RMA_CNCLRSN_LVW

(SQL View)
Index Back

RMA Cancel reason lang view

Date Initials Issue # Description 05/06/03 dms F-MO'CO-J2WL0 Change descr to descr50

SELECT A.setid , A.reason_cd , A.effdt , B.language_cd , B.descr50 FROM PS_REASON_CD A , PS_REASON_CD_lng B WHERE A.reason_type = '12' AND A.setid = B.setid AND A.reason_cd = B.reason_cd AND A.reason_type = B.reason_type AND A.effdt = B.effdt

  • Related Language Record for RMA_CNCLRSN_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 REASON_CD Character(10) VARCHAR2(10) NOT NULL Reason Code
    3 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50