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 1827: wsh_xc_util.log_exception(

1823:
1824: -- Vijay 08/25: added call to put exception WSH_LOCATION_REGIONS_2_ERR
1825:
1826: IF l_log_exception THEN
1827: wsh_xc_util.log_exception(
1828: p_api_version => 1.0,
1829: x_return_status => l_return_status,
1830: x_msg_count => l_exception_msg_count,
1831: x_msg_data => l_exception_msg_data,

Line 1864: wsh_xc_util.log_exception(

1860: l_dummy_exception_id := NULL;
1861: --
1862: --Bug 4893034 Log exception for Active Locations only
1863: IF TRUNC(sysdate) <= TRUNC(NVL(p_inactive_date, sysdate)) THEN
1864: wsh_xc_util.log_exception(
1865: p_api_version => 1.0,
1866: x_return_status => l_return_status,
1867: x_msg_count => l_exception_msg_count,
1868: x_msg_data => l_exception_msg_data,