PMN_PRCSJOB_VW(SQL View) |
Index Back |
|---|---|
Process Monitor FilterThis record is used by the Process Monitor to filter process requests. SELECT DISTINCT A.PRCSNAME FROM PS_PRCSDEFN A WHERE A.PRCSNAME <> ' ' |
| SELECT DISTINCT A.PRCSJOBNAME , A.DESCR FROM PS_PRCSJOBDEFN A WHERE A.PRCSJOBNAME <> ' ' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(8) | VARCHAR2(8) NOT NULL | Process Job Name | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |