DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES

Line 275: FROM MTL_CYCLE_COUNT_ENTRIES

271: --Bug 9874049 Added condiion to check for open cycle count entries and call
272: -- process_lpn_countrequest only if there are no open entries.
273: SELECT COUNT(1)
274: INTO l_count
275: FROM MTL_CYCLE_COUNT_ENTRIES
276: WHERE organization_id = p_organization_id
277: AND subinventory = p_subinventory
278: AND locator_id = p_locator_id
279: AND inventory_item_id = p_inventory_item_id