DBA Data[Home] [Help]

APPS.WMS_OPP_CYC_COUNT dependencies on MTL_CYCLE_COUNT_ITEMS

Line 355: FROM mtl_cycle_count_items

351: BEGIN
352:
353: SELECT 'Y'
354: INTO l_item_exists
355: FROM mtl_cycle_count_items
356: WHERE cycle_count_header_id = inv_cache.fromsub_rec.opp_cyc_count_header_id
357: AND inventory_item_id = p_inventory_item_id;
358:
359: EXCEPTION