DBA Data[Home] [Help]

APPS.WSH_CUST_MERGE dependencies on WSH_XC_UTIL

Line 1015: WSH_XC_UTIL.Log_Exception

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

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

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

Line 1473: -- to wsh_xc_util.log_otm_exception

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

Line 1616: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

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

Line 2023: WSH_XC_UTIL.log_exception

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

Line 2756: WSH_XC_UTIL.Log_Exception

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

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

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