DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on MTL_LOT_NUMBERS

Line 2234: FROM mtl_lot_numbers

2230: --
2231: IF p_lot_number IS NOT NULL THEN
2232: BEGIN
2233: SELECT expiration_date INTO l_lot_expiration_date
2234: FROM mtl_lot_numbers
2235: WHERE inventory_item_id = p_inventory_item_id
2236: AND organization_id = p_organization_id
2237: AND lot_number = p_lot_number;
2238: --