DBA Data[Home] [Help]

APPS.CN_NOTIFY_WRITEOFFS dependencies on CN_DEBUG

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

29:
30:
31: BEGIN
32: IF (debug_pipe IS NOT NULL) THEN
33: cn_debug.init_pipe(debug_pipe, debug_level);
34: END IF;
35: cn_debug.print_msg('>>notify_writeoffs', 1);
36: -- who.set_program_name('notify_writeoffs');
37:

Line 35: cn_debug.print_msg('>>notify_writeoffs', 1);

31: BEGIN
32: IF (debug_pipe IS NOT NULL) THEN
33: cn_debug.init_pipe(debug_pipe, debug_level);
34: END IF;
35: cn_debug.print_msg('>>notify_writeoffs', 1);
36: -- who.set_program_name('notify_writeoffs');
37:
38: cn_message_pkg.debug('notify_writeoffs>>');
39: fnd_file.put_line(fnd_file.Log, 'notify_writeoffs>>');

Line 116: cn_debug.print_msg('<

112:
113: cn_message_pkg.debug('notify_writeoffs: Finished notification run: Notified ' || x_trx_count || ' writeoffs.');
114: fnd_file.put_line(fnd_file.Log, 'notify_writeoffs: Finished notification run: Notified ' || x_trx_count || ' writeoffs.');
115:
116: cn_debug.print_msg('< 117:
118: cn_message_pkg.debug('notify_writeoffs<<');
119: fnd_file.put_line(fnd_file.Log, 'notify_writeoffs<<');
120:

Line 132: cn_debug.print_msg('notify_writeoffs: in exception handler', 1);

128:
129: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
130: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
131:
132: cn_debug.print_msg('notify_writeoffs: in exception handler', 1);
133: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
134: SQLERRM);
135:
136: cn_message_pkg.end_batch (x_proc_audit_id);