DBA Data[Home] [Help]

APPS.BOM_VAL_TO_ID dependencies on MTL_ITEM_LOCATIONS_KFV

Line 854: from mtl_item_locations_kfv

850: Begin
851:
852: select inventory_location_id
853: into supply_locator_id
854: from mtl_item_locations_kfv
855: where concatenated_segments = p_location_name and
856: organization_id = p_organization_id;
857:
858: RETURN supply_locator_id;