DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_JE_SOURCES

Line 2971: gl_je_sources gjs

2967: set (gl_interface_dr, gl_interface_cr) =
2968: (select sum(nvl(gif.accounted_dr,0)) gl_interface_dr,
2969: sum(nvl(gif.accounted_cr,0)) gl_interface_cr
2970: from gl_interface gif,
2971: gl_je_sources gjs
2972: where gif.code_combination_id = argt.code_combination_id
2973: and gif.accounting_date between get_gl_date_from() and get_gl_date_to()
2974: and gif.user_je_source_name = gjs.user_je_source_name
2975: and gjs.je_source_name = 'Receivables'