DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on WSH_XC_UTIL

Line 25: wsh_xc_util.log_exception(

21: l_msg := 'Event '||p_event||' raised on date '||p_send_date||' for entity '||p_entity_type||' with ID '||p_entity_id;
22:
23: IF p_entity_type = 'DELIVERY' THEN
24:
25: wsh_xc_util.log_exception(
26: p_api_version => 1.0,
27: x_return_status => l_return_status,
28: x_msg_count => l_exception_msg_count,
29: x_msg_data => l_exception_msg_data,

Line 42: wsh_xc_util.log_exception(

38: );
39:
40: ELSIF p_entity_type = 'TRIP' THEN
41:
42: wsh_xc_util.log_exception(
43: p_api_version => 1.0,
44: x_return_status => l_return_status,
45: x_msg_count => l_exception_msg_count,
46: x_msg_data => l_exception_msg_data,

Line 60: wsh_xc_util.log_exception(

56:
57:
58: ELSIF p_entity_type = 'STOP' THEN
59:
60: wsh_xc_util.log_exception(
61: p_api_version => 1.0,
62: x_return_status => l_return_status,
63: x_msg_count => l_exception_msg_count,
64: x_msg_data => l_exception_msg_data,

Line 78: wsh_xc_util.log_exception(

74:
75:
76: ELSIF p_entity_type = 'LINE' THEN
77:
78: wsh_xc_util.log_exception(
79: p_api_version => 1.0,
80: x_return_status => l_return_status,
81: x_msg_count => l_exception_msg_count,
82: x_msg_data => l_exception_msg_data,

Line 1725: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Log_Exception',

1721: l_msg := FND_MESSAGE.Get_String('WSH','WSH_LAUNCH_WF_FAILED');
1722: END IF;
1723:
1724: IF l_debug_on THEN
1725: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Log_Exception',
1726: WSH_DEBUG_SV.C_PROC_LEVEL);
1727: END IF;
1728:
1729: IF (p_entity_type = 'DELIVERY') THEN

Line 1730: wsh_xc_util.log_exception(

1726: WSH_DEBUG_SV.C_PROC_LEVEL);
1727: END IF;
1728:
1729: IF (p_entity_type = 'DELIVERY') THEN
1730: wsh_xc_util.log_exception(
1731: p_api_version => 1.0,
1732: x_return_status => x_return_status,
1733: x_msg_count => l_exception_msg_count,
1734: x_msg_data => l_exception_msg_data,

Line 1746: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_XC_UTIL.Log_Exception',x_return_status);

1742: p_delivery_id => p_entity_id
1743: );
1744: END IF;
1745: IF l_debug_on THEN
1746: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_XC_UTIL.Log_Exception',x_return_status);
1747: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_MSG_COUNT',l_exception_msg_count);
1748: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_MSG_DATA',l_exception_msg_data);
1749: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_ID',l_exception_id);
1750: END IF;