DBA Data[Home] [Help]

APPS.BEN_CWB_INTEGRATOR_COPY dependencies on BNE_INTEGRATORS_VL

Line 62: from bne_integrators_vl v, bne_secured_objects s, fnd_application a

58: substr(bne_lct_tools_pkg.app_id_to_asn(s.application_id),1,30),
59: s.object_code,
60: s.object_type,
61: v.display_flag
62: from bne_integrators_vl v, bne_secured_objects s, fnd_application a
63: where v.application_id = a.application_id
64: and v.application_id = s.application_id (+)
65: and v.integrator_code = s.object_code (+)
66: and s.object_type (+) = 'INTEGRATOR'