DBA Data[Home] [Help]

APPS.CN_NOTIFY_ORDERS dependencies on CN_DEBUG

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

1303: CURSOR batch_size IS SELECT system_batch_size FROM cn_repositories WHERE org_id = x_org_id;
1304:
1305: BEGIN
1306: IF (debug_pipe IS NOT NULL) THEN
1307: cn_debug.init_pipe(debug_pipe, debug_level);
1308: END IF;
1309:
1310: cn_debug.print_msg('>>cn_notify_orders.regular_col_notify', 1);
1311:

Line 1310: cn_debug.print_msg('>>cn_notify_orders.regular_col_notify', 1);

1306: IF (debug_pipe IS NOT NULL) THEN
1307: cn_debug.init_pipe(debug_pipe, debug_level);
1308: END IF;
1309:
1310: cn_debug.print_msg('>>cn_notify_orders.regular_col_notify', 1);
1311:
1312: cn_message_pkg.debug('notify: cn_notify_orders.regular_col_notify>>');
1313: fnd_file.put_line(fnd_file.Log, 'notify: cn_notify_orders.regular_col_notify>>');
1314:

Line 1437: cn_debug.print_msg('cn_notify_orders.regular_col_notify<<', 1);

1433:
1434: cn_message_pkg.debug('notify: Finished notification run: Notified ' || l_trx_count || ' orders.');
1435: fnd_file.put_line(fnd_file.Log, 'notify: Finished notification run: Notified ' || l_trx_count || ' orders.');
1436:
1437: cn_debug.print_msg('cn_notify_orders.regular_col_notify<<', 1);
1438:
1439: cn_message_pkg.debug('notify: cn_notify_orders.regular_col_notify<<');
1440: fnd_file.put_line(fnd_file.Log, 'notify: cn_notify_orders.regular_col_notify<<');
1441:

Line 1454: cn_debug.print_msg('notify_orders: in exception handler', 1);

1450:
1451: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
1452: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
1453:
1454: cn_debug.print_msg('notify_orders: in exception handler', 1);
1455: cn_process_audits_pkg.update_row(l_proc_audit_id, NULL, SYSDATE, SQLCODE,
1456: SQLERRM);
1457: cn_message_pkg.end_batch (l_proc_audit_id);
1458: