DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_DLVB_COMMON_ACTIONS

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

339: -- l_delivery_id := p_delivery_id;
340: END IF;
341:
342: IF l_debug_on THEN
343: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.ASSIGN_DETAILS', wsh_debug_sv.c_proc_level);
344: END IF;
345:
346: --
347:

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

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

Line 354: wsh_dlvb_common_actions.assign_details(

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

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

400: x_num_warnings => l_number_of_warnings,
401: x_num_errors => l_number_of_errors);
402:
403: IF l_debug_on THEN
404: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DLVB_COMMON_ACTIONS.UNASSIGN_DETAILS', wsh_debug_sv.c_proc_level);
405: END IF;
406:
407: /* Patchset I : Harmonization Project Begin
408: 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 408: Instead of the old call to WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details We now have call to wsh_dlvb_common_actions.unassign_details */

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

Line 440: wsh_dlvb_common_actions.unassign_details(

436: CLOSE c_get_assigned_delivery;
437: i := l_tabofdeldets.next(i);
438: END LOOP;
439:
440: wsh_dlvb_common_actions.unassign_details(
441: p_detail_tab => l_tabofdeldets,
442: p_parent_detail_flag => 'N',
443: p_delivery_flag => 'Y',
444: x_return_status => l_return_status,