DBA Data[Home] [Help]

APPS.OWA_CUSTOM dependencies on FND_WEB_CONFIG

Line 33: if (fnd_web_config.check_enabled(curproc) = 'Y') then

29: return FALSE;
30: end if;
31: end if;
32:
33: if (fnd_web_config.check_enabled(curproc) = 'Y') then
34: owa_sec.set_protection_realm('SUCCESS');
35: return TRUE;
36: else
37: owa_sec.set_protection_realm('SECURITY ERROR:'||curproc||':');