DBA Data[Home] [Help]

APPS.WSH_CUST_MERGE dependencies on WSH_XC_UTIL

Line 1012: WSH_XC_UTIL.Log_Exception

1008: l_msg_count := NULL;
1009: l_msg_data := NULL;
1010: l_exception_id := NULL;
1011:
1012: WSH_XC_UTIL.Log_Exception
1013: (
1014: p_api_version => 1.0,
1015: x_return_status => l_return_status,
1016: x_msg_count => l_msg_count,

Line 1034: ARP_MESSAGE.Set_Error('API WSH_XC_UTIL.Log_Exception returned error..');

1030: );
1031:
1032: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS )
1033: THEN
1034: ARP_MESSAGE.Set_Error('API WSH_XC_UTIL.Log_Exception returned error..');
1035: RAISE Unassign_Del_Exp;
1036: END IF;
1037:
1038: -- }

Line 1470: -- to wsh_xc_util.log_otm_exception

1466:
1467: -- following tables to be used by the update statement
1468: -- l_new_interface_flag_tab can't be used since it doesn't have
1469: -- entries for all the deliveries, but only those that will be passed
1470: -- to wsh_xc_util.log_otm_exception
1471:
1472: l_index := l_hash_value_tab.FIRST;
1473: WHILE (l_index IS NOT NULL) LOOP
1474: l_tms_update(l_index) := 'N';

Line 1613: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

1609: RETURNING Wnd.Delivery_Id BULK COLLECT INTO l_deliveryIdTab;
1610:
1611: -- OTM R12 : update delivery
1612: IF (l_gc3_is_installed = 'Y' AND l_delivery_count > 0) THEN
1613: WSH_XC_UTIL.LOG_OTM_EXCEPTION(
1614: p_delivery_info_tab => l_delivery_info_tab,
1615: p_new_interface_flag_tab => l_new_interface_flag_tab,
1616: x_return_status => l_return_status);
1617:

Line 2020: WSH_XC_UTIL.log_exception

2016: l_msg_count := NULL;
2017: l_msg_data := NULL;
2018: l_exception_id := NULL;
2019:
2020: WSH_XC_UTIL.log_exception
2021: (
2022: p_api_version => 1.0,
2023: x_return_status => l_return_status,
2024: x_msg_count => l_msg_count,

Line 2753: WSH_XC_UTIL.Log_Exception

2749: l_msg_count := NULL;
2750: l_msg_data := NULL;
2751: l_exception_id := NULL;
2752:
2753: WSH_XC_UTIL.Log_Exception
2754: (
2755: p_api_version => 1.0,
2756: x_return_status => l_return_status,
2757: x_msg_count => l_msg_count,

Line 2774: ARP_MESSAGE.Set_Error('Error returned from API WSH_XC_UTIL.Log_Exception');

2770: );
2771:
2772: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS )
2773: THEN
2774: ARP_MESSAGE.Set_Error('Error returned from API WSH_XC_UTIL.Log_Exception');
2775: RAISE Process_Open_Lines_Exp;
2776: END IF;
2777:
2778: -- }