DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_JE_LINES

Line 4726: from gl_je_lines gjl,

4722: decode(gjl.status,'P',
4723: gjl.accounted_cr,0),0)) subledger_receivables_cr,
4724: sum(decode(gjl.status,'P',0,gjl.accounted_dr)) gl_unposted_dr,
4725: sum(decode(gjl.status,'P',0,gjl.accounted_cr)) gl_unposted_cr
4726: from gl_je_lines gjl,
4727: gl_je_headers gjh
4728: where gjl.code_combination_id = argt.code_combination_id
4729: and gjl.period_name = get_period_name()
4730: and gjl.ledger_id = get_set_of_books_id()