Monday 16 July 2012

Script to check the Release Version, System Name of Oracle Applications

Run the following query to find Release Version, System Name, Multi-Org enabled or not etc.

SELECT release_name,
       multi_org_flag,
       multi_lingual_flag,
       multi_currency_flag,
       applications_system_name
  FROM fnd_product_groups;

No comments:

Post a Comment