Getting duplicate rows from seeded APPS tables when I access them from remote APEX schema via DBLink
I have Oracle APEX setup with EBS 12.2.8 through DB Link. After a recent patch, when I query seeded tables in APPS schema from APEX schema through DB link (config with a local custom schema on EBS DB Server); I get duplicate rows with different values against column name ZD_EDITION_NAME.
However, when I access these tables from APPS, I get unique/ distinct rows.
I have read that this is a feature and that in such a case APPS seeded tables should be accessed via "APPS View" as that view fetches data from the correct edition. I dont understand what is this APPS View.