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