DBA Data[Home] [Help]

APPS.WSH_SHIPPING_PARAMS_PVT dependencies on WSH_DEBUG_INTERFACE

Line 159: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

155:
156: BEGIN
157: --
158: --
159: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
160: --
161: IF l_debug_on IS NULL
162: THEN
163: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 556: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

552: BEGIN
553:
554: --
555: --
556: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
557: --
558: IF l_debug_on IS NULL
559: THEN
560: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 1002: l_debug_on := wsh_debug_interface.g_debug;

998: l_sqlerrm varchar2(2000);
999:
1000: Begin
1001: x_return_status := wsh_util_core.g_ret_sts_success;
1002: l_debug_on := wsh_debug_interface.g_debug;
1003: If l_debug_on is null then
1004: l_debug_on := wsh_debug_sv.is_debug_enabled;
1005: End If;
1006: If l_debug_on then

Line 1418: l_debug_on := wsh_debug_interface.g_debug;

1414:
1415:
1416: Begin
1417: x_return_status := wsh_util_core.g_ret_sts_success;
1418: l_debug_on := wsh_debug_interface.g_debug;
1419: If l_debug_on is null then
1420: l_debug_on := wsh_debug_sv.is_debug_enabled;
1421: End If;
1422: If l_debug_on then

Line 1775: l_debug_on := wsh_debug_interface.g_debug;

1771: others exception;
1772:
1773: Begin
1774: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;
1775: l_debug_on := wsh_debug_interface.g_debug;
1776: If l_debug_on is null then
1777: l_debug_on := wsh_debug_sv.is_debug_enabled;
1778: End If;
1779: If l_debug_on then

Line 1853: l_debug_on := wsh_debug_interface.g_debug;

1849: l_module_name constant varchar(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'GET_LAYOUT_TEMPLATE';
1850:
1851: Begin
1852: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;
1853: l_debug_on := wsh_debug_interface.g_debug;
1854: If l_debug_on is null then
1855: l_debug_on := wsh_debug_sv.is_debug_enabled;
1856: End If;
1857: If l_debug_on then

Line 1916: l_debug_on := wsh_debug_interface.g_debug;

1912: others exception;
1913:
1914: Begin
1915: x_return_status := FND_API.G_RET_STS_SUCCESS;
1916: l_debug_on := wsh_debug_interface.g_debug;
1917: IF l_debug_on IS NULL THEN
1918: l_debug_on := wsh_debug_sv.is_debug_enabled;
1919: END IF;
1920: IF l_debug_on THEN

Line 2066: l_debug_on := wsh_debug_interface.g_debug;

2062: Begin
2063:
2064: x_return_status := fnd_api.g_ret_sts_success;
2065:
2066: l_debug_on := wsh_debug_interface.g_debug;
2067: If l_debug_on is null then
2068: wsh_debug_sv.push(l_module_name);
2069: l_debug_on := wsh_debug_sv.is_debug_enabled;
2070: End If;

Line 2227: l_debug_on := wsh_debug_interface.g_debug;

2223: Begin
2224:
2225: x_return_status := fnd_api.g_ret_sts_success;
2226:
2227: l_debug_on := wsh_debug_interface.g_debug;
2228: If l_debug_on is null then
2229: l_debug_on := wsh_debug_sv.is_debug_enabled;
2230: End If;
2231: If l_debug_on then

Line 2343: l_debug_on := wsh_debug_interface.g_debug;

2339: Begin
2340:
2341: x_return_status := fnd_api.g_ret_sts_success;
2342:
2343: l_debug_on := wsh_debug_interface.g_debug;
2344: If l_debug_on is null then
2345: l_debug_on := wsh_debug_sv.is_debug_enabled;
2346: End If;
2347: If l_debug_on then