How to modify the Web ADI that's already created using HR Integrator ?
I am new to Oracle Apps and stuck up on this issue, as follows:
We have an existing Web ADI that calls a wrapper to insert into the table.
This Web ADI is created using HR Integrator.
Now, a few more columns are added to the table and
parameters are added to the wrapper procedure that is called from this Web ADI.
So, I got to modify/amend this Web ADI for the new columns added but
I found out that the Web ADI created using HR Integrator cannot be modified, it can only be re-created or
can be manipulated by inserting the rows for new columns in the interface table (I dont find this right).