USP_DATALIST_CREDITMEMODISBURSEMENTS
This datalist returns all the disbursements for a credit memo.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@CONTEXTID | uniqueidentifier | IN | Input parameter indicating the context ID for the data list. |
Definition
Copy
CREATE procedure dbo.USP_DATALIST_CREDITMEMODISBURSEMENTS(@CONTEXTID uniqueidentifier)
as
set nocount on;
exec USP_DISBURSEMENTSFORTRANSACTION @CONTEXTID