USP_DATALIST_REVENUESYSTEMGLDISTRIBUTIONDEPOSIT
A datalist of revenue GL distribution (projected or user-defined) by Deposit.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@DEPOSITID | uniqueidentifier | IN | Input parameter indicating the context ID for the data list. |
Definition
Copy
CREATE procedure dbo.USP_DATALIST_REVENUESYSTEMGLDISTRIBUTIONDEPOSIT
(
@DEPOSITID uniqueidentifier
)
as
set nocount on;
exec dbo.USP_DATALIST_REVENUEGLDISTRIBUTIONDEPOSIT @DEPOSITID, 1