DBA Data[Home] [Help]

APPS.WSH_TRX_HANDLER dependencies on WSH_UTIL_CORE

Line 54: x_return_status:=WSH_UTIL_CORE.G_RET_STS_SUCCESS;

50: WSH_DEBUG_SV.log(l_module_name,'p_end_index',p_end_index);
51: WSH_DEBUG_SV.log(l_module_name,'p_mtl_txn_if_rec.count',p_mtl_txn_if_rec.picking_line_id.count);
52: END IF;
53:
54: x_return_status:=WSH_UTIL_CORE.G_RET_STS_SUCCESS;
55:
56: fnd_profile.get('USER_ID',g_userid);
57:
58: FORALL i IN p_start_index..p_end_index

Line 182: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

178: END IF;
179:
180: EXCEPTION
181: WHEN OTHERS THEN
182: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
183:
184: IF l_debug_on THEN
185: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
186: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');