DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on GMD_DEBUG

Line 31: gmd_debug.put_line (' ' || p_log_msg);

27:
28: PROCEDURE DEBUG (p_log_msg IN VARCHAR2) IS
29: BEGIN
30: IF (l_debug = 'Y') THEN
31: gmd_debug.put_line (' ' || p_log_msg);
32: END IF;
33: END DEBUG;
34:
35: PROCEDURE set_test_values (

Line 476: gmd_debug.log_initialize ('QMMSNR');

472:
473: /*------------- Bug#6124741 End --------------*/
474:
475: BEGIN -- begin of mass_replace_operations
476: gmd_debug.log_initialize ('QMMSNR');
477: -- output the log for the input parameters
478: DEBUG (g_pkg_name || '.' || l_api_name || ' : 1st line ');
479: DEBUG ('Input Parameters:');
480: DEBUG (' Concurrent_id: ' || pconcurrent_id);

Line 629: -- gmd_debug.put_line('l_query '||l_query );

625:
626: l_query := l_select || l_from || l_where;
627:
628: --IF (l_debug = 'Y') THEN
629: -- gmd_debug.put_line('l_query '||l_query );
630: --End if;
631:
632: /* should new spec version be created? */
633: -- Bug# 5882074 get the version control flag from quality config instead of profile.

Line 1574: gmd_debug.put_line ( g_pkg_name

1570: --err_buf := NULL;
1571: l_retval := fnd_concurrent.set_completion_status ('WARNING', l_error_text);
1572:
1573: IF (l_debug = 'Y') THEN
1574: gmd_debug.put_line ( g_pkg_name
1575: || '.'
1576: || l_api_name
1577: || ' : In the No_replace_exception section '
1578: || ' Error text is '

Line 2816: gmd_debug.put_line ('sqlerror ' || SUBSTRB (SQLERRM, 1, 100));

2812: , x_to_qty_uom => l_spec_test_rec.to_qty_uom /* Bug# 5882074 */
2813: );
2814: EXCEPTION
2815: WHEN OTHERS THEN
2816: gmd_debug.put_line ('sqlerror ' || SUBSTRB (SQLERRM, 1, 100));
2817: x_return_status := fnd_api.g_ret_sts_unexp_error;
2818: END insert_spec_test_rec;
2819:
2820: /* p_object_type, indicates it is spec or validity rules */