DBA Data[Home] [Help]

APPS.FV_SLA_FV_PROCESSING_PKG SQL Statements

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

Line: 100

      trace(C_STATE_LEVEL, l_procedure_name, 'Inserting data into GT table');
Line: 102

      INSERT INTO fv_extract_detail_gt
      VALUES l_fv_extract_detail(l_index);
Line: 104

      trace(C_STATE_LEVEL, l_procedure_name, 'No of rows inserted into FV_EXTRACT_DETAIL_GT: '|| SQL%ROWCOUNT );