Way to success...

--"Running Away From Any PROBLEM Only Increases The DISTANCE From The SOLUTION"--.....--"Your Thoughts Create Your FUTURE"--.....--"EXCELLENCE is not ACT but a HABIT"--.....--"EXPECT nothing and APPRECIATE everything"--.....

Tuesday, December 22, 2015

Query to find the EBS application version upgrade history details



select ARU_RELEASE_NAME||'.'||MINOR_VERSION||'.'||TAPE_VERSION version, 
       START_DATE_ACTIVE updated,
       ROW_SOURCE_COMMENTS "how it is done", 
       BASE_RELEASE_FLAG "Base version" 
  FROM AD_RELEASES 
  where END_DATE_ACTIVE IS NULL;

No comments:

Post a Comment