DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_XC_UTIL

Line 4324: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

4320: l_num_warnings NUMBER;
4321: l_num_errors NUMBER;
4322: --
4323: -- Exception variables
4324: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
4325: l_exp_logged BOOLEAN := FALSE;
4326: l_msg_count NUMBER;
4327: l_msg_data VARCHAR2(4000);
4328: l_return_status VARCHAR2(1);

Line 4491: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;

4487: --
4488:
4489: -- Check for Exceptions against Delivery and its Contents
4490: IF l_debug_on THEN
4491: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
4492: l_exceptions_tab.delete;
4493: l_exp_logged := FALSE;
4494: l_exp_warning := FALSE;
4495: WSH_XC_UTIL.Check_Exceptions (

Line 4495: WSH_XC_UTIL.Check_Exceptions (

4491: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
4492: l_exceptions_tab.delete;
4493: l_exp_logged := FALSE;
4494: l_exp_warning := FALSE;
4495: WSH_XC_UTIL.Check_Exceptions (
4496: p_api_version => 1.0,
4497: x_return_status => l_return_status,
4498: x_msg_count => l_msg_count,
4499: x_msg_data => l_msg_data,

Line 11191: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_xc_util.log_exception',WSH_DEBUG_SV.C_PROC_LEVEL);

11187: l_msg := FND_MESSAGE.Get_String('WSH', 'WSH_PR_ITM_REQD');
11188: END IF;
11189:
11190: IF l_debug_on THEN
11191: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_xc_util.log_exception',WSH_DEBUG_SV.C_PROC_LEVEL);
11192: END IF;
11193: wsh_xc_util.log_exception(
11194: p_api_version => 1.0,
11195: x_return_status => x_return_status,

Line 11193: wsh_xc_util.log_exception(

11189:
11190: IF l_debug_on THEN
11191: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_xc_util.log_exception',WSH_DEBUG_SV.C_PROC_LEVEL);
11192: END IF;
11193: wsh_xc_util.log_exception(
11194: p_api_version => 1.0,
11195: x_return_status => x_return_status,
11196: x_msg_count => l_exception_msg_count,
11197: x_msg_data => l_exception_msg_data,

Line 11413: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

11409: l_num_warnings NUMBER;
11410: l_num_errors NUMBER;
11411:
11412: -- Exception variables
11413: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
11414: l_exp_logged BOOLEAN := FALSE;
11415: l_msg_count NUMBER;
11416: l_msg_data VARCHAR2(4000);
11417: l_return_status VARCHAR2(1);

Line 11471: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;

11467: --
11468:
11469: -- Check for Exceptions against Delivery and its Contents
11470: IF l_debug_on THEN
11471: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
11472: l_exceptions_tab.delete;
11473: l_exp_logged := FALSE;
11474: l_exp_warning := FALSE;
11475: WSH_XC_UTIL.Check_Exceptions (

Line 11475: WSH_XC_UTIL.Check_Exceptions (

11471: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
11472: l_exceptions_tab.delete;
11473: l_exp_logged := FALSE;
11474: l_exp_warning := FALSE;
11475: WSH_XC_UTIL.Check_Exceptions (
11476: p_api_version => 1.0,
11477: x_return_status => l_return_status,
11478: x_msg_count => l_msg_count,
11479: x_msg_data => l_msg_data,