PSMSGVERCON4_VW(SQL View) |
Index Back |
---|---|
IB Messages and VersionsShows concatenated messages and corresponding versions. |
SELECT DISTINCT %TrimSubstr(V.MSGNAME,1,30) %Concat '.' %Concat %TrimSubstr(V.APMSGVER,1,30) , V.MSGNAME , V.APMSGVER FROM PSMSGVER V , PSMSGREC R WHERE V.MSGNAME = R.MSGNAME AND V.APMSGVER = R.APMSGVER AND V.IB_PARTS = 1 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | IB_XFRMMESSAGE1 | Character(61) | VARCHAR2(61) NOT NULL | Message.Ver into Transform 1 |
2 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |
3 | APMSGVER | Character(30) | VARCHAR2(30) NOT NULL | Message Version |