DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on WSH_DELIVERY_DETAILS_ACTIONS

Line 709: -- WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details

705: -- to update the new received and returned quantities
706: -- 4. If there are any delivery details for which there was
707: -- a complete receipt correction (i.e. received quantity
708: -- becomes null or zero), then we call
709: -- WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details
710: -- to unassign those lines from the delivery.
711: -- 5. If there were any lines for which there was a receipt
712: -- correction, we call WSH_WV_UTILS.Detail_Weight_Volume
713: -- to re-calculate the wt-vol of the lines.

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

1147: --
1148: -- Debug Statements
1149: --
1150: IF l_debug_on THEN
1151: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.UNASSIGN_MULTIPLE_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);
1152: END IF;
1153: --
1154: l_unassign_action_prms.caller := wsh_util_core.C_IB_RECEIPT_PREFIX;
1155: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(

Line 1155: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(

1151: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_ACTIONS.UNASSIGN_MULTIPLE_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);
1152: END IF;
1153: --
1154: l_unassign_action_prms.caller := wsh_util_core.C_IB_RECEIPT_PREFIX;
1155: WSH_DELIVERY_DETAILS_ACTIONS.Unassign_Multiple_Details(
1156: P_REC_OF_DETAIL_IDS => l_unassign_det_tbl,
1157: P_FROM_delivery => 'Y',
1158: P_FROM_container => 'N',
1159: x_return_status => l_return_status,