Oracle Apps
Tuesday, July 7, 2009
Query to find on which Patch level we are for particular module
Query to find on which Patch level we are for particular module
select * from fnd_application
where APPLICATION_SHORT_NAME='PA'
select * from FND_PRODUCT_INSTALLATIONS
where APPLICATION_ID=275
Can cross check the PATCH_LEVEL column.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment