DBA Data[Home] [Help]

APPS.AD_PATCH_HISTORY_PKG dependencies on DUAL

Line 231: from dual

227: anything_inserted := 0;
228:
229: select 'x'
230: into dummy
231: from dual
232: where not exists (select 'x' from ad_check_files)
233: and exists (select 'x' from ad_patch_runs);
234: --
235: --