Wednesday, March 24, 2010

How To Find the FND_PATCHSET_LEVEL While Applying India Localization Patch


How To Find the FND_PATCHSET_LEVEL While Applying India Localization Patch

Solution
For finding the FND patchset level use the below query

select patch_level from fnd_product_installations where patch_level like '%FND%' ;
The above query for example will return values like 11i.FND.C or 11i.FND.D

Based on this pass the parameter value as FND_PATCHSET_LEVEL = 'C' if the query returns 11i.FND.C,"D if it returns 11i.FND.D"

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...