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 1324: inv_mobile_helper_functions.tracelog(p_err_msg => 'Before calling label printing in dynamic locator generation', p_module => 'Dynamic Locator', p_level => 3);

1320: inv_material_status_pkg.insert_status_history(l_status_rec);
1321: -- If a new locator is created, call label printing API
1322:
1323: IF (l_debug = 1) THEN
1324: inv_mobile_helper_functions.tracelog(p_err_msg => 'Before calling label printing in dynamic locator generation', p_module => 'Dynamic Locator', p_level => 3);
1325: END IF;
1326: inv_label.print_label_manual_wrap(
1327: x_return_status => l_return_status
1328: , x_msg_count => l_msg_count

Line 1337: 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);

1333: , p_subinventory_code => p_sub_code
1334: , p_locator_id => x_location_id
1335: );
1336: IF (l_debug = 1) THEN
1337: 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);
1338: END IF;
1339: END IF;
1340: END IF;
1341: END;