DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_JE_SOURCES

Line 4741: gl_je_sources gjs

4737: set (gl_interface_dr, gl_interface_cr) =
4738: (select sum(nvl(gif.accounted_dr,0)) gl_interface_dr,
4739: sum(nvl(gif.accounted_cr,0)) gl_interface_cr
4740: from gl_interface gif,
4741: gl_je_sources gjs
4742: where gif.code_combination_id = argt.code_combination_id
4743: and gif.accounting_date between get_gl_date_from() and get_gl_date_to()
4744: and gif.user_je_source_name = gjs.user_je_source_name
4745: and gjs.je_source_name = 'Receivables'