DBA Data[Home] [Help]

APPS.ASO_UPGRADE_PVT SQL Statements

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

Line: 22

  INSERT INTO ASO_UPGRADE_ERRORS
  (UPGRADE_ID,
   MODULE_NAME,
   ERROR_LEVEL,
   ERROR_TEXT,
   CREATION_DATE,
   SOURCE_NAME,
   TABLE_NAME,
   IDENTIFIER
   )
   VALUES
  (
  ASO_UPGRADE_ERRORS_S.NEXTVAL,
  p_module_name,
  p_error_level,
  p_error_text,
  p_creation_date,
  p_source_name,
  p_table_name,
  p_identifier
  );