Wednesday, October 2, 2024

Query to find the Oracle EBS Application Version

 SELECT RELEASE_NAME FROM apps.FND_PRODUCT_GROUPS

No comments:

Post a Comment

Query to find the EBS Instance Refresh/Clone Date

 select name, creation_date from apps.FND_APPS_SYSTEM; SELECT resetlogs_time FROM   v$database;