HRS_HROI_LOG(SQL Table) |
Index Back |
---|---|
Integration Log TableIntegration Log Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_LOG_ID | Number(15,0) | DECIMAL(15) NOT NULL | Integration Log ID |
2 | HRS_VNDR_TRANS_ID | Number(15,0) | DECIMAL(15) NOT NULL | Id specific to a Vendor and Transaction |
3 | HRS_TRANS_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Transaction Type
10=Outbound Synchronous 20=Inbound Synchronous 30=Inbound Asynchronous 40=Outbound Asynch |
4 | HRS_LOG_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Stores success or failure associated with the current log entry
10=Succeeded 20=Failed 30=New 40=Started 50=Connection Failure 60=Transformation Failure 70=Configuration Error |
5 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
6 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
7 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
8 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |
9 | HRS_ERRORTXT | Long Character | CLOB | Stores error text for the integration log |