{
// nothing to do if no rows qualified
if ( thenRows == null ) { return; }
CursorResultSet sourceRS = thenRows.getResultSet();
GeneratedMethod actionGM = ((BaseActivation) activation).getMethod( _actionMethodName );
//
// Push the action-specific ConstantAction rather than the Merge statement's
// ConstantAction. The INSERT/UPDATE/DELETE expects the default ConstantAction
// to be appropriate to it.