DBA Data[Home] [Help]

APPS.GMS_INSTALL dependencies on GMS_IMPLEMENTATIONS_ALL

Line 151: from gms_implementations_all );

147: --select 'X'
148: --into x_temp
149: select 'X' into x_temp from dual where exists (
150: select 1
151: from gms_implementations_all );
152: --where rownum < 2 ;
153:
154: return TRUE;
155: