DBA Data[Home] [Help]

APPS.CN_NOTIFY_INVOICES dependencies on CN_DEBUG

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

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

Line 37: cn_debug.print_msg('>>notify_invoices', 1);

33: BEGIN
34: IF (debug_pipe IS NOT NULL) THEN
35: cn_debug.init_pipe(debug_pipe, debug_level);
36: END IF;
37: cn_debug.print_msg('>>notify_invoices', 1);
38: -- who.set_program_name('notify_invoices');
39:
40:
41: cn_message_pkg.debug('notify_invoices>>');

Line 192: cn_debug.print_msg('<

188:
189: cn_message_pkg.debug('notify_invoices: Finished notification run: Notified ' || x_trx_count || ' invoices.');
190: fnd_file.put_line(fnd_file.Log, 'notify_invoices: Finished notification run: Notified ' || x_trx_count || ' invoices.');
191:
192: cn_debug.print_msg('< 193: cn_message_pkg.debug('notify_invoices<<');
194: fnd_file.put_line(fnd_file.Log, 'notify_invoices<<');
195:
196: -- cn_message_pkg.end_batch (x_proc_audit_id);

Line 208: cn_debug.print_msg('notify_invoices: in exception handler', 1);

204:
205: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
206: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
207:
208: cn_debug.print_msg('notify_invoices: in exception handler', 1);
209: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
210: SQLERRM);
211: -- cn_message_pkg.end_batch (x_proc_audit_id);
212: