DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on GME_DEBUG

Line 458: gme_debug.log_initialize ('MobileLineStepLoV');

454: l_cross_ref varchar2(204);
455: BEGIN
456:
457: IF (g_debug IS NOT NULL) THEN
458: gme_debug.log_initialize ('MobileLineStepLoV');
459: END IF;
460:
461: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
462:

Line 464: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);

460:
461: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
462:
463:
464: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
465: gme_debug.put_line('Cross ref = '||l_cross_ref);
466:
467: IF p_step_no IS NULL THEN
468:

Line 465: gme_debug.put_line('Cross ref = '||l_cross_ref);

461: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
462:
463:
464: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
465: gme_debug.put_line('Cross ref = '||l_cross_ref);
466:
467: IF p_step_no IS NULL THEN
468:
469: OPEN x_item_cursor FOR

Line 1407: gme_debug.log_initialize ('MobileIngStepLoV');

1403:
1404: BEGIN
1405:
1406: IF (g_debug IS NOT NULL) THEN
1407: gme_debug.log_initialize ('MobileIngStepLoV');
1408: END IF;
1409:
1410: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1411:

Line 1412: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);

1408: END IF;
1409:
1410: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1411:
1412: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1413: gme_debug.put_line('Cross ref = '||l_cross_ref);
1414:
1415: IF p_step_no IS NULL THEN
1416:

Line 1413: gme_debug.put_line('Cross ref = '||l_cross_ref);

1409:
1410: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1411:
1412: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1413: gme_debug.put_line('Cross ref = '||l_cross_ref);
1414:
1415: IF p_step_no IS NULL THEN
1416:
1417: OPEN x_item_cursor FOR

Line 1593: gme_debug.log_initialize ('MobileMtlStepLoV');

1589:
1590: BEGIN
1591:
1592: IF (g_debug IS NOT NULL) THEN
1593: gme_debug.log_initialize ('MobileMtlStepLoV');
1594: END IF;
1595:
1596: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1597:

Line 1599: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);

1595:
1596: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1597:
1598:
1599: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1600: gme_debug.put_line('Cross ref = '||l_cross_ref);
1601:
1602: IF p_step_no IS NULL THEN
1603:

Line 1600: gme_debug.put_line('Cross ref = '||l_cross_ref);

1596: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1597:
1598:
1599: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1600: gme_debug.put_line('Cross ref = '||l_cross_ref);
1601:
1602: IF p_step_no IS NULL THEN
1603:
1604: OPEN x_item_cursor FOR

Line 1783: gme_debug.log_initialize ('MobileLotProdStepLoV');

1779:
1780: BEGIN
1781:
1782: IF (g_debug IS NOT NULL) THEN
1783: gme_debug.log_initialize ('MobileLotProdStepLoV');
1784: END IF;
1785:
1786: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1787:

Line 1789: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);

1785:
1786: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1787:
1788:
1789: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1790: gme_debug.put_line('Cross ref = '||l_cross_ref);
1791:
1792: IF p_step_no IS NULL THEN
1793:

Line 1790: gme_debug.put_line('Cross ref = '||l_cross_ref);

1786: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1787:
1788:
1789: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1790: gme_debug.put_line('Cross ref = '||l_cross_ref);
1791:
1792: IF p_step_no IS NULL THEN
1793:
1794: OPEN x_item_cursor FOR

Line 1974: gme_debug.log_initialize ('MobileMtlStepLoV');

1970:
1971: BEGIN
1972:
1973: IF (g_debug IS NOT NULL) THEN
1974: gme_debug.log_initialize ('MobileMtlStepLoV');
1975: END IF;
1976:
1977: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1978:

Line 1980: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);

1976:
1977: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1978:
1979:
1980: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1981: gme_debug.put_line('Cross ref = '||l_cross_ref);
1982:
1983: IF p_step_no IS NULL THEN
1984:

Line 1981: gme_debug.put_line('Cross ref = '||l_cross_ref);

1977: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1978:
1979:
1980: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1981: gme_debug.put_line('Cross ref = '||l_cross_ref);
1982:
1983: IF p_step_no IS NULL THEN
1984:
1985: OPEN x_item_cursor FOR