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