DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA_OM 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_om', 1);
37: -- who.set_program_name('notify_aia_om');
38:

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

Line 150: cn_debug.print_msg('<

146:
147: cn_message_pkg.debug('notify_aia_om: Finished notification run: Notified ' || x_trx_count || ' aia order records.');
148: fnd_file.put_line(fnd_file.Log, 'notify_aia_om: Finished notification run: Notified ' || x_trx_count || ' aia order records.');
149:
150: cn_debug.print_msg('< 151:
152: cn_message_pkg.debug('notify_aia_om<<');
153: fnd_file.put_line(fnd_file.Log, 'notify_aia_om<<');
154:

Line 159: cn_debug.print_msg('notify_aia_om: in exception handler', 1);

155: cn_message_pkg.end_batch (x_proc_audit_id);
156:
157: EXCEPTION
158: WHEN OTHERS THEN ROLLBACK;
159: cn_debug.print_msg('notify_aia_om: in exception handler', 1);
160: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
161: SQLERRM);
162:
163: cn_message_pkg.debug('notify_aia_om: in exception handler');

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

208:
209:
210: BEGIN
211: IF (debug_pipe IS NOT NULL) THEN
212: cn_debug.init_pipe(debug_pipe, debug_level);
213: END IF;
214: cn_debug.print_msg('>>notify_aia_om : notify_failed_trx', 1);
215:
216: cn_message_pkg.debug('notify_aia_om : notify_failed_trx>>');

Line 214: cn_debug.print_msg('>>notify_aia_om : notify_failed_trx', 1);

210: BEGIN
211: IF (debug_pipe IS NOT NULL) THEN
212: cn_debug.init_pipe(debug_pipe, debug_level);
213: END IF;
214: cn_debug.print_msg('>>notify_aia_om : notify_failed_trx', 1);
215:
216: cn_message_pkg.debug('notify_aia_om : notify_failed_trx>>');
217: fnd_file.put_line(fnd_file.Log, 'notify_aia_om : notify_failed_trx>>');
218:

Line 267: cn_debug.print_msg('notify_aia_om: notify_failed_trx : in exception handler', 1);

263:
264:
265: EXCEPTION
266: WHEN OTHERS THEN
267: cn_debug.print_msg('notify_aia_om: notify_failed_trx : in exception handler', 1);
268:
269: cn_message_pkg.debug('notify_aia_om: notify_failed_trx : in exception handler');
270: fnd_file.put_line(fnd_file.Log, 'notify_aia_om: notify_failed_trx : in exception handler');
271: