DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_XC_UTIL

Line 3978: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);

3974: l_msg := FND_MESSAGE.GET;
3975: END IF;
3976: */
3977: IF l_debug_on THEN
3978: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
3979: END IF;
3980: --
3981: wsh_xc_util.log_exception(
3982: p_api_version => 1.0,

Line 3981: wsh_xc_util.log_exception(

3977: IF l_debug_on THEN
3978: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
3979: END IF;
3980: --
3981: wsh_xc_util.log_exception(
3982: p_api_version => 1.0,
3983: x_return_status => l_return_status,
3984: x_msg_count => l_exception_msg_count,
3985: x_msg_data => l_exception_msg_data,

Line 4012: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);

4008: --
4009: -- Debug Statements
4010: --
4011: IF l_debug_on THEN
4012: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
4013: END IF;
4014: --
4015: wsh_xc_util.log_exception(
4016: p_api_version => 1.0,

Line 4015: wsh_xc_util.log_exception(

4011: IF l_debug_on THEN
4012: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
4013: END IF;
4014: --
4015: wsh_xc_util.log_exception(
4016: p_api_version => 1.0,
4017: x_return_status => l_return_status,
4018: x_msg_count => l_exception_msg_count,
4019: x_msg_data => l_exception_msg_data,

Line 4043: wsh_xc_util.log_exception(

4039:
4040:
4041: --HACMS {
4042: IF p_logging_entity_name = 'DETAIL' THEN
4043: wsh_xc_util.log_exception(
4044: p_api_version => 1.0,
4045: x_return_status => l_return_status,
4046: x_msg_count => l_exception_msg_count,
4047: x_msg_data => l_exception_msg_data,

Line 4059: WSH_DEBUG_SV.log(l_module_name,'wsh_xc_util.log_exception l_return_status',l_return_status);

4055: p_delivery_detail_id => p_entity_id,
4056: p_error_message => l_exception_error_message);
4057:
4058: IF l_debug_on THEN
4059: WSH_DEBUG_SV.log(l_module_name,'wsh_xc_util.log_exception l_return_status',l_return_status);
4060: END IF;
4061: wsh_util_core.api_post_call(
4062: p_return_status => l_return_status,
4063: x_num_warnings => l_num_warnings,