DBA Data[Home] [Help]

APPS.WSH_INTERFACE_MESSAGE_PKG dependencies on WSH_UTIL_CORE

Line 42: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;

38: PRAGMA EXCEPTION_INIT(RECORD_LOCKED, -54);
39:
40: BEGIN
41:
42: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;
43: l_debug_on := wsh_debug_interface.g_debug;
44: --
45: IF l_debug_on IS NULL THEN
46: l_debug_on := wsh_debug_sv.is_debug_enabled;

Line 68: x_return_status := wsh_util_core.G_RET_STS_ERROR;

64:
65: END IF;
66: --
67: IF l_id = 0 THEN
68: x_return_status := wsh_util_core.G_RET_STS_ERROR;
69: fnd_message.set_name('FND', 'FND_RECORD_DELETED_ERROR');
70: --
71: IF p_delivery_interface_id IS NOT NULL THEN
72: --

Line 100: x_return_status := wsh_util_core.G_RET_STS_UNEXP_ERROR;

96: EXCEPTION
97:
98: WHEN RECORD_LOCKED THEN
99: fnd_message.set_name('FND', 'FND_LOCK_RECORD_ERROR');
100: x_return_status := wsh_util_core.G_RET_STS_UNEXP_ERROR;
101: --
102: IF l_debug_on THEN
103: --
104: IF p_delivery_interface_id IS NOT NULL THEN

Line 116: x_return_status := wsh_util_core.g_ret_sts_error;

112: wsh_debug_sv.pop(l_module_name);
113: END IF;
114: --
115: WHEN OTHERS THEN
116: x_return_status := wsh_util_core.g_ret_sts_error;
117: --
118: IF l_debug_on THEN
119: wsh_debug_sv.log(l_module_name,'SQLERRM : ',sqlerrm);
120: wsh_debug_sv.log(l_module_name,'x_return_status : ',x_return_status);