OBTFPM - LC Initiation - Scrutiny Stage - When User Pass The Advising Bank, Page keeps Loading
(Doc ID 3062055.1)
Last updated on DECEMBER 10, 2024
Applies to:
Oracle Banking Trade Finance Process Management - Version 14.6.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
OBTFPM - LC Initiation - Scrutiny Stage - When user pass the advising bank the page will keep loading
When user pass the advising bank in the LC Initiation - Scrutiny Stage and move to next page the screen will load continuously.
When observed the network logs, it is failing in the fcubs-ob-tfpm-vp-iliss-mainsupportjs file in the below section of the code
mainModel.errorMessage = [];
if ($("#tfpm_vp_ilcimain_advisingBank").get(0).getModelData() !== null) {
var advBankDetails = $("#tfpm_vp_ilcimain_advisingBank").get(0).getModelData();
self.advMediumType(advBankDetails.mediumType);
self.advAddressLine1(advBankDetails.addressLine1);
if (self.advAddressLine1().length === 8 || self.advAddressLine1().length === 11) {
var bicCode = mainModel.bicCodeListArray().data.filter(function (item) {
return (item.value === self.advAddressLine1());
}).map(function (item) {
And in the logs, we don't see any value passing in the Bic Code because is going as null.
ERROR
-----------------------
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'filter')
at self.mediumType (fsgbu-ob-tfpm-vp-iiliss-mainsupport.js:283:72)
at self.validatePayload (fsgbu-ob-tfpm-vp-iiliss-mainsupport.js:778:22)
at self.getPayload (fsgbu-ob-tfpm-vp-iiliss-main.js:912:30)
at self.save (fsgbu-ob-tfpm-vp-iiliss-main.js:896:36)
at fsgbu-ob-tfpm-vp-iiliss-main.js:612:26
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Login to OBTFPM
2. Initiate an Import LC issuance
3. Movie to Scrutiny Stage
4. Pass in Advising Bank
5. Click on Next
6. Screen keeps loading and will not go through
7. If Advising Bank is not given, then it will go through
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot proceed with LC issuance if advising bank is given
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 |