TL_AWE_PRCSRQST(SQL Table) |
Index Back |
---|---|
Process RequestThis record contains the process request information to run a process request. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PRCSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | PRCSNAME | Character(12) | VARCHAR2(12) NOT NULL |
Process Name
Prompt Table: PRCSDEFN |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | RUNSTATUS | Character(2) | VARCHAR2(2) NOT NULL |
Process Scheduler Process Run Status
1=Cancel 10=Not Successful 11=Posted 12=Unable to post 13=Resend 14=Posting 15=Content Generated 16=Pending 17=Success With Warning 18=Blocked 19=Restart 2=Delete 3=Error 4=Hold 5=Queued 6=Initiated 7=Processing 8=Cancelled 9=Success |
5 | RUNDTTM | DateTime(26) | TIMESTAMP | Run Date/Time |
6 | BEGINDTTM | DateTime(26) | TIMESTAMP | Begin Date/Time |
7 | ENDDTTM | DateTime(26) | TIMESTAMP | End Date/Time |
8 | RUNCNTLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |