Thursday, 8 September 2022

Find CPU Patch level in EBS R12.2

SQL> col CPU format a9

SQL> select max(CODELEVEL) "CPU" from AD_TRACKABLE_ENTITIES where ABBREVIATION in ('ebscpu');

CPU

---------

2022.07

No comments:

Post a Comment