DBA Data[Home] [Help]

APPS.BEN_CWB_INTEGRATOR_COPY dependencies on BNE_INTEGRATORS_B

Line 69: and not exists (select null from bne_integrators_b b where b.integrator_code = l_new_integrator_code)

65: and v.integrator_code = s.object_code (+)
66: and s.object_type (+) = 'INTEGRATOR'
67: and v.integrator_code = p_integrator_code
68: and a.application_short_name = 'PER'
69: and not exists (select null from bne_integrators_b b where b.integrator_code = l_new_integrator_code)
70: order by a.application_short_name, v.integrator_code;
71:
72: cursor c_bne_interfaces is
73: select a.application_short_name,