DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_LOT_NUMBERS

Line 5190: FROM mtl_lot_numbers

5186: SELECT expiration_date
5187: , status_id
5188: INTO l_expiration_date
5189: , l_lot_status_id
5190: FROM mtl_lot_numbers
5191: WHERE lot_number = p_lot_number
5192: AND inventory_item_id = p_item_id
5193: AND organization_id = p_org_id;
5194: