DBA Data[Home] [Help]

APPS.CN_NOTIFY_CLAWBACKS dependencies on CN_DEBUG

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

31: CURSOR batch_size IS SELECT system_batch_size FROM cn_repositories WHERE org_id = x_org_id;
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_clawbacks', 1);
38: -- who.set_program_name('notify_clawbacks');
39:

Line 37: cn_debug.print_msg('>>notify_clawbacks', 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_clawbacks', 1);
38: -- who.set_program_name('notify_clawbacks');
39:
40: cn_message_pkg.debug('notify_clawbacks>>');
41: fnd_file.put_line(fnd_file.Log, '>>notify_clawbacks');

Line 72: cn_debug.print_msg('notify_clawbacks: Collecting from ar_payment_schedules', 1);

68:
69: -- Insert notification records for clawbacks for those payment schedules
70: -- that went past due between the start date of the start period and the
71: -- end date of the end period.
72: cn_debug.print_msg('notify_clawbacks: Collecting from ar_payment_schedules', 1);
73: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks: Collecting from ar_payment_schedules');
74:
75: -- Note: Here we are looking for payment schedules against transactions
76: -- that would have initially been picked up by the invoice notification

Line 159: cn_debug.print_msg('<

155:
156: cn_message_pkg.debug('notify_clawbacks: Finished notification run: Notified ' || x_trx_count || ' clawbacks.');
157: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks: Finished notification run: Notified ' || x_trx_count || ' clawbacks.');
158:
159: cn_debug.print_msg('< 160:
161: cn_message_pkg.debug('notify_clawbacks<<');
162: fnd_file.put_line(fnd_file.Log, 'notify_clawbacks<<');
163:

Line 175: cn_debug.print_msg('notify_clawbacks: in exception handler', 1);

171:
172: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
173: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
174:
175: cn_debug.print_msg('notify_clawbacks: in exception handler', 1);
176: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
177: SQLERRM);
178: cn_message_pkg.end_batch (x_proc_audit_id);
179: