DBA Data[Home] [Help]

APPS.JTF_DIAG_QAPACKAGE SQL Statements

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

Line: 40

         select count(*) into counter
         from  fnd_user
         where user_name  like c_username;
Line: 49

           select count(*) into counter
           from fnd_user
           where user_name like c_username;