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 220: /*RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,

216: WSH_DEBUG_SV.pop(l_module_name);
217: END IF;
218: --
219: -- LSP PROJECT :
220: /*RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,
221: p_organization_id,
222: 'INV',
223: 'MSTK',
224: 101

Line 227: RETURN WSH_UTIL_CORE.get_item_name(p_inventory_item_id

223: 'MSTK',
224: 101
225: ); */
226:
227: RETURN WSH_UTIL_CORE.get_item_name(p_inventory_item_id
228: ,p_organization_id
229: ,'MSTK'
230: ,101,'Y');
231:

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

236: --
237: -- Debug Statements
238: --
239: IF l_debug_on THEN
240: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.GENERIC_FLEX_NAME',WSH_DEBUG_SV.C_PROC_LEVEL);
241: END IF;
242: --
243: -- Debug Statements
244: --

Line 257: /* RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,

253: FETCH c_get_item_desc INTO l_description;
254: CLOSE c_get_item_desc;
255: END IF;
256: -- LSP PROJECT:
257: /* RETURN wsh_util_core.generic_flex_name(p_inventory_item_id,
258: p_organization_id,
259: 'INV',
260: 'MSTK',
261: 101) || ' ' || l_description; */

Line 262: RETURN WSH_UTIL_CORE.get_item_name(p_inventory_item_id

258: p_organization_id,
259: 'INV',
260: 'MSTK',
261: 101) || ' ' || l_description; */
262: RETURN WSH_UTIL_CORE.get_item_name(p_inventory_item_id
263: ,p_organization_id
264: ,'MSTK'
265: ,101,'Y')|| ' ' || l_description;
266:

Line 725: x_return_status := WSH_UTIL_CORE.g_ret_sts_success;

721: CLOSE c_get_inner_containers;
722:
723: x_num_of_packages := l_enclosed_count + l_sub_containers_count;
724:
725: x_return_status := WSH_UTIL_CORE.g_ret_sts_success;
726:
727: --
728: -- Debug Statements
729: --

Line 738: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;

734: --
735: EXCEPTION
736: WHEN others THEN
737: FND_MESSAGE.set_name ('WSH','WSH_UNEXP_ERROR');
738: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
739: WSH_UTIL_CORE.add_message (x_return_status);
740: --
741: -- Debug Statements
742: --

Line 739: WSH_UTIL_CORE.add_message (x_return_status);

735: EXCEPTION
736: WHEN others THEN
737: FND_MESSAGE.set_name ('WSH','WSH_UNEXP_ERROR');
738: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
739: WSH_UTIL_CORE.add_message (x_return_status);
740: --
741: -- Debug Statements
742: --
743: IF l_debug_on THEN