HI,
The Rest trigger-based integration was developed to integrate the data flow from oracle apex to EBS .
When the integration is getting triggered from the apex with the rest Endpoint URL(API) the particular integration gets triggered and all the iterations of data take place and once the data moved successfully the EBS table Success status is updated .In the same manner for each data iteration the success/error oic_status has to be send to the oracle Apex. Now we are receiving only the final single response for oic_status based on the last iteration data. Is it possible to send the response for every iteration to apex or update the apex data table ?.If So how it can be done..any possible way to connect apex database with the integration.
How an connection can be made using the Oracle Apex credintials.