[Home] [Help]
724: -- find default overcompletion tolerance for item without tolerance setting
725: begin
726: select default_overcompl_tolerance
727: into l_default_tolerance
728: from wip_parameters
729: where organization_id = p_organization_id;
730: exception
731: when NO_DATA_FOUND then
732: -- do nothing, and let the default tolerance to be 0