DBA Data[Home] [Help]

APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 566: from mtl_system_items_kfv

562: IF p_eam_wo_comp_rec.completion_subinventory IS NOT NULL THEN
563: Begin
564: select restrict_subinventories_code
565: into p_subinv_ctrl
566: from mtl_system_items_kfv
567: where organization_id = l_org_id
568: and inventory_item_id = l_inventory_item_id;
569:
570: if(p_subinv_ctrl is null or p_subinv_ctrl <> 1) then