USP_ATTRIBUTECATEGORY_MODELINGANDPROPENSITY_CONSTITUENTMERGE_AUTOGEN

Parameters

Parameter Parameter Type Mode Description
@SOURCEID uniqueidentifier IN
@TARGETID uniqueidentifier IN
@CHANGEAGENTID uniqueidentifier IN

Definition

Copy

        create procedure [dbo].[USP_ATTRIBUTECATEGORY_MODELINGANDPROPENSITY_CONSTITUENTMERGE_AUTOGEN]
        (
            @SOURCEID uniqueidentifier,
            @TARGETID uniqueidentifier,
            @CHANGEAGENTID uniqueidentifier
        )
        as
            set nocount on;

            /*** THIS PROCEDURE IS AUTO-GENERATED by dbo.USP_ATTRIBUTECATEGORY_GENERATECONSTITUENTMERGEPROC ***/
            /*** Please make changes in that procedure.  Otherwise, they may be overwritten.                ***/

            declare @CURRENTDATE datetime;
            set @CURRENTDATE = getdate();



        return 0;