BI_IN_PROG_VW(SQL View) |
Index Back |
---|---|
BI process in progress vw |
select DISTINCT hdr.process_instance , pr.prcsname , pr.prcstype , pr.oprid , pr.runcntlid , pr.lastupddttm from PS_BI_HDR hdr , psprcsrqst pr where hdr.process_instance = pr.prcsinstance and hdr.process_instance <> 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | PRCSNAME | Character(12) | VARCHAR2(12) NOT NULL | Process Name |
3 | PRCSTYPE | Character(30) | VARCHAR2(30) NOT NULL | Process Type |
4 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
5 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
6 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |