514: BEGIN
515:
516: SELECT concatenated_segments
517: INTO l_ordered_item
518: FROM mtl_system_items_vl
519: WHERE inventory_item_id = l_inventory_item_id
520: AND organization_id = l_ship_from_org_id;
521:
522: EXCEPTION