AMM_MSG_SECVW(SQL View) |
Index Back |
---|---|
Msg Monitor Message Sec ViewSecurity view that lists message names an operator has read or write access for in the Message Monitor. |
SELECT DISTINCT A.OPRID , C.MSGNAME FROM PSOPRCLS A , PSAUTHCHNLMON B , PSMSGDEFN C WHERE A.OPRCLASS = B.CLASSID AND B.CHNLNAME = C.CHNLNAME |
# | 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 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |