DBA Data[Home] [Help]

APPS.HXC_EGC_BUS dependencies on HXC_TEMPLATE_SUMMARY

Line 312: FROM hxc_template_summary hts

308: SELECT 'error'
309: FROM dual
310: WHERE NOT EXISTS (
311: SELECT 'x'
312: FROM hxc_template_summary hts
313: WHERE hts.template_id = p_entity_id
314: and hts.template_type = 'PUBLIC');
315:
316: l_error varchar2(5) := NULL;