Monday, November 10, 2014

How to find an AD patchset level

Run the below script to find out the AD patchset level


SQL> select PATCH_LEVEL from fnd_product_installations where APPLICATION_ID=50;


PATCH_LEVEL
------------------------------
R12.AD.C.5



No comments: