I am creating a new Web ADI Interface for AP Invoice Upload. I have created PL/SQL API.
The load procedure loads data from WebADI into a custom staging table. The import procedure loads data into Open Interface table and then trigger Payables Open Interface Import Program. It’s all good till this point.
Now when I add code to submit program ‘Invoice Validation’ in the Importer Package after the Open Interface Import Program, I get this below error in WebADI, though the program does gets submitted and completes fine.
Does anybody has encountered this before?