DBA Data[Home] [Help]

APPS.WSH_CUSTOM_PUB dependencies on WSH_DEBUG_INTERFACE

Line 468: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

464: --
465: -- Debug Statements
466: --
467: --
468: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
469: --
470: IF l_debug_on IS NULL
471: THEN
472: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 525: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

521: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' ||G_PKG_NAME || '.' ||'Get_Standalone_WMS_Defaults';
522: --
523: BEGIN
524: --
525: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
526: --
527: IF l_debug_on IS NULL
528: THEN
529: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 578: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

574: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' ||G_PKG_NAME || '.' ||'Post_Process_Shipment_Request';
575: --
576: BEGIN
577: --
578: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
579: --
580: IF l_debug_on IS NULL
581: THEN
582: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 656: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

652: l_debug_on BOOLEAN;
653: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Dsno_Output_File_Prefix';
654: BEGIN
655: --
656: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
657: --
658: IF l_debug_on IS NULL
659: THEN
660: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 749: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

745: l_debug_on BOOLEAN;
746: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Shipment_Batch_Group_Criteria';
747: BEGIN
748: --
749: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
750: --
751: IF l_debug_on IS NULL
752: THEN
753: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

Line 864: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

860:
861: -- Commenting the below UPS WS Integeration code
862: --If Customer want to use UPS WS Integ, they need to uncomment the below code
863: /*
864: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
865:
866:
867: IF l_debug_on IS NULL
868: THEN

Line 1368: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

1364: x_return_status := NULL;
1365: -- Commenting the below UPS WS Integeration code
1366: --If Customer want to use UPS WS Integ, they need to uncomment the below code
1367: /*
1368: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1369:
1370:
1371: IF l_debug_on IS NULL
1372: THEN

Line 2236: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

2232:
2233:
2234: BEGIN
2235:
2236: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2237: -- Commenting the below UPS WS Integeration code
2238: --If Customer want to use UPS WS Integ, they need to uncomment the below code
2239: /*
2240: IF l_debug_on IS NULL

Line 2767: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

2763: WHERE wl.source_location_id = p_request_in.ship_from_location_id
2764: AND w2.source_location_id = p_request_in.ship_to_location_id;
2765:
2766: BEGIN
2767: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2768: -- Commenting the below UPS WS Integeration code
2769: --If Customer want to use UPS WS Integ, they need to uncomment the below code
2770: /*
2771: IF l_debug_on IS NULL