DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_LOT_NUMBERS

Line 5312: FROM mtl_lot_numbers

5308: SELECT expiration_date
5309: , status_id
5310: INTO l_expiration_date
5311: , l_lot_status_id
5312: FROM mtl_lot_numbers
5313: WHERE lot_number = p_lot_number
5314: AND inventory_item_id = p_item_id
5315: AND organization_id = p_org_id;
5316: