* drop.) If no one objects, then invalidate any dependent objects.
*/
dm.invalidateFor(spsd, DependencyManager.DROP_SPS, lcc);
/* Clear the dependencies for the sps */
spsd.makeInvalid(DependencyManager.DROP_SPS, lcc);
//dm.clearDependencies(spsd);
/* Drop the sps */
dd.dropSPSDescriptor(spsd, lcc.getTransactionExecute());
}