DBA Data[Home] [Help]

APPS.WSH_TRIPS_PUB dependencies on WSH_DEBUG_INTERFACE

Line 70: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

66:
67: BEGIN
68: -- Standard call to check for call compatibility
69: --
70: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
71: --
72: IF l_debug_on IS NULL
73: THEN
74: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 309: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

305:
306: BEGIN
307: -- Standard call to check for call compatibility
308: --
309: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
310: --
311: IF l_debug_on IS NULL
312: THEN
313: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 537: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

533:
534: BEGIN
535: --
536: --
537: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
538: --
539: IF l_debug_on IS NULL
540: THEN
541: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 717: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

713: l_in_rec WSH_TRIPS_GRP.TripInRecType;
714:
715: BEGIN
716: --
717: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
718: --
719: IF l_debug_on IS NULL
720: THEN
721: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;