SFA_EA_MSG_VW

(SQL View)
Index Back

EA Error Message View

View of Message Catalog entries specific to EA processing errors (14460, 600) thru (14460, 699).

SELECT A.MESSAGE_SET_NBR , A.MESSAGE_NBR , A.MESSAGE_TEXT , A.DESCRLONG FROM PSMSGCATDEFN A WHERE (A.MESSAGE_SET_NBR = 14402 AND MESSAGE_NBR >= 600 AND MESSAGE_NBR <= 699) OR (A.MESSAGE_SET_NBR = 14460 AND MESSAGE_NBR >= 9001 AND MESSAGE_NBR <= 9999) OR (A.MESSAGE_SET_NBR = 14420 AND MESSAGE_NBR >= 100 AND MESSAGE_NBR <= 200)

  • Related Language Record: PKG_MESSAGEVWLN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 MESSAGE_SET_NBR Number(5,0) INTEGER NOT NULL Message Set Number. This field refers to the Message Set Number in the Message Catalog.
    2 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.
    3 MESSAGE_TEXT Character(100) VARCHAR2(100) NOT NULL Message Text This field refers to the Text for a particular Message Number in the Message Catalog.
    4 DESCRLONG Long Character CLOB Long Description