Wednesday, October 3, 2012

How to find patchset level of a particular product in an instance


1. Open any form for the product(say AR).
2. Go to Tools -> About AR
3. patch set level will be displayed here.

Other way is to execute the below query

SELECT patch_level
FROM fnd_product_installations
WHERE patch_level LIKE '11i.AR%';

No comments:

Post a Comment