DBA Data[Home] [Help]

APPS.BOM_VAL_TO_ID dependencies on MTL_ITEM_LOCATIONS_KFV

Line 829: from mtl_item_locations_kfv

825: Begin
826:
827: select inventory_location_id
828: into supply_locator_id
829: from mtl_item_locations_kfv
830: where concatenated_segments = p_location_name and
831: organization_id = p_organization_id;
832:
833: RETURN supply_locator_id;