DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_JE_LINES

Line 2956: from gl_je_lines gjl,

2952: decode(gjl.status,'P',
2953: gjl.accounted_cr,0),0)) subledger_receivables_cr,
2954: sum(decode(gjl.status,'P',0,gjl.accounted_dr)) gl_unposted_dr,
2955: sum(decode(gjl.status,'P',0,gjl.accounted_cr)) gl_unposted_cr
2956: from gl_je_lines gjl,
2957: gl_je_headers gjh
2958: where gjl.code_combination_id = argt.code_combination_id
2959: and gjl.period_name = get_period_name()
2960: and gjl.ledger_id = get_set_of_books_id()