EBS 12.2.4: Create public synonym results in ORA-38818: illegal reference to editioned
Hi,
We have a custom view in "APPS" schema which is editions enabled. We are trying to create a public synonym and it results in above error
USER is "APPS"
create public SYNONYM XXAR_PROJECT_SUM_V FOR APPS.XXAR_PROJECT_SUM_V
SQL> /
create public SYNONYM XXAR_PROJECT_SUM_V FOR APPS.XXAR_PROJECT_SUM_V
*
ERROR at line 1:
ORA-38818: illegal reference to editioned object APPS.XXAR_PROJECT_SUM_V
Please advise
Thanks
Ram