DBA Data[Home] [Help]

APPS.MSD_COLLECT_TIME_DATA SQL Statements

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

Line: 113

 	     x_sql_stmt := 'select 1 from dual where exists( select null from '||x_source_table||' where calendar_code = nvl(:p_calendar_code, calendar_code)) ';
Line: 131

	     x_sql_stmt := 'select 1 from dual where exists( select null from '||x_source_table||' where calendar_code = nvl(:p_calendar_code, calendar_code)) ';
Line: 147

	     x_sql_stmt := 'select 1 from dual where exists( select null from '||o_source_table||' where calendar_code = nvl(:p_calendar_code, calendar_code)) ';
Line: 167

	     x_sql_stmt := 'select 1 from dual where exists( select null from '||x_source_table||' where calendar_code = nvl(:p_calendar_code, calendar_code)) ';
Line: 187

	     x_sql_stmt := 'select 1 from dual where exists( select null from '||o_source_table||' where calendar_code = nvl(:p_calendar_code, calendar_code)) ';