DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_XC_UTIL

Line 4234: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

4230: l_num_warnings NUMBER;
4231: l_num_errors NUMBER;
4232: --
4233: -- Exception variables
4234: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
4235: l_exp_logged BOOLEAN := FALSE;
4236: l_msg_count NUMBER;
4237: l_msg_data VARCHAR2(4000);
4238: l_return_status VARCHAR2(1);

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

4397: --
4398:
4399: -- Check for Exceptions against Delivery and its Contents
4400: IF l_debug_on THEN
4401: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
4402: l_exceptions_tab.delete;
4403: l_exp_logged := FALSE;
4404: l_exp_warning := FALSE;
4405: WSH_XC_UTIL.Check_Exceptions (

Line 4405: WSH_XC_UTIL.Check_Exceptions (

4401: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
4402: l_exceptions_tab.delete;
4403: l_exp_logged := FALSE;
4404: l_exp_warning := FALSE;
4405: WSH_XC_UTIL.Check_Exceptions (
4406: p_api_version => 1.0,
4407: x_return_status => l_return_status,
4408: x_msg_count => l_msg_count,
4409: x_msg_data => l_msg_data,

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

10915: l_msg := FND_MESSAGE.Get_String('WSH', 'WSH_PR_ITM_REQD');
10916: END IF;
10917:
10918: IF l_debug_on THEN
10919: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_xc_util.log_exception',WSH_DEBUG_SV.C_PROC_LEVEL);
10920: END IF;
10921: wsh_xc_util.log_exception(
10922: p_api_version => 1.0,
10923: x_return_status => x_return_status,

Line 10921: wsh_xc_util.log_exception(

10917:
10918: IF l_debug_on THEN
10919: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_xc_util.log_exception',WSH_DEBUG_SV.C_PROC_LEVEL);
10920: END IF;
10921: wsh_xc_util.log_exception(
10922: p_api_version => 1.0,
10923: x_return_status => x_return_status,
10924: x_msg_count => l_exception_msg_count,
10925: x_msg_data => l_exception_msg_data,

Line 11141: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

11137: l_num_warnings NUMBER;
11138: l_num_errors NUMBER;
11139:
11140: -- Exception variables
11141: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
11142: l_exp_logged BOOLEAN := FALSE;
11143: l_msg_count NUMBER;
11144: l_msg_data VARCHAR2(4000);
11145: l_return_status VARCHAR2(1);

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

11195: --
11196:
11197: -- Check for Exceptions against Delivery and its Contents
11198: IF l_debug_on THEN
11199: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
11200: l_exceptions_tab.delete;
11201: l_exp_logged := FALSE;
11202: l_exp_warning := FALSE;
11203: WSH_XC_UTIL.Check_Exceptions (

Line 11203: WSH_XC_UTIL.Check_Exceptions (

11199: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL); END IF;
11200: l_exceptions_tab.delete;
11201: l_exp_logged := FALSE;
11202: l_exp_warning := FALSE;
11203: WSH_XC_UTIL.Check_Exceptions (
11204: p_api_version => 1.0,
11205: x_return_status => l_return_status,
11206: x_msg_count => l_msg_count,
11207: x_msg_data => l_msg_data,