DBA Data[Home] [Help]

APPS.FND_CONC_CLONE dependencies on FND_CONCURRENT_PROGRAMS

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

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

Line 206: Update fnd_concurrent_programs

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

Line 220: from fnd_concurrent_programs

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