DBA Data[Home] [Help]

APPS.XLA_DRILLDOWN_PKG dependencies on DUAL

Line 317: SELECT count(*) into l_count FROM dual

313: l_je_from_sla_flag := p_je_from_sla_flag;
314: l_je_line_num := p_je_line_num;
315:
316:
317: SELECT count(*) into l_count FROM dual
318: where exists (select 1 from xla_ae_lines ael,gl_import_references gir
319: where ael.gl_sl_link_id = gir.gl_sl_link_id
320: and ael.gl_sl_link_table = gir.gl_sl_link_table
321: and gir.je_header_id = p_je_header_id);