Wednesday 20 July 2011

Database and Application Information

1) Get Product Version

SELECT produc ,version, status
FROM   product_component_version

The other way to get this information is by using following query


select * from v$version;


2)Check if the application is setup for Multi-Org

SELECT multi_org_flag
FROM   fnd_product_groups






No comments:

Post a Comment