RB_IMP_ONE_PROC(SQL View) |
Index Back |
|---|---|
RBImport Process ViewRBImport unique process view; it would return the latest process id if a process is waiting |
| SELECT MAX(PRCSINSTANCE) , RUNCNTLID FROM PSPRCSRQST WHERE PRCSNAME = 'RBIMPORT' GROUP BY RUNCNTLID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | PRCSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
| 2 | RUNCNTLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |