WEB ADI Issues
Hello,
I am working on a project where I need to upload data into multiple tables using WEBADI. I have created a package & a procedure where the code has been written to validate the data & insert into respective staging tables.
Based on this requirement, I have also created an integrator with same package & procedure with a layout associated. When I try to upload any data, I constantly get
"ORA-06502: PL/SQL: numeric or value error: character to number conversion error" error. I noticed that my procedure is never being hit since the logs that I have added to my code are never inserted.