We are loading master data from Oracle to IBP and wanted to know if we can update the loaded flag field in oracle source table once the IBP load is completed. If this is possible, then how can we do this?
You could try using Async-Sync bridge to get data from Oracle, then make the synchronous call to IBP and if insert/update is successfull, update Oracle data using response message.
Add comment