Unable To Upload Facility To Existing LC Contracts
(Doc ID 3009077.1)
Last updated on APRIL 06, 2024
Applies to:
Oracle FLEXCUBE Universal Banking - Version 12.3 to 12.4.0.0.0Information in this document applies to any platform.
Symptoms
On : 12.3 version, Production Support-SET
Unable to upload Facility to existing LC contracts
While attaching the facility for existing LC contracts through CVDUPLOD screen. Uploads failing with below errors in debugs.
LC-GUA-129 Expiry Type $1 for Local Undertaking is mandatory
LC-GUA-129 Applicable Rule $1 for Local Undertaking is mandatory
LC-GUA-144 Contract Amount for Local Undertaking should be greater than 0
As we observed issues are due to value is going null for LOCAL_GUA_EXP_TYPE,LOCAL_GUA_APPL_RULE and LOCAL_GUA_CONTRACT_AMT.
This is due to system is looking for action code 'DEFAULTLOCALDET' and the action code which is passing from upload screen is MODIFY.
--IF P_ACTION_CODE = 'DEFAULTLOCALDET' AND P_WRK_LCDGUONL.V_LCTBS_CONTRACT_MASTER.ISSUE_REQUEST = 'R' AND L_SWIFT2020_ENABLED ='Y' THEN
ERROR
-----------------------
LC-GUA-129, LC-GUA-144
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Open CVDUPLOD screen from TXN Instance
2. Function Id : LCDGUONL
3. Source code : EXIMGUAR
4. Action Code : Modify
5. Save
Changes
Changes provided in the unit lcpks_lcdguonl_kernel to assign the local guarantee details correctly on upload of LC
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 |