DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_ACTIONS dependencies on INV_TROLIN_UTIL

Line 430: l_trolin_rec := INV_TROLIN_UTIL.Query_Row(p_line_id => l_line_rec.move_order_line_id);

426: ELSIF (l_line_rec.released_status = 'S') THEN
427: l_cancel_rsv_type := 'U';
428: --X-dock
429: IF l_line_rec.move_order_line_id IS NOT NULL THEN
430: l_trolin_rec := INV_TROLIN_UTIL.Query_Row(p_line_id => l_line_rec.move_order_line_id);
431: ELSE -- MOL is null for X-dock case
432: l_trolin_rec.quantity_detailed := l_line_rec.requested_quantity;
433: l_trolin_rec.secondary_quantity_detailed := l_line_rec.requested_quantity2;
434: END IF;