USP_DATALIST_RegistrantBatchIndividual
Read an individual record in registrant batch.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@ID | uniqueidentifier | IN | ID |
Definition
Copy
CREATE procedure dbo.USP_DATALIST_RegistrantBatchIndividual(@ID uniqueidentifier)
as
set nocount on;
exec dbo.USP_INDIVIDUAL_LOAD @ID = @ID