please below simple sql query to find your EBS patch levels, code levels, etc. Here’s what matters most often to me as the Apps DBA
select abbreviation,,codelevel from ad_trackable_entities where abbreviation in( 'ad','txk','fnd','fwk','atg_pf','icx' ) order by abbreviation;