Run custom JAR file in trigger
I have requirement to run a custom JAR file on trigger event. Scenario is when a new customer is created in Oracle Receivables record is inserted in a custom table. Immediately after a customer record is inserted in that custom table, a JAR file should be run to export that customer record to a Cloud Application (Oracle NetSuite) using a web service. JAR file is working fine as standalone file but I want to call it from EBS 12.1.3 application immediately after customer record is inserted in table.