DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_SECONDARY_LOCATORS

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

227: from mtl_item_locations_kfv where
228: concatenated_segments = p_locator
229: and subinventory_code = p_subinv_code
230: and organization_id = p_org_id
231: and EXISTS (select '1' from mtl_secondary_locators
232: where inventory_item_id = p_item_id
233: and organization_id = p_org_id
234: and secondary_locator = inventory_location_id) ;
235: