Query to check AD and TXK Delta Version Applied in Oracle Apps


Query:

sqlplus apps/apps

select  ABBREVIATION, NAME, codelevel FROM apps.AD_TRACKABLE_ENTITIES where abbreviation in ('txk','ad');





If you like please follow and comment