3C:
Concern: Double insertion in Billing when record is moved by effective date service.
Cause: BillingDetails_RateLog table stores RateChanges_Log and RateChanges_Log_Intermediate tables records. When effective Date Service move records from Intermediate to main table then BillingDetails_RateLog contain will Double record, One is already inserted by RateChanges_Log_Intermediate and another is inserted from RateChanges_Log table by Effective Date Service.
Correction: Introduce a Column EffectiveDateServiceInsertion in BillingDetails_RateLog which will avoid Double insertion in BillingDetails_RateLog.
Affected Files:
/Database Objects/MasterCompanyDB/01_DDL/
- 574_
WT-8172_WTB_Report_ModTable_RateChange_Log.sql
- 575_
WT-8172_WTB_Report_ModTable_RateChanges_Log_Intermediate.sql
- 576_
WT-8172_WTB_Report_ModTable_BillingDetails_RateLog.sql
/Database Objects/MasterCompanyDB/04_Stored Procedures/
- dbo.OES_SP_EffectiveDateForEnrollmentData.StoredProcedure.sql
/Database Objects/MasterCompanyDB/
- 05_Triggers/trgDelBillingDetails_RateLog.Trigger.sql
- 05_Triggers/trgDelBillingDetails_RateLog_Intermediate.Trigger.sql
- 05_Triggers/trgInsBillingDetails_RateLog.Trigger.sql
- 05_Triggers/trgInsBillingDetails_RateLog_Intermediate.Trigger.sql
- 05_Triggers/trgUpdBillingDetails_RateLog.Trigger.sql
- 05_Triggers/trgUpdBillingDetails_RateLog_Intermediate.Trigger.sql
/Database Objects/MasterCompanyDB/07_Data/
- 440_
WT-8172_WTB_Report_ModData_BillingDetails_RateLog.sql
Affected Areas :
Effective Date Service
All Billing Scenarios (Please Refer WT-7360)
3C:
Concern: Double insertion in Billing when record is moved by effective date service.
Cause: BillingDetails_RateLog table stores RateChanges_Log and RateChanges_Log_Intermediate tables records. When effective Date Service move records from Intermediate to main table then BillingDetails_RateLog contain will Double record, One is already inserted by RateChanges_Log_Intermediate and another is inserted from RateChanges_Log table by Effective Date Service.
Correction: Introduce a Column EffectiveDateServiceInsertion in BillingDetails_RateLog which will avoid Double insertion in BillingDetails_RateLog.
Affected Files:
/Database Objects/MasterCompanyDB/01_DDL/
WT-8172_WTB_Report_ModTable_RateChange_Log.sqlWT-8172_WTB_Report_ModTable_RateChanges_Log_Intermediate.sqlWT-8172_WTB_Report_ModTable_BillingDetails_RateLog.sql/Database Objects/MasterCompanyDB/04_Stored Procedures/
/Database Objects/MasterCompanyDB/
/Database Objects/MasterCompanyDB/07_Data/
WT-8172_WTB_Report_ModData_BillingDetails_RateLog.sqlAffected Areas :
Effective Date Service
All Billing Scenarios (Please Refer
WT-7360)