PKG_ERR_MSGVWLN(SQL View) | 
Index Back | 
|---|
| SELECT A.MESSAGE_SET_NBR , A.MESSAGE_NBR , A.LANGUAGE_CD , A.MESSAGE_TEXT , A.DESCRLONG FROM PSMSGCATLANG A WHERE (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) | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. | |
| 2 | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | 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. | 
| 5 | DESCRLONG | Long Character | CLOB | Long Description |