DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on WSH_XC_UTIL

Line 128: -- This is a wrapper around wsh_xc_util.log_exception

124: -- p_exception_name name of exception
125: -- x_return_status return status
126: --
127: -- Description:
128: -- This is a wrapper around wsh_xc_util.log_exception
129: -- to be called by the Change Attribute procedures that
130: -- require exceptions to be logged.
131:
132: --

Line 219: wsh_xc_util.log_exception(

215: END IF;
216: --}
217:
218: l_msg := FND_MESSAGE.GET;
219: wsh_xc_util.log_exception(
220: p_api_version => 1.0,
221: x_return_status => x_return_status,
222: x_msg_count => l_exception_msg_count,
223: x_msg_data => l_exception_msg_data,

Line 1784: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION for planned delivery '||l_del_planned_tab(i),WSH_DEBUG_SV.C_PROC_LEVEL);

1780: i := l_del_planned_tab.FIRST;
1781: WHILE i is not null LOOP
1782: --{
1783: IF l_debug_on THEN
1784: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION for planned delivery '||l_del_planned_tab(i),WSH_DEBUG_SV.C_PROC_LEVEL);
1785: END IF;
1786: WSH_XC_UTIL.Log_Exception(
1787: p_api_version => 1.0,
1788: x_return_status => l_exception_return_status,

Line 1786: WSH_XC_UTIL.Log_Exception(

1782: --{
1783: IF l_debug_on THEN
1784: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION for planned delivery '||l_del_planned_tab(i),WSH_DEBUG_SV.C_PROC_LEVEL);
1785: END IF;
1786: WSH_XC_UTIL.Log_Exception(
1787: p_api_version => 1.0,
1788: x_return_status => l_exception_return_status,
1789: x_msg_count => l_exception_msg_count,
1790: x_msg_data => l_exception_msg_data,