DBA Data[Home] [Help]

APPS.OTA_UTQ_UTIL SQL Statements

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

Line: 10

  p_update_count  Number :=0;
Line: 12

   update ota_utest_questions
   set attempt_id =  p_new_attempt_id
   where
   attempt_id = p_last_attempt_id;
Line: 16

   p_update_count := SQL%ROWCOUNT;
Line: 17

   return p_update_count;