DBA Data[Home] [Help]

APPS.BEN_CWB_INTEGRATOR_COPY dependencies on BNE_CONTENTS_VL

Line 158: from bne_contents_vl v, fnd_application a

154: v.content_class,
155: v.user_name,
156: to_char(v.last_update_date, 'yyyy/mm/dd') last_update_date,
157: v.once_only_download_flag
158: from bne_contents_vl v, fnd_application a
159: where v.integrator_app_id = a.application_id
160: and v.integrator_code = p_integrator_code
161: and a.application_short_name = 'PER'
162: order by a.application_short_name, v.content_code;