DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_BALANCES

Line 4688: from gl_balances glb

4684: period_activity_cr) = (select nvl(glb.begin_balance_dr,0),
4685: nvl(glb.begin_balance_cr,0),
4686: nvl(glb.period_net_dr,0),
4687: nvl(glb.period_net_cr,0)
4688: from gl_balances glb
4689: where glb.period_name = get_period_name()
4690: and glb.code_combination_id = argt.code_combination_id
4691: and glb.actual_flag = 'A'
4692: and glb.ledger_id = get_set_of_books_id()