GP_MSGSETRUN_VW(SQL View) |
Index Back |
---|---|
Message Set by Run ViewUsed to prompt message sets from a GP run |
SELECT DISTINCT A.CAL_RUN_ID ,A.MESSAGE_SET_NBR ,B.DESCR FROM PS_GP_MESSAGES A , PSMSGSETDEFN B WHERE A.MESSAGE_SET_NBR = B.MESSAGE_SET_NBR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAL_RUN_ID | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |