OTBI: Contract Details Showing Multiple Contract Line Amount
Last updated on DECEMBER 26, 2017
Applies to:
Oracle Fusion Enterprise Contracts Management Cloud Service - Version 11.12.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.12.1.0.0 version, Analytics
ACTUAL BEHAVIOR
---------------
Custom analysis showing different value of UI. Report on contracts showing multiple amounts
EXPECTED BEHAVIOR
-----------------------
Expected to see exactly same thing that we see in SUI
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Created custom analysis based on
SELECT
"Enterprise Contracts - Contracts Real Time"."Contract Header Details"."Contract Header Number" s_1,
"Enterprise Contracts - Contracts Real Time"."Contract Line Details"."Contract Amount" s_2,
"Enterprise Contracts - Contracts Real Time"."Contract Line Details"."Contract Line Number" s_3,
"Enterprise Contracts - Contracts Real Time"."Contract Line"."Contract Line Amount" s_4
FROM "Enterprise Contracts - Contracts Real Time"
WHERE
("Contract Header Details"."Contract Header Number" = 'US21160001FTE')
ORDER BY 1, 2 ASC NULLS LAST, 4 ASC NULLS LAST, 3 ASC NULLS LAST
FETCH FIRST 75001 ROWS ONLY
3. Report shows 2 lines
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot see correct data
Cause
Sign In with your My Oracle Support account |
|
Don't have a My Oracle Support account? Click to get started |
My Oracle Support provides customers with access to over a
Million Knowledge Articles and hundreds of Community platforms