My Oracle Support Banner

OBTFPM: Getting Error In Guarantee - SBLC Issuance (Doc ID 2932365.1)

Last updated on MARCH 02, 2023

Applies to:

Oracle Banking Trade Finance Process Management - Version 14.6.0.0.0 and later
Information in this document applies to any platform.

Symptoms

On : 14.6.0.1.0 version, Implementation Support

OBTFPM: Getting error in Guarantee - SBLC Issuance

Patch set: 14.6.0.1.0 ML
Process Ref No: 001GTEI000001160

While creating "Guarantee - SBLC Issuance", we have seen that If user will select the "23B - Expiry Type"'s field value as "OPEN" then "Date of Expiry" field's is appearing as "GREY" and not allowing to select the date value. In "Export LC AdviseDepositLink Exception Approval " screen application is throwing error message as "TypeError: Cannot read properties of null (reading 'expiryDate')".

ANALYSIS
------------------

We can see in source code(fsgbu-ob-tfpm-ds-limit.js) from line no. 1062 to 1084, code is validating the Product code value and then trying to initialize the self.branchExpiryDate.
At this place application is throwing the error message.

if (self.transactionContextData.processCode === "GTEISS" || self.transactionContextData.processCode === "GTEADV" || self.transactionContextData.processCode === "GTEAMD" || self.transactionContextData.processCode === "GTEABC" || self.transactionContextData.processCode === "GTAAMD" || self.transactionContextData.processCode === "GTEIBC" || self.transactionContextData.processCode === "GTAIAM" || self.transactionContextData.processCode === "GTEIAM" || self.transactionContextData.processCode === "IGTISS" || self.transactionContextData.processCode === "IGTADV" || self.transactionContextData.processCode === "IGTMOD" || self.transactionContextData.processCode === "IGAABC" || self.transactionContextData.processCode === "IGTUAD" || self.transactionContextData.processCode === "IGAIBC" || self.transactionContextData.processCode === "IGIAMA" || self.transactionContextData.processCode === "IGIIAM") {
  self.branchExpiryDate(response.guaranteeDetails.expiryDate);
  }
 
ERROR
-----------------------
TypeError: Cannot read properties of null (reading 'expiryDate')

BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users will getting error in Guarantee - SBLC Issuance.

Changes

  Handled Null for guarantee Details

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.