DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on MTL_LOT_NUMBERS

Line 2304: from mtl_lot_numbers

2300: n_attribute9,
2301: n_attribute10,
2302: vendor_id,
2303: territory_code
2304: from mtl_lot_numbers
2305: where organization_id = p_org_id
2306: and inventory_item_id = p_inventory_item_id
2307: and lot_number = p_lot_number;
2308: