DBA Data[Home] [Help]

APPS.INV_LOT_ATTR_PUB dependencies on MTL_LOT_NUMBERS

Line 588: FROM mtl_lot_numbers

584:
585: /* Get Lot record */
586: CURSOR c_get_lot_record IS
587: SELECT *
588: FROM mtl_lot_numbers
589: WHERE lot_number = p_lot_number
590: AND inventory_item_id = p_inventory_item_id
591: AND organization_id = p_org_id;
592: