Invalid Character Error When Creating MVs with AD_ZD_MVIEW.UPGRADE
I'm upgrading our application to EBS 12.2, and this means we need to start using edition based redefinition.
As part of this, my materialized views need to be updated since they were pointing to tables that have been editioned. I tried using the AD_ZD_MVIEW.UPGRADE procedure on a regular view that I created referencing the editioned tables, but I get an error as shown in the stack below.
ORA-00911: invalid character
ORA-06512: at "SYS.DBMS_SQL2", line 214
ORA-06512: at "APPS.AD_ZD_MVIEW", line 208
ORA-06512: at "APPS.AD_ZD_MVIEW", line 1296
ORA-06512: at "APPS.AD_ZD_MVIEW", line 1618
ORA-06512: at "APPS.AD_ZD_MVIEW", line 577