DBA Data[Home] [Help]

APPS.CE_BANK_STMT_SQL_LDR SQL Statements

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

Line: 279

  CE_SQLLDR_ERRORS_PKG.Delete_Row;
Line: 281

  SELECT control_file_name
  INTO   l_ctl_file
  FROM   ce_bank_stmt_int_map
  WHERE  map_id = X_loading_id;
Line: 298

  SELECT count(*)
  INTO   l_cnt
  FROM   fnd_concurrent_programs
  WHERE  application_id = 260
  AND    concurrent_program_name = 'CESLRPRO' || l_ctl_file;