DBA Data[Home] [Help]

APPS.IGW_SECURITY dependencies on GMS_INSTALL

Line 256: if gms_install.enabled then

252: ---------------------------------
253: function gms_enabled return varchar2 is
254: begin
255:
256: if gms_install.enabled then
257: return 'Y';
258: end if;
259:
260: RETURN 'N';