DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on WSH_DEBUG_INTERFACE

Line 144: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

140: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRINT_PVT';
141: --
142: BEGIN
143: --
144: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
145: --
146: IF l_debug_on IS NULL
147: THEN
148: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 311: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

307: /* p_report_set_id is no longer used as we print the seeded Pick Slip report always
308: Stored in WSH_PICK_LIST.G_SEED_DOC_SET. Keeping it for compilation dependency
309: */
310: --
311: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
312: --
313: IF l_debug_on IS NULL
314: THEN
315: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;