DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_SPLITTER dependencies on WSH_XC_UTIL

Line 395: 'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',

391: l_exception_id := NULL;
392:
393: IF l_debug_on THEN
394: WSH_DEBUG_SV.logmsg(l_module_name,
395: 'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',
396: WSH_DEBUG_SV.C_PROC_LEVEL);
397: END IF;
398:
399: WSH_XC_UTIL.log_exception(

Line 399: WSH_XC_UTIL.log_exception(

395: 'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',
396: WSH_DEBUG_SV.C_PROC_LEVEL);
397: END IF;
398:
399: WSH_XC_UTIL.log_exception(
400: p_api_version => 1.0,
401: x_return_status => l_return_status,
402: x_msg_count => l_msg_count,
403: x_msg_data => l_msg_data,

Line 415: WSH_DEBUG_SV.logmsg(l_module_name, 'return status from WSH_XC_UTIL.log_exception: ' || l_return_status);

411: p_message => SUBSTRB(l_exception_message,1,2000)
412: );
413:
414: IF l_debug_on THEN
415: WSH_DEBUG_SV.logmsg(l_module_name, 'return status from WSH_XC_UTIL.log_exception: ' || l_return_status);
416: END IF;
417:
418: IF l_debug_on THEN
419: wsh_debug_sv.logmsg(l_module_name,