RB_MSGDEFN_VW(SQL View) |
Index Back |
---|---|
Message Defn View (Trans)Base view used in Translate Message Definitions page |
SELECT MSGNAME , VERSION , DESCR , DESCRLONG FROM PSMSGDEFN WHERE DESCR <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |
2 | VERSION | Number(10,0) | DECIMAL(10) NOT NULL | Version. Internal PeopleTools version for controlling caching of object. - Version/Table reference |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRLONG | Long Character | CLOB | Long Description |