DBA Data[Home] [Help]

APPS.BEN_CWB_INTEGRATOR_COPY dependencies on BNE_LAYOUTS_VL

Line 243: from bne_layouts_vl v, fnd_application a

239: v.user_name,
240: to_char(v.last_update_date, 'yyyy/mm/dd') last_update_date,
241: substr(bne_lct_tools_pkg.app_id_to_asn(v.create_doc_list_app_id),1,30) create_doc_list_asn,
242: v.create_doc_list_code
243: from bne_layouts_vl v, fnd_application a
244: where v.integrator_app_id = a.application_id
245: and v.integrator_code like p_integrator_code
246: and a.application_short_name like 'PER'
247: order by a.application_short_name, v.layout_code desc;