DBA Data[Home] [Help]

APPS.WIP_FLOW_COMPLETION_FILTER dependencies on MTL_SECONDARY_LOCATORS

Line 210: from mtl_secondary_locators

206: -- If it's not, set the restricted error flag.
207: if (l_locator_control = 2 AND l_restrict_loc = 1) then
208: select count(*)
209: into l_cnt
210: from mtl_secondary_locators
211: where inventory_item_id = l_primary_item_id
212: and organization_id = l_org_id
213: and subinventory_code = l_completion_subinventory
214: and secondary_locator = l_completion_locator;