DBA Data[Home] [Help]

APPS.WSH_SHIPPING_PARAMS_PVT dependencies on WSH_DEBUG_INTERFACE

Line 168: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

164:
165: BEGIN
166: --
167: --
168: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
169: --
170: IF l_debug_on IS NULL
171: THEN
172: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 501: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

497: BEGIN
498:
499: --
500: --
501: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
502: --
503: IF l_debug_on IS NULL
504: THEN
505: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 947: l_debug_on := wsh_debug_interface.g_debug;

943: l_sqlerrm varchar2(2000);
944:
945: Begin
946: x_return_status := wsh_util_core.g_ret_sts_success;
947: l_debug_on := wsh_debug_interface.g_debug;
948: If l_debug_on is null then
949: l_debug_on := wsh_debug_sv.is_debug_enabled;
950: End If;
951: If l_debug_on then

Line 1372: l_debug_on := wsh_debug_interface.g_debug;

1368:
1369:
1370: Begin
1371: x_return_status := wsh_util_core.g_ret_sts_success;
1372: l_debug_on := wsh_debug_interface.g_debug;
1373: If l_debug_on is null then
1374: l_debug_on := wsh_debug_sv.is_debug_enabled;
1375: End If;
1376: If l_debug_on then

Line 1733: l_debug_on := wsh_debug_interface.g_debug;

1729: others exception;
1730:
1731: Begin
1732: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;
1733: l_debug_on := wsh_debug_interface.g_debug;
1734: If l_debug_on is null then
1735: l_debug_on := wsh_debug_sv.is_debug_enabled;
1736: End If;
1737: If l_debug_on then

Line 1811: l_debug_on := wsh_debug_interface.g_debug;

1807: l_module_name constant varchar(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'GET_LAYOUT_TEMPLATE';
1808:
1809: Begin
1810: x_return_status := wsh_util_core.G_RET_STS_SUCCESS;
1811: l_debug_on := wsh_debug_interface.g_debug;
1812: If l_debug_on is null then
1813: l_debug_on := wsh_debug_sv.is_debug_enabled;
1814: End If;
1815: If l_debug_on then

Line 1874: l_debug_on := wsh_debug_interface.g_debug;

1870: others exception;
1871:
1872: Begin
1873: x_return_status := FND_API.G_RET_STS_SUCCESS;
1874: l_debug_on := wsh_debug_interface.g_debug;
1875: IF l_debug_on IS NULL THEN
1876: l_debug_on := wsh_debug_sv.is_debug_enabled;
1877: END IF;
1878: IF l_debug_on THEN

Line 2024: l_debug_on := wsh_debug_interface.g_debug;

2020: Begin
2021:
2022: x_return_status := fnd_api.g_ret_sts_success;
2023:
2024: l_debug_on := wsh_debug_interface.g_debug;
2025: If l_debug_on is null then
2026: wsh_debug_sv.push(l_module_name);
2027: l_debug_on := wsh_debug_sv.is_debug_enabled;
2028: End If;

Line 2185: l_debug_on := wsh_debug_interface.g_debug;

2181: Begin
2182:
2183: x_return_status := fnd_api.g_ret_sts_success;
2184:
2185: l_debug_on := wsh_debug_interface.g_debug;
2186: If l_debug_on is null then
2187: l_debug_on := wsh_debug_sv.is_debug_enabled;
2188: End If;
2189: If l_debug_on then

Line 2301: l_debug_on := wsh_debug_interface.g_debug;

2297: Begin
2298:
2299: x_return_status := fnd_api.g_ret_sts_success;
2300:
2301: l_debug_on := wsh_debug_interface.g_debug;
2302: If l_debug_on is null then
2303: l_debug_on := wsh_debug_sv.is_debug_enabled;
2304: End If;
2305: If l_debug_on then