DBA Data[Home] [Help]

APPS.WMS_SHIPPING_PUB dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 10: inv_mobile_helper_functions.tracelog

6: PROCEDURE DEBUG(p_message IN VARCHAR2) IS
7: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
8: BEGIN
9: if( G_Debug = TRUE ) then
10: inv_mobile_helper_functions.tracelog
11: (p_err_msg => p_message,
12: p_module => 'WMS_SHIPPING_PUB',
13: p_level => 9);
14: end if;