DBA Data[Home] [Help]

APPS.CN_NOTIFY_PAYMENTS dependencies on CN_DEBUG

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

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

Line 36: cn_debug.print_msg('>>notify_payments', 1);

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

Line 117: cn_debug.print_msg('<

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

Line 126: cn_debug.print_msg('notify_payments: in exception handler', 1);

122: cn_message_pkg.end_batch (x_proc_audit_id);
123:
124: EXCEPTION
125: WHEN OTHERS THEN ROLLBACK;
126: cn_debug.print_msg('notify_payments: in exception handler', 1);
127: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
128: SQLERRM);
129:
130: cn_message_pkg.debug('notify_payments: in exception handler');