IPR_REQUEST_TBL(SQL Table) |
Index Back |
---|---|
IPR Request TableIntegration Process Request Table - This table store the integration request triggered by the user. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | IPR_REQUEST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Integration Process Request - Request ID
Default Value: NEW |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | CREATEDTTM | DateTime(26) | TIMESTAMP | DateTime of Query Creation |
4 | IPR_RQST_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Integration Process Request - Request Status
001=New 002=Processing 003=Cancelled 004=Done |
5 | STARTDATETIME | DateTime(26) | TIMESTAMP | Start Datetime |
6 | ENDDATETIME | DateTime(26) | TIMESTAMP | End Datetime |