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;
multi_org_flag,
multi_lingual_flag,
multi_currency_flag,
applications_system_name
FROM fnd_product_groups;
No comments:
Post a Comment