DBA Data[Home] [Help]

APPS.GMS_INSTALL dependencies on STANDARD

Line 146: -- Bug 2254944 (CODING STANDARD VIOLATIONS TO BE FIXED) - replaced rownum with exists

142: function SITE_ENABLED return boolean
143: is
144: x_temp varchar2(1) ;
145: begin
146: -- Bug 2254944 (CODING STANDARD VIOLATIONS TO BE FIXED) - replaced rownum with exists
147: --select 'X'
148: --into x_temp
149: select 'X' into x_temp from dual where exists (
150: select 1