DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on GME_DEBUG

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

481: l_cross_ref varchar2(204);
482: BEGIN
483:
484: IF (g_debug IS NOT NULL) THEN
485: gme_debug.log_initialize ('MobileLineStepLoV');
486: END IF;
487:
488: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
489:

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

487:
488: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
489:
490:
491: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
492: gme_debug.put_line('Cross ref = '||l_cross_ref);
493:
494: IF p_step_no IS NULL THEN
495:

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

488: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
489:
490:
491: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
492: gme_debug.put_line('Cross ref = '||l_cross_ref);
493:
494: IF p_step_no IS NULL THEN
495:
496: OPEN x_item_cursor FOR

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

1430:
1431: BEGIN
1432:
1433: IF (g_debug IS NOT NULL) THEN
1434: gme_debug.log_initialize ('MobileIngStepLoV');
1435: END IF;
1436:
1437: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1438:

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

1435: END IF;
1436:
1437: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1438:
1439: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1440: gme_debug.put_line('Cross ref = '||l_cross_ref);
1441:
1442: IF p_step_no IS NULL THEN
1443:

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

1436:
1437: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1438:
1439: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1440: gme_debug.put_line('Cross ref = '||l_cross_ref);
1441:
1442: IF p_step_no IS NULL THEN
1443:
1444: OPEN x_item_cursor FOR

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

1616:
1617: BEGIN
1618:
1619: IF (g_debug IS NOT NULL) THEN
1620: gme_debug.log_initialize ('MobileMtlStepLoV');
1621: END IF;
1622:
1623: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1624:

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

1622:
1623: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1624:
1625:
1626: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1627: gme_debug.put_line('Cross ref = '||l_cross_ref);
1628:
1629: IF p_step_no IS NULL THEN
1630:

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

1623: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1624:
1625:
1626: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1627: gme_debug.put_line('Cross ref = '||l_cross_ref);
1628:
1629: IF p_step_no IS NULL THEN
1630:
1631: OPEN x_item_cursor FOR

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

1806:
1807: BEGIN
1808:
1809: IF (g_debug IS NOT NULL) THEN
1810: gme_debug.log_initialize ('MobileLotProdStepLoV');
1811: END IF;
1812:
1813: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1814:

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

1812:
1813: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1814:
1815:
1816: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1817: gme_debug.put_line('Cross ref = '||l_cross_ref);
1818:
1819: IF p_step_no IS NULL THEN
1820:

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

1813: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
1814:
1815:
1816: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
1817: gme_debug.put_line('Cross ref = '||l_cross_ref);
1818:
1819: IF p_step_no IS NULL THEN
1820:
1821: OPEN x_item_cursor FOR

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

1997:
1998: BEGIN
1999:
2000: IF (g_debug IS NOT NULL) THEN
2001: gme_debug.log_initialize ('MobileMtlStepLoV');
2002: END IF;
2003:
2004: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
2005:

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

2003:
2004: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
2005:
2006:
2007: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
2008: gme_debug.put_line('Cross ref = '||l_cross_ref);
2009:
2010: IF p_step_no IS NULL THEN
2011:

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

2004: l_cross_ref := lpad(Rtrim(p_item_no, '%'), g_gtin_code_length,'00000000000000');
2005:
2006:
2007: gme_debug.put_line('Cross ref type = '||g_gtin_cross_ref_type);
2008: gme_debug.put_line('Cross ref = '||l_cross_ref);
2009:
2010: IF p_step_no IS NULL THEN
2011:
2012: OPEN x_item_cursor FOR