AP_REASON_VW(SQL View) |
Index Back |
|---|---|
Cancellation Reason Code viewList of cancellation reason code with message text |
| SELECT A.TR_REASON_TYPE , A.TR_REASON_CD , A.MESSAGE_SET_NBR , A.MESSAGE_NBR , B.MESSAGE_TEXT FROM PS_TR_REASON_LN 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(20) | VARCHAR2(20) NOT NULL | Reason Type | |
| 2 | Character(50) | VARCHAR2(50) NOT NULL | Reason Code | |
| 3 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL |
Message Set Number. This field refers to the Message Set Number in the Message Catalog.
Default Value: 13950 Prompt Table: PSMSGSETDEFN |
| 4 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
| 5 | 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. |