DBA Data[Home] [Help]

APPS.ARP_RECON_REP dependencies on GL_BALANCES

Line 2918: from gl_balances glb

2914: period_activity_cr) = (select nvl(glb.begin_balance_dr,0),
2915: nvl(glb.begin_balance_cr,0),
2916: nvl(glb.period_net_dr,0),
2917: nvl(glb.period_net_cr,0)
2918: from gl_balances glb
2919: where glb.period_name = get_period_name()
2920: and glb.code_combination_id = argt.code_combination_id
2921: and glb.actual_flag = 'A'
2922: and glb.ledger_id = get_set_of_books_id()