11.5.10 Web ADI Missing integrator
Hello Oracle Gurus
I have ran the follwing SQL and I have noticed I missed a Budget integrator called
Integrator = 101:GL_BUD_INTG
Layout = 101:GL_BUD_DFLT
select
integrator_app_id || ':' || integrator_code integrators,
application_id || ':' || layout_code layouts
from apps.bne_layouts_b
where integrator_app_id = 101
order by 1,2
Therefore I was wondering how to get that integrator called
Name = General Ledger - Budgets
Integrator Code = GL_BUD_INTG
I was wondering if I need to apply a patch ?
Please advise