DBA Data[Home] [Help]

APPS.FND_CONC_CLONE dependencies on FND_CONCURRENT_PROGRAMS

Line 206: -- Update FND_CONCURRENT_PROGRAMS to reset PRINTER_NAME, ENABLE_TRACE

202:
203: Delete from fnd_printer_tl
204: where printer_name <> 'noprint';
205:
206: -- Update FND_CONCURRENT_PROGRAMS to reset PRINTER_NAME, ENABLE_TRACE
207: Update fnd_concurrent_programs
208: set printer_name = null,
209: enable_trace = 'N'
210: where printer_name is not null or enable_trace = 'Y';

Line 207: Update fnd_concurrent_programs

203: Delete from fnd_printer_tl
204: where printer_name <> 'noprint';
205:
206: -- Update FND_CONCURRENT_PROGRAMS to reset PRINTER_NAME, ENABLE_TRACE
207: Update fnd_concurrent_programs
208: set printer_name = null,
209: enable_trace = 'N'
210: where printer_name is not null or enable_trace = 'Y';
211:

Line 221: from fnd_concurrent_programs

217: Delete from fnd_concurrent_requests
218: where phase_code = 'P'
219: and (PROGRAM_APPLICATION_ID, CONCURRENT_PROGRAM_ID) in
220: (select application_id, concurrent_program_id
221: from fnd_concurrent_programs
222: where execution_method_code = 'P');
223:
224: --
225: -- TRUNCATE TABLES