DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_DLVB_COMMON_ACTIONS

Line 347: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.ASSIGN_DETAILS', wsh_debug_sv.c_proc_level);

343: -- l_delivery_id := p_delivery_id;
344: END IF;
345:
346: IF l_debug_on THEN
347: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.ASSIGN_DETAILS', wsh_debug_sv.c_proc_level);
348: END IF;
349:
350: --
351:

Line 354: We now have call to wsh_dlvb_common_actions.assign_details */

350: --
351:
352: /* Patchset I : Harmonization Project Begin
353: Instead of the old call to Assign_Multiple_Details
354: We now have call to wsh_dlvb_common_actions.assign_details */
355: IF l_debug_on THEN
356: wsh_debug_sv.logmsg(l_module_name, ' befor assign_details');
357: END IF;
358: wsh_dlvb_common_actions.assign_details(

Line 358: wsh_dlvb_common_actions.assign_details(

354: We now have call to wsh_dlvb_common_actions.assign_details */
355: IF l_debug_on THEN
356: wsh_debug_sv.logmsg(l_module_name, ' befor assign_details');
357: END IF;
358: wsh_dlvb_common_actions.assign_details(
359: p_detail_tab => l_tabofdeldets,
360: p_parent_detail_id => NULL,
361: p_delivery_id => p_delivery_id,
362: x_pack_status => l_pack_status_dummy,

Line 408: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.UNASSIGN_DETAILS', wsh_debug_sv.c_proc_level);

404: x_num_warnings => l_number_of_warnings,
405: x_num_errors => l_number_of_errors);
406:
407: IF l_debug_on THEN
408: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.UNASSIGN_DETAILS', wsh_debug_sv.c_proc_level);
409: END IF;
410:
411: /* Patchset I : Harmonization Project Begin
412: Instead of the old call to WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details We now have call to wsh_dlvb_common_actions.unassign_details */

Line 412: Instead of the old call to WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details We now have call to wsh_dlvb_common_actions.unassign_details */

408: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.UNASSIGN_DETAILS', wsh_debug_sv.c_proc_level);
409: END IF;
410:
411: /* Patchset I : Harmonization Project Begin
412: Instead of the old call to WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details We now have call to wsh_dlvb_common_actions.unassign_details */
413: -- deliveryMerge
414:
415: i := l_tabofdeldets.FIRST;
416: WHILE i is not NULL LOOP

Line 444: wsh_dlvb_common_actions.unassign_details(

440: CLOSE c_get_assigned_delivery;
441: i := l_tabofdeldets.next(i);
442: END LOOP;
443:
444: wsh_dlvb_common_actions.unassign_details(
445: p_detail_tab => l_tabofdeldets,
446: p_parent_detail_flag => 'N',
447: p_delivery_flag => 'Y',
448: x_return_status => l_return_status,