DBA Data[Home] [Help]

APPS.INV_FLEX_LOT_ALLOCATION_PUB dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 9: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => l_pkg_name, p_level => 9);

5: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
6: l_pkg_name VARCHAR2(100) := 'INV_FLEX_LOT_ALLOCATION_PUB:';
7: BEGIN
8: IF (l_debug = 1) THEN
9: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => l_pkg_name, p_level => 9);
10: END IF;
11: END print_debug;
12:
13: FUNCTION GET_ALLOCATE_LOT_FLAG(P_ORGANIZATION_ID IN NUMBER,