DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_DELIVERY_DETAILS_ACTIONS

Line 2518: -- > we call WSH_DELIVERY_DETAILS_ACTIONS.

2514: -- > Call Revert_Details to revert the delivery details
2515: -- > Call Revert_Deliveries to rever the deliveries
2516: -- > If the revert_details API returns any records of delivery
2517: -- > details that need to be unassigned from the delivery, then
2518: -- > we call WSH_DELIVERY_DETAILS_ACTIONS.
2519: -- > Unassign_Multiple_Details. We need to do this only for
2520: -- > delivery details that ship_from_location_id as -1.
2521: -- > Then we call WSH_PO_CMG_PVT.Reapprove_PO as the
2522: -- > lines that have been re-opened need to be updated with the

Line 2764: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.UNASSIGN_MULTIPLE_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);

2760: --
2761: -- Debug Statements
2762: --
2763: IF l_debug_on THEN
2764: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.UNASSIGN_MULTIPLE_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);
2765: END IF;
2766: --
2767: --l_unassign_action_prms.caller := wsh_util_core.C_IB_RECEIPT_PREFIX;
2768: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(

Line 2768: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(

2764: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.UNASSIGN_MULTIPLE_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);
2765: END IF;
2766: --
2767: --l_unassign_action_prms.caller := wsh_util_core.C_IB_RECEIPT_PREFIX;
2768: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(
2769: P_REC_OF_DETAIL_IDS => l_unassign_det_id_tab,
2770: P_FROM_delivery => 'Y',
2771: P_FROM_container => 'N',
2772: x_return_status => l_return_status,