Code Changes For 2.7 That Could Cause Problem
(Doc ID 2462036.1)
Last updated on MARCH 26, 2019
Applies to:
Oracle Financial Services Revenue Management and Billing - Version 2.6.0.1.0 and laterInformation in this document applies to any platform.
Symptoms
On : 2.6.0.1.0 version, OTH - Other Bugs
ACTUAL BEHAVIOR
---------------
Code changes for 2.7 that could cause problems are below:
1) CmCreateRevenueRecognitionScheduleAlg_Impl
a. revenueRecognitionScheduleDTO.setAdjustmentTypeId(new AdjustmentType_Id(adjustmentType.getId().getIdValue()));
i. This column no longer exists
b. revenueRecognitionScheduleDTO.setDrrStatusFlag(DrrStatusFlagLookup.constants.ACTIVE);
i. setDrrStatusFlag no longer valid
ii. Possible change: revenueRecognitionScheduleDTO.setStatus(DrrStatusFlagLookup.constants.ACTIVE.trimmedValue());
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |