DBA Data[Home] [Help]

APPS.QA_PERFORMANCE_TEMP_PKG SQL Statements

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

Line: 69

                INSERT INTO qa_performance_temp (key, id)
                VALUES (p_key, l_ids(i));
Line: 90

        DELETE FROM qa_performance_temp
        WHERE key = p_key;
Line: 122

         INSERT INTO qa_performance_temp (key, name)
         VALUES (p_key, p_names(i));