DBA Data[Home] [Help]

APPS.AD_ZD_PREP dependencies on DBA_SERVICES

Line 293: from dba_services

289:
290: -- Since service name is case-insensitive, even sqlplus accepts that.
291: -- so check service as case-insensitive
292: select count(service_id) into l_exists
293: from dba_services
294: where upper(name)=upper(c_patch_service);
295:
296: if l_exists = 0 then
297: log(l_module, 'EVENT', 'Creating ' || c_patch_service || ' database service');