DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS2 dependencies on WSH_SHIP_CONFIRM_ACTIONS2

Line 1: PACKAGE BODY WSH_SHIP_CONFIRM_ACTIONS2 as

1: PACKAGE BODY WSH_SHIP_CONFIRM_ACTIONS2 as
2: /* $Header: WSHDDSPB.pls 120.14.12020000.6 2013/04/19 13:26:19 skanduku ship $ */
3:
4: --
5: --Function: part_of_ship_set

Line 10: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_SHIP_CONFIRM_ACTIONS2';

6: --Parameters: p_source_line_id
7: --Description: This function returns a boolean number that indicates
8: -- if the order line is part of a ship set
9: --
10: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_SHIP_CONFIRM_ACTIONS2';
11: --
12: FUNCTION Part_Of_Ship_Set(p_source_line_id number) RETURN BOOLEAN is
13: l_count number;
14: --

Line 280: WSH_UTIL_CORE.default_handler('WSH_SHIP_CONFIRM_ACTIONS2.Ship_zero_quantity',l_module_name);

276: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
277: l_error_code := SQLCODE;
278: l_error_text := SQLERRM;
279: --
280: WSH_UTIL_CORE.default_handler('WSH_SHIP_CONFIRM_ACTIONS2.Ship_zero_quantity',l_module_name);
281: --
282: -- Debug Statements
283: --
284: IF l_debug_on THEN

Line 2045: WSH_UTIL_CORE.Default_Handler('WSH_SHIP_CONFIRM_ACTIONS2.Backorder',l_module_name);

2041: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:NEW_DET_WT_VOL_FAILED');
2042: END IF;
2043: --
2044: WHEN OTHERS THEN
2045: WSH_UTIL_CORE.Default_Handler('WSH_SHIP_CONFIRM_ACTIONS2.Backorder',l_module_name);
2046: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
2047: ROLLBACK to before_backorder ;
2048: --Bugfix 4070732 {
2049: IF upper(WSH_UTIL_CORE.G_START_OF_SESSION_API) = upper(l_api_session_name) THEN

Line 2145: WSH_UTIL_CORE.default_handler('WSH_SHIP_CONFIRM_ACTIONS2.check_exception',l_module_name);

2141: --
2142: EXCEPTION
2143: WHEN others THEN
2144: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
2145: WSH_UTIL_CORE.default_handler('WSH_SHIP_CONFIRM_ACTIONS2.check_exception',l_module_name);
2146:
2147: IF l_debug_on THEN
2148: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2149: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

Line 2208: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIP_CONFIRM_ACTIONS2.BackOrder',WSH_DEBUG_SV.C_PROC_LEVEL);

2204: --
2205: -- Debug Statements
2206: --
2207: IF l_debug_on THEN
2208: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIP_CONFIRM_ACTIONS2.BackOrder',WSH_DEBUG_SV.C_PROC_LEVEL);
2209: WSH_DEBUG_SV.logmsg(l_module_name,'......with p_line_ids as NULL', WSH_DEBUG_SV.C_PROC_LEVEL);
2210: END IF;
2211: --
2212: Backorder(

Line 2234: END WSH_SHIP_CONFIRM_ACTIONS2;

2230: END IF;
2231:
2232: END BackOrder;
2233:
2234: END WSH_SHIP_CONFIRM_ACTIONS2;