DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 10: inv_mobile_helper_functions.tracelog(

6: PROCEDURE debug(p_msg VARCHAR2) IS
7:
8: BEGIN
9:
10: inv_mobile_helper_functions.tracelog(
11: p_err_msg => p_msg,
12: p_module => g_pkg_name,
13: p_level => 4
14: );

Line 987: inv_mobile_helper_functions.tracelog(p_err_msg => 'Before calling label printing in dynamic locator generation', p_module => 'Dynamic Locator', p_level => 3);

983: inv_material_status_pkg.insert_status_history(l_status_rec);
984: -- If a new locator is created, call label printing API
985:
986: IF (l_debug = 1) THEN
987: inv_mobile_helper_functions.tracelog(p_err_msg => 'Before calling label printing in dynamic locator generation', p_module => 'Dynamic Locator', p_level => 3);
988: END IF;
989: inv_label.print_label_manual_wrap(
990: x_return_status => l_return_status
991: , x_msg_count => l_msg_count

Line 1000: inv_mobile_helper_functions.tracelog(p_err_msg => 'After calling label printing in dynamic locator generation, status=' || l_return_status, p_module => 'Dynamic Locator', p_level => 3);

996: , p_subinventory_code => p_sub_code
997: , p_locator_id => x_location_id
998: );
999: IF (l_debug = 1) THEN
1000: inv_mobile_helper_functions.tracelog(p_err_msg => 'After calling label printing in dynamic locator generation, status=' || l_return_status, p_module => 'Dynamic Locator', p_level => 3);
1001: END IF;
1002: END IF;
1003: END IF;
1004: END;