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 1731: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Log_Exception',

1727: l_msg := FND_MESSAGE.Get_String('WSH','WSH_LAUNCH_WF_FAILED');
1728: END IF;
1729:
1730: IF l_debug_on THEN
1731: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Log_Exception',
1732: WSH_DEBUG_SV.C_PROC_LEVEL);
1733: END IF;
1734:
1735: IF (p_entity_type = 'DELIVERY') THEN

Line 1736: wsh_xc_util.log_exception(

1732: WSH_DEBUG_SV.C_PROC_LEVEL);
1733: END IF;
1734:
1735: IF (p_entity_type = 'DELIVERY') THEN
1736: wsh_xc_util.log_exception(
1737: p_api_version => 1.0,
1738: x_return_status => x_return_status,
1739: x_msg_count => l_exception_msg_count,
1740: x_msg_data => l_exception_msg_data,

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

1748: p_delivery_id => p_entity_id
1749: );
1750: END IF;
1751: IF l_debug_on THEN
1752: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_XC_UTIL.Log_Exception',x_return_status);
1753: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_MSG_COUNT',l_exception_msg_count);
1754: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_MSG_DATA',l_exception_msg_data);
1755: WSH_DEBUG_SV.log(l_module_name,'L_EXCEPTION_ID',l_exception_id);
1756: END IF;