Materialized Views in EBS 12.2.x can not depend on logical views depending on editioned pl/sql funct
Hi,
We are on 12.1.3 and planning to upgrade to EBS release 12.2.9.
According to oracle note "Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2 (Doc ID 1577661.1)", Materialized views can not made directly on editioning objects and that is OK, as it offers creating logical view and the using ad_zd_mview.upgrade which will generate our materialized view, But this logical view has a restriction that it can not depend on editioned pl/sql function.
So how to transform our current materialized views that depends on editioned pl/sql functions? Any guideline please.
Thanks,
Reda