DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on MTL_SECONDARY_LOCATORS

Line 705: and EXISTS (select '1' from mtl_secondary_locators

701: from mtl_item_locations_kfv where
702: concatenated_segments = p_locator
703: and subinventory_code = p_subinventory
704: and organization_id = p_org_id
705: and EXISTS (select '1' from mtl_secondary_locators
706: where inventory_item_id = p_item_id
707: and organization_id = p_org_id
708: and secondary_locator = inventory_location_id) ;
709: end if; -- end of inner if