DBA Data[Home] [Help]

APPS.WSH_BOLS_UTIL_PKG dependencies on WSH_UTIL_CORE

Line 210: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.GENERIC_FLEX_NAME',WSH_DEBUG_SV.C_PROC_LEVEL);

206: --
207: -- Debug Statements
208: --
209: IF l_debug_on THEN
210: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.GENERIC_FLEX_NAME',WSH_DEBUG_SV.C_PROC_LEVEL);
211: END IF;
212: --
213: -- Debug Statements
214: --

Line 219: RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,

215: IF l_debug_on THEN
216: WSH_DEBUG_SV.pop(l_module_name);
217: END IF;
218: --
219: RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,
220: p_organization_id,
221: 'INV',
222: 'MSTK',
223: 101

Line 233: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.GENERIC_FLEX_NAME',WSH_DEBUG_SV.C_PROC_LEVEL);

229: --
230: -- Debug Statements
231: --
232: IF l_debug_on THEN
233: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.GENERIC_FLEX_NAME',WSH_DEBUG_SV.C_PROC_LEVEL);
234: END IF;
235: --
236: -- Debug Statements
237: --

Line 250: RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,

246: FETCH c_get_item_desc INTO l_description;
247: CLOSE c_get_item_desc;
248: END IF;
249:
250: RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,
251: p_organization_id,
252: 'INV',
253: 'MSTK',
254: 101) || ' ' || l_description;

Line 714: x_return_status := WSH_UTIL_CORE.g_ret_sts_success;

710: CLOSE c_get_inner_containers;
711:
712: x_num_of_packages := l_enclosed_count + l_sub_containers_count;
713:
714: x_return_status := WSH_UTIL_CORE.g_ret_sts_success;
715:
716: --
717: -- Debug Statements
718: --

Line 727: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;

723: --
724: EXCEPTION
725: WHEN others THEN
726: FND_MESSAGE.set_name ('WSH','WSH_UNEXP_ERROR');
727: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
728: WSH_UTIL_CORE.add_message (x_return_status);
729: --
730: -- Debug Statements
731: --

Line 728: WSH_UTIL_CORE.add_message (x_return_status);

724: EXCEPTION
725: WHEN others THEN
726: FND_MESSAGE.set_name ('WSH','WSH_UNEXP_ERROR');
727: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
728: WSH_UTIL_CORE.add_message (x_return_status);
729: --
730: -- Debug Statements
731: --
732: IF l_debug_on THEN