DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA 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_aia', 1);
37: -- who.set_program_name('notify_aia');
38:

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

Line 113: cn_debug.print_msg('<

109:
110: cn_message_pkg.debug('notify_aia: Finished notification run: Notified ' || x_trx_count || ' aia records.');
111: fnd_file.put_line(fnd_file.Log, 'notify_aia: Finished notification run: Notified ' || x_trx_count || ' aia records.');
112:
113: cn_debug.print_msg('< 114:
115: cn_message_pkg.debug('notify_aia<<');
116: fnd_file.put_line(fnd_file.Log, 'notify_aia<<');
117:

Line 122: cn_debug.print_msg('notify_aia: in exception handler', 1);

118: cn_message_pkg.end_batch (x_proc_audit_id);
119:
120: EXCEPTION
121: WHEN OTHERS THEN ROLLBACK;
122: cn_debug.print_msg('notify_aia: in exception handler', 1);
123: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
124: SQLERRM);
125:
126: cn_message_pkg.debug('notify_aia: in exception handler');