DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_DELIVERY_DETAILS_ACTIONS

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 915: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.SPLIT_DELIVERY_DETAILS', wsh_debug_sv.c_proc_level);

911:
912: END IF;
913:
914: IF l_debug_on THEN
915: wsh_debug_sv.logmsg(l_module_name, 'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.SPLIT_DELIVERY_DETAILS', wsh_debug_sv.c_proc_level);
916: END IF;
917:
918: --
919: -- HW added p_converted_flag

Line 920: wsh_delivery_details_actions.split_delivery_details(

916: END IF;
917:
918: --
919: -- HW added p_converted_flag
920: wsh_delivery_details_actions.split_delivery_details(
921: p_from_detail_id => p_from_detail_id,
922: p_req_quantity => x_split_quantity,
923: p_req_quantity2 => x_split_quantity2,
924: p_manual_split => p_manual_split,