You are on page 1of 1

CREATE PROCEDURE Transaction_Insert

(
@TransactionDate date,
@Particular nvarchar(150),
@Data dbo.TransactionData ReadONLY,
@PaymentID int,
@PaymentNumber Numeric (18,0),
@TransactionInvoiceNumber BIGINT OUTPUT ,
@Status bit OUTPUT
)

You might also like