add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, August 6

To find the base application version

select
ARU_RELEASE_NAME||'.'||MINOR_VERSION||'.'||TAPE_VERSION version, START_DATE_ACTIVE when updated,
ROW_SOURCE_COMMENTS "how it is done"
from
AD_RELEASES
where
BASE_RELEASE_FLAG = 'Y' ;

No comments: