Reporting - EBS (MOSC)

MOSC Banner

bne_integrator_utils

in Reporting - EBS (MOSC) 1 commentAnswered ✓

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"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center