RPC_ERRORS_VW(SQL View) |
Index Back |
|---|---|
Validation errors informationView used to retreive validation errors information |
| SELECT a.ERROR_CODE , b.DESCRLONG FROM PS_CFG_ERR_COD_TBL 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 | ERROR_CODE | Character(20) | VARCHAR2(20) NOT NULL | Error Code |
| 2 | DESCRLONG | Long Character | CLOB | Long Description |