APPLSYS.FND_CONCURRENT_QUEUES get deleted during cleanup
Hi Eeryone,
I've been fighting this weird,abnormal incident for about 3-4 months already. I had an SR open for this issue since the begining but it's not going anywhere. Maybe be one of you can shed some light on why this is happening.
One of the tables (applsys.FND_CONCURRENT_QUEUES) during patch for 12.2.5 RUP did the following (per adzdshowlog)
ad.plsql.ad_zd_seed.create_sync - insert-select of (select *, 'SET1','SYNCED' from applsys.fnd_concurrent_queues where condition zd_edition_name=' ').
Essentially copying/updating everything with the exception of last two columns (ZD_EDITION_NAME, ZD_SYNC).