DBA Data[Home] [Help]

APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on WSH_XC_UTIL

Line 650: wsh_xc_util.log_exception(

646:
647: l_dummy_exception_id := NULL;
648:
649: IF l_upd_loc_excp_tab(i) THEN
650: wsh_xc_util.log_exception(
651: p_api_version => 1.0,
652: x_return_status => l_return_status,
653: x_msg_count => l_exception_msg_count,
654: x_msg_data => l_exception_msg_data,

Line 1843: wsh_xc_util.log_exception(

1839:
1840: -- Vijay 08/25: added call to put exception WSH_LOCATION_REGIONS_2_ERR
1841:
1842: IF l_log_exception THEN
1843: wsh_xc_util.log_exception(
1844: p_api_version => 1.0,
1845: x_return_status => l_return_status,
1846: x_msg_count => l_exception_msg_count,
1847: x_msg_data => l_exception_msg_data,

Line 1880: wsh_xc_util.log_exception(

1876: l_dummy_exception_id := NULL;
1877: --
1878: --Bug 4893034 Log exception for Active Locations only
1879: IF TRUNC(sysdate) <= TRUNC(NVL(p_inactive_date, sysdate)) THEN
1880: wsh_xc_util.log_exception(
1881: p_api_version => 1.0,
1882: x_return_status => l_return_status,
1883: x_msg_count => l_exception_msg_count,
1884: x_msg_data => l_exception_msg_data,