DBA Data[Home] [Help]

APPS.GME_LAB_BATCH_LOTS_DBL dependencies on GME_DEBUG

Line 639: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

635: ,'GME_LAB_BATCH_LOTS');
636: RAISE fnd_api.g_exc_error;
637: END IF;
638:
639: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
640: gme_debug.put_line ('Where Clause = ' || l_where);
641: END IF;
642:
643: --FPBug#4998874 directly put the l_where value in the OPEN FOR statement.

Line 640: gme_debug.put_line ('Where Clause = ' || l_where);

636: RAISE fnd_api.g_exc_error;
637: END IF;
638:
639: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
640: gme_debug.put_line ('Where Clause = ' || l_where);
641: END IF;
642:
643: --FPBug#4998874 directly put the l_where value in the OPEN FOR statement.
644: IF l_cursor = 1 THEN

Line 682: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN

678: x_return_status := fnd_api.g_ret_sts_unexp_error;
679: fnd_msg_pub.add_exc_msg ('GME_LAB_BATCH_LOTS_DBL'
680: ,'DELETE_LAB_LOTS');
681:
682: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
683: gme_debug.put_line ('IN OTHERS ' || SQLERRM);
684: END IF;
685: END delete_lab_lots;
686: END gme_lab_batch_lots_dbl;

Line 683: gme_debug.put_line ('IN OTHERS ' || SQLERRM);

679: fnd_msg_pub.add_exc_msg ('GME_LAB_BATCH_LOTS_DBL'
680: ,'DELETE_LAB_LOTS');
681:
682: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
683: gme_debug.put_line ('IN OTHERS ' || SQLERRM);
684: END IF;
685: END delete_lab_lots;
686: END gme_lab_batch_lots_dbl;