DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on INV_MO_CANCEL_PVT

Line 1425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_MO_CANCEL_PVT.CANCEL_MOVE_ORDER_LINE',WSH_DEBUG_SV.C_PROC_LEVEL);

1421: -- HW OPMCONV. Removed branching
1422: --
1423: IF l_debug_on THEN
1424: WSH_DEBUG_SV.log(l_module_name,'l_del_det',l_del_det);
1425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_MO_CANCEL_PVT.CANCEL_MOVE_ORDER_LINE',WSH_DEBUG_SV.C_PROC_LEVEL);
1426: END IF;
1427: --
1428: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(
1429: p_line_id => l_mo_line,

Line 1428: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(

1424: WSH_DEBUG_SV.log(l_module_name,'l_del_det',l_del_det);
1425: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_MO_CANCEL_PVT.CANCEL_MOVE_ORDER_LINE',WSH_DEBUG_SV.C_PROC_LEVEL);
1426: END IF;
1427: --
1428: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(
1429: p_line_id => l_mo_line,
1430: p_delete_reservations => 'N',
1431: p_txn_source_line_id => p_attributes_rec.source_line_id,
1432: p_delivery_detail_id => l_del_det, -- X-dock

Line 1845: -- Above, we have call to INV_MO_Cancel_PVT.Cancel_Move_Order_Line for released_status of 'S'

1841: -- R12 X-dock, added parameter p_delivery_detail_id
1842: -- this code is called only when l_change_resv_flag = Y
1843: -- when this flag is Y either l_delete_dds is populated or cancel_MOL api is called
1844: -- As stated above, this call is made primarily to delete_reservations
1845: -- Above, we have call to INV_MO_Cancel_PVT.Cancel_Move_Order_Line for released_status of 'S'
1846: -- this takes care of the reservations, hence pass null for delivery_detail_id
1847: WSH_USA_INV_PVT.query_reservations(
1848: p_source_code => p_source_code,
1849: p_source_header_id => p_attributes_rec.source_header_id,