USP_DATALIST_BANKACCOUNTTRANSACTIONSYSTEMGLDISTRIBUTION
A datalist of bank account transaction system GL Distribution..
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_BANKACCOUNTTRANSACTIONSYSTEMGLDISTRIBUTION(@ID uniqueidentifier)
as
set nocount on;
exec dbo.USP_DATALIST_BANKACCOUNTTRANSACTIONGLDISTRIBUTION @ID, 1