TL_MSGSETVW_LNG(SQL View) |
Index Back |
---|---|
T&L Message Set Vw-LngContains the Set Numbers and Descriptions for all Time & Labor Message Sets (13500 through 13508), for each Operator in the Operator's base language. View is used as a prompt view to assign Messages to Time & Labor exceptions; messages sets in prompt are displayed in the Operator's base language. |
SELECT B.OPRID , A.MESSAGE_SET_NBR , A.LANGUAGE_CD , A.DESCR FROM PSMSGSETLANG A , PSOPRDEFN B WHERE ( (A.MESSAGE_SET_NBR >= 13500 AND A.MESSAGE_SET_NBR <= 13510) OR A.MESSAGE_SET_NBR >20000) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |