DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on INV_MO_CANCEL_PVT

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

1494: -- HW OPMCONV. Removed branching
1495: --
1496: IF l_debug_on THEN
1497: WSH_DEBUG_SV.log(l_module_name,'l_del_det',l_del_det);
1498: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_MO_CANCEL_PVT.CANCEL_MOVE_ORDER_LINE',WSH_DEBUG_SV.C_PROC_LEVEL);
1499: END IF;
1500: --
1501: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(
1502: p_line_id => l_mo_line,

Line 1501: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(

1497: WSH_DEBUG_SV.log(l_module_name,'l_del_det',l_del_det);
1498: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_MO_CANCEL_PVT.CANCEL_MOVE_ORDER_LINE',WSH_DEBUG_SV.C_PROC_LEVEL);
1499: END IF;
1500: --
1501: INV_MO_Cancel_PVT.Cancel_Move_Order_Line(
1502: p_line_id => l_mo_line,
1503: p_delete_reservations => 'N',
1504: p_txn_source_line_id => p_attributes_rec.source_line_id,
1505: p_delivery_detail_id => l_del_det, -- X-dock

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

1943: -- R12 X-dock, added parameter p_delivery_detail_id
1944: -- this code is called only when l_change_resv_flag = Y
1945: -- when this flag is Y either l_delete_dds is populated or cancel_MOL api is called
1946: -- As stated above, this call is made primarily to delete_reservations
1947: -- Above, we have call to INV_MO_Cancel_PVT.Cancel_Move_Order_Line for released_status of 'S'
1948: -- this takes care of the reservations, hence pass null for delivery_detail_id
1949: WSH_USA_INV_PVT.query_reservations(
1950: p_source_code => p_source_code,
1951: p_source_header_id => p_attributes_rec.source_header_id,