DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on MTL_RESERVATIONS

Line 4297: From mtl_reservations

4293:
4294: Cursor c_detailed_reservation IS
4295: Select 1
4296: , secondary_reservation_quantity
4297: From mtl_reservations
4298: Where reservation_id = p_reservation_id
4299: and lot_number = g_locs(p_record_id).lot_number;
4300: BEGIN
4301: IF NOT(inv_cache.is_pickrelease AND g_debug IS NOT NULL) THEN