Some Attachments Missing in Email Notifications
(Doc ID 2328337.1)
Last updated on APRIL 30, 2020
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
The Email Notifications sent from the Application inconsistently have attachments. Users expect all attachments to be included in email approval notifications.
The issue can be reproduced at will with the following steps:
The SOA table storage of attachments was confirmed by the queries below
SELECT correlation_id
FROM OKC_K_HEADERS_ALL_B
WHERE contract_number =<contract_number>; // replace <contract number>
SELECT uri,name,attachmentsize
FROM crm_fusion_soainfra.wfattachment
WHERE correlationid =<correlationid>
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 |
Cause |
Solution |
References |