DBA Data[Home] [Help]

APPS.POS_GLOBAL_VARS_SV SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 17

      select distinct m.message_name
        from fnd_new_messages m,
             fnd_application a
       where m.message_name like 'ICX_POS%'
         and m.application_id = a.application_id
         and a.application_short_name = 'ICX';
Line: 73

    htp.p('var whereAmI = "SELECT";');