DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on GME_DEBUG

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

89: IF NOT (gme_batch_header_dbl.fetch_row (l_batch_header, l_batch_header) ) THEN
90: RAISE batch_header_fetch_error;
91: END IF;
92:
93: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
94: gme_debug.put_line ( 'Closing step '
95: || l_batch_header.batch_no
96: || '/'
97: || x_batch_step_rec.batchstep_no

Line 94: gme_debug.put_line ( 'Closing step '

90: RAISE batch_header_fetch_error;
91: END IF;
92:
93: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
94: gme_debug.put_line ( 'Closing step '
95: || l_batch_header.batch_no
96: || '/'
97: || x_batch_step_rec.batchstep_no
98: || ' at '