After upgrade to 12.2.5,DB Version is 11.2.0.4. Some View can't be synchronized automatically
I have found these view is not sysnc with base table:
FND_FLEX_VALUES
FND_RESPONSIBILITY
FND_RESPONSIBILITY_TL
FND_DESCR_FLEX_CONTEXTS
FND_DESCR_FLEX_CONTEXTS_TL
FND_GRANTS;
we can only use <Begin ad_zd_table.upgrade('APPLSYS', 'FND_PROFILE_OPTION_VALUES');End> to synchronized the view.
How to synchronize view automatically?
Regards,
Nathan