Export GL Reports Do Not Support Both Summary And Detail Format
(Doc ID 1264656.1)
Last updated on JUNE 26, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
Load_pin_config_export_gl throws error while loading the configuration file.
Tried in two ways
Way -1 :
Two Report Level configurations in one as below:
<ReportLevel>Detailed</ReportLevel>
<ReportLevel>Summary</ReportLevel>
Way -2:
With two segment entries:
<Segment name =".consumer">
<Frequency>Weekly</Frequency>
<Day>Tuesday</Day>
<RevenueTypeList>
<RevenueType>Billed earned</RevenueType>
<RevenueType>Billed unearned</RevenueType>
<RevenueType>Unbilled earned</RevenueType>
<RevenueType>Unbilled unearned</RevenueType>
</RevenueTypeList>
<ReportLevel>Detailed</ReportLevel>
<ResourceType>Monetary</ResourceType>
</Segment>
<Segment name =".consumer">
<Frequency>Weekly</Frequency>
<Day>Tuesday</Day>
<RevenueTypeList>
<RevenueType>Billed earned</RevenueType>
<RevenueType>Billed unearned</RevenueType>
<RevenueType>Unbilled earned</RevenueType>
<RevenueType>Unbilled unearned</RevenueType>
</RevenueTypeList>
<ReportLevel>Summary</ReportLevel>
<ResourceType>Monetary</ResourceType>
</Segment>
Both ways the loading is not successful.
Expected result: should be able to generate summary and details report
Actual result: not able to load the xml configuration file
Solution
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
Goal |
Solution |