2.36.00 Database Changes

Contents Show

Changes made to the SPIRIT WIC database in this release of the software are detailed below.

ENH-609

The following new stored procedures were added:

The MEMBER table was modified as follows:

ENH-611

The following new stored procedures were added:

The following tables were modified:

This value represents the folder location and filename for the English e-mail template. This value is required. Example: C:\Program Files (x86)\Covansys Inc. - BPDS\Wic\Templates\AN005.txt

This value represents the folder location and filename for the Spanish  e-mail template. This value is required.  Example: C:\Program Files (x86)\Covansys Inc. - BPDS\Wic\Templates\AN006.txt

This value is used to control the timeout period of the bulk insert of health notes. The default for this value is 60 seconds. This value is required.

This value is used to control the number of health note rows to bulk load during each part of a single transmission.  The default for this value is 5000 rows. This value is required.   

ENH-617

The UpdatePendingVendorDisqualifications stored procedure was added to perform the following when the values of both the EOD_PROCESSPENDINGDISQUALIFICATION  and the EOD_RUNVENDORPROCESSES business rule equal "Y",:

When End of Day Command Line Batch Processing is run before 6pm, sets to today’s date.

When End of Day Command Line Batch Processing is run after 6pm, sets to tomorrow’s date.

When End of Day Command Line Batch Processing is run before 6pm, sets to today’s date.

When End of Day Command Line Batch Processing is run after 6pm, sets to tomorrow’s date.

ENH-618

The new ProcessSanctionPoints stored procedure was added to update the following columns in the EVENT and FOLLOWUPACTIVITY tables when both the EOD_PROCESSSANCTIONPOINTS and EOD_RUNVENDORPROCESSES business rules equal "Y":

ENH-642

The following new stored procedures were added:

The following tables were modified:

This value is used to control the timeout period of the bulk insert of initial records. The default for this value is 60 seconds. This value is required.

This value represents the maximum number of rows to bulk load during each part of a single transmission. The default for this value is 5000 rows. This value is required. If, for any reason, the batch record count isn't available, a default of 2000 rows is used.   

CDP-396

The InsertFIItemRedeemedAggregated stored procedure was modified to select all purchase transaction(s) (Transaction code 305) from the FOODINSTRUMENTITEMDETAIL table instead of only distinct transaction(s) before it matches voided transactions (Transaction code 411) and previously-unprocessed 411 transactions and deletes the matching purchase transaction(s) (Transaction code 305) from the FOODINSTRUMENTITEMREDEEMED_AGGREGATED table.