USP_POSTTOGLPROCESS_POSTINGOPTIONCODE_GETLIST
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 11/11/2014 4:22:19 PM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=4.0.2.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE PROCEDURE dbo.USP_POSTTOGLPROCESS_POSTINGOPTIONCODE_GETLIST
AS
select 0 'ID', 'All ''Not posted'' revenue and adjustments/reversals' 'DESCRIPTION'
union
select 1 'ID', 'Selected revenue records' 'DESCRIPTION'
union
select 2 'ID', '''Not posted'' adjustments and reversals only' 'DESCRIPTION'
union
select 3 'ID', 'None' 'DESCRIPTION'
union
select 4 'ID', 'Specific transaction types' 'DESCRIPTION'