DBA Data[Home] [Help]

APPS.CN_RAM_ADJUSTMENTS_PKG dependencies on CN_DEBUG

Line 59: cn_debug.init_pipe(debug_pipe, debug_level);

55:
56:
57: BEGIN
58: IF (debug_pipe IS NOT NULL) THEN
59: cn_debug.init_pipe(debug_pipe, debug_level);
60: END IF;
61: cn_debug.print_msg('>>identify RAM adjustments', 1);
62: cn_message_pkg.debug('identify RAM adjustments>>');
63: fnd_file.put_line(fnd_file.Log, 'identify RAM adjustments>>');

Line 61: cn_debug.print_msg('>>identify RAM adjustments', 1);

57: BEGIN
58: IF (debug_pipe IS NOT NULL) THEN
59: cn_debug.init_pipe(debug_pipe, debug_level);
60: END IF;
61: cn_debug.print_msg('>>identify RAM adjustments', 1);
62: cn_message_pkg.debug('identify RAM adjustments>>');
63: fnd_file.put_line(fnd_file.Log, 'identify RAM adjustments>>');
64:
65: x_proc_audit_id := NULL; -- Will get a value in the call below

Line 268: cn_debug.print_msg('<

264:
265: cn_message_pkg.debug('identify RAM adjustments: identify process completed. ' || x_trx_identified_count || ' transactions identified.');
266: fnd_file.put_line(fnd_file.Log, 'identify RAM adjustments: identify process completed. ' || x_trx_identified_count || ' transactions identified.');
267:
268: cn_debug.print_msg('< 269: cn_message_pkg.debug('identify RAM adjustments<<');
270: fnd_file.put_line(fnd_file.Log, 'identify RAM adjustments<<');
271:
272:

Line 283: cn_debug.print_msg('identify RAM adjustments: in exception handler', 1);

279:
280: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
281: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
282:
283: cn_debug.print_msg('identify RAM adjustments: in exception handler', 1);
284: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
285: SQLERRM);
286:
287: app_exception.raise_exception;

Line 326: cn_debug.init_pipe(debug_pipe, debug_level);

322: l_adjust_comments VARCHAR2(2000) := 'Negated by Revenue Adjustments Collection - Request ID = ' || fnd_global.conc_request_id;
323:
324: BEGIN
325: IF (debug_pipe IS NOT NULL) THEN
326: cn_debug.init_pipe(debug_pipe, debug_level);
327: END IF;
328: cn_debug.print_msg('>>negate process', 1);
329: cn_message_pkg.debug('negate process>>');
330: fnd_file.put_line(fnd_file.Log, 'negate process>>');

Line 328: cn_debug.print_msg('>>negate process', 1);

324: BEGIN
325: IF (debug_pipe IS NOT NULL) THEN
326: cn_debug.init_pipe(debug_pipe, debug_level);
327: END IF;
328: cn_debug.print_msg('>>negate process', 1);
329: cn_message_pkg.debug('negate process>>');
330: fnd_file.put_line(fnd_file.Log, 'negate process>>');
331:
332: x_proc_audit_id := NULL; -- Will get a value in the call below

Line 375: cn_debug.print_msg('<

371:
372: cn_message_pkg.debug('negate process: negate process completed. ' || x_api_negated_count || ' OIC transactions negated.');
373: fnd_file.put_line(fnd_file.Log, 'negate process: negate process completed. ' || x_api_negated_count || ' OIC transactions negated.');
374:
375: cn_debug.print_msg('< 376: cn_message_pkg.debug('negate process<<');
377: fnd_file.put_line(fnd_file.Log, 'negate process<<');
378:
379:

Line 389: cn_debug.print_msg('negate process: in exception handler', 1);

385:
386: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
387: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
388:
389: cn_debug.print_msg('negate process: in exception handler', 1);
390: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
391: SQLERRM);
392:
393: app_exception.raise_exception;