DBA Data[Home] [Help]

APPS.GMA_COMMON_LOGGING SQL Statements

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

Line: 135

  INSERT INTO GMA_MIGRATION_LOG (TABLE_NAME, LINE_NO, RUN_ID, MSG_APP_SHORT_NAME, MESSAGE_TOKEN,
                                 MESSAGE_TYPE, TOKEN1, TOKEN2, TOKEN3, TOKEN4, TOKEN5, TOKEN6,
                                 PARAM1, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6,
                                 DB_ERROR, TIMESTAMP, CONTEXT)
  VALUES (p_table_name, gma_upgrade_id_s.nextval, p_run_id, l_app_short_name, l_message_token,l_message_type,
          l_token1, l_token2, l_token3, l_token4, l_token5, l_token6,
          l_param1, l_param2, l_param3, l_param4, l_param5, l_param6,
          l_db_error, SYSDATE, p_context);