1828: (NVL(xd.unrounded_accounted_dr,0) -
1829: NVL(xd.unrounded_accounted_cr,0)) amount
1830: FROM gl_import_references gli,
1831: xla_ae_lines xl,
1832: xla_ae_headers xh,
1833: xla_distribution_links xd
1834: WHERE gli.je_batch_id = p_je_batch_id
1835: AND gli.je_header_id = p_je_header_id
1836: AND gli.je_line_num = p_je_line_num