println("\nGetting a Single Value from a ValueCursor");
Source prodSource = mdmProdHier.getSource();
// Because prodSource is a primary Source, you do not need to
// prepare and commit the current Transaction.
CursorManagerSpecification cursorMngrSpec =
dp.createCursorManagerSpecification(prodSource);
SpecifiedCursorManager cursorMngr =
dp.createCursorManager(cursorMngrSpec);
// Because the Source has no outputs, the Cursor for it
// is a ValueCursor.