Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Thursday, July 19, 2007

SQL query for finding out release version of Apps

Here's a simple SQL query for finding out the release version of Apps:

SQL> select release_name from apps.fnd_product_groups;

RELEASE_NAME
--------------------------------------------------
11.5.10.2

It works on 11.5.9 and 11.5.10. I'll have to query the ETRM to check from which release of Apps this table is available to confirm whether it works on older versions of Apps.

No comments: