HR_MSS_DS_DVW(SQL View) |
Index Back |
|---|---|
Decision Support WrkDynamic view for decision support display. |
| SELECT A.HR_MSS_CT_NAME , A.SEQUENCE , A.MESSAGE_SET_NBR , A.MESSAGE_NBR , B.MESSAGE_TEXT , B.DESCRLONG FROM PS_HR_MSS_CT_DS A , PSMSGCATDEFN B WHERE A.MESSAGE_SET_NBR = B.MESSAGE_SET_NBR AND A.MESSAGE_NBR=B.MESSAGE_NBR |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(25) | VARCHAR2(25) NOT NULL | Compound Transaction Name | |
| 2 | Number(2,0) | SMALLINT NOT NULL | Chartfield Sequence | |
| 3 | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. | |
| 4 | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. | |
| 5 | HEADING | Character(30) | VARCHAR2(30) NOT NULL | Field Heading |
| 6 | HR_SSTEXT_TEXT | Long Character(8095) | CLOB | Long Text field for HR Self-Service Text Catalog. This is the text that is displayed on a page from the Text Catalog. |