bne_integrator_utils
I found an error in the package bne_integrator_utils
, in the function PARAM_LIST_IF_UNREF
. The application_id
length is hardcoded to 3, which causes the delete integrator procedure to work incorrectly. As a result, it fails to delete the 'child' parameter list for row mapping and related processes.
But now we have application id with 5 digits
So this "4" needs to be changed to "length(to_char(application_id)) + 1"