Custom Integrator in Web/ADI does not pull all columns for the interface loader
I am on V12.2.10 and using Desktop Integrator (Web/ADI). I have a custom integrator pulling from an custom table. I altered the underlying table and added a column but even when I create a totally new integrator with new interface, it only gives me the old columns and not my new one.
Next I tried starting from scratch and dropping and recreating the table with all the needed columns. But even when creating a new integrator/interface, it will only give me the existing columns. bne_interface_cols_b only shows the old columns, DBA_TAB_COLUMNS shows all the columns. This table belongs to a custom application and apps uses a synonym to access it. When I created the table I ran, AD_ZD_TABLE.PATCH ('HBOM', 'HBOM_COST_INTERFACE')