USP_DATALIST_BANKACCOUNTDEPOSITCORRECTIONSYSTEMGLDISTRIBUTION
A data list of bank account deposit correction system GL distributions.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@ID | uniqueidentifier | IN | Input parameter indicating the context ID for the data list. |
Definition
Copy
create procedure dbo.USP_DATALIST_BANKACCOUNTDEPOSITCORRECTIONSYSTEMGLDISTRIBUTION(@ID uniqueidentifier)
as
set nocount on;
exec dbo.USP_DATALIST_BANKACCOUNTDEPOSITCORRECTIONGLDISTRIBUTION @ID, 1