Is there a way to compare application installed release with database installed release?
IFS Apps 10
Test environment: We want to prove the following is correct
- IFS Applications MWS Home - Release 10
Production environment:
- IFS Applications MWS Home - Release 20
- Oracle database files - Release 20
We have a copy of IFS Application installation files taken to a specific release. We have used these files to install a new MWS Home, this is our Test environment. Our Production environment is at release 20, both application and database file.
We will clone the Production Oracle database to Test Oracle database. The result is that application installed files on Test environment are at release 10, but database installed files will then be at release 20.
We can run the following query and this confirms which releases have been applied to the database. Is there a reliable way to confirm which releases have been deployed to the application files on the MWS Home?
SELECT name
FROM ifsapp.module
WHERE description='DELIVERY'