How to find the subversion of Oracle EBS a client has?
We are trying to find out which specific R12 version a client has. We run the following query and it brings 12.1.3. Can anyone tell me how to find out if client has 12.1.3.8 or 12.1.3.9?
select release_name from apps.fnd_product_groups;