DBA Data[Home] [Help]

APPS.WSH_INTERFACE_PUB dependencies on WSH_UTIL_CORE

Line 26: l_dummy_ids wsh_util_core.id_Tab_type;

22:
23: -- Harmonization Project
24: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Attr_Tbl_Type;
25: l_in_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
26: l_dummy_ids wsh_util_core.id_Tab_type;
27: l_out_Rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
28: l_msg_count NUMBER;
29: l_msg_data VARCHAR2(32767);
30: l_number_of_errors NUMBER := 0;

Line 67: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

63: wsh_debug_sv.log (l_module_name, 'source_header_number', p_delivery_details_info.source_header_number);
64: wsh_debug_sv.log (l_module_name, 'Source Line Number', p_delivery_details_info.source_line_number);
65: END IF;
66:
67: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
68:
69: IF (p_delivery_details_info.source_code='OKE') THEN
70:
71: l_detail_info_tab(1).delivery_detail_id := p_delivery_details_info.delivery_detail_id;

Line 287: wsh_util_core.api_post_call(

283: p_IN_rec => l_in_rec,
284: x_OUT_rec => l_out_rec);
285:
286: --
287: wsh_util_core.api_post_call(
288: p_return_status => l_return_status,
289: x_num_warnings => l_number_of_warnings,
290: x_num_errors => l_number_of_errors,
291: p_msg_data => l_msg_data

Line 311: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

307: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');
308: END IF;
309: --
310: when others then
311: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
312: wsh_util_core.default_handler('WSH_INTERFACE_PUB.Create_Shipment_Lines');
313: IF l_debug_on THEN
314: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '||
315: SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

Line 312: wsh_util_core.default_handler('WSH_INTERFACE_PUB.Create_Shipment_Lines');

308: END IF;
309: --
310: when others then
311: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
312: wsh_util_core.default_handler('WSH_INTERFACE_PUB.Create_Shipment_Lines');
313: IF l_debug_on THEN
314: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '||
315: SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
316: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');