DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on GL_BALANCES

Line 124: FROM gl_balances gb

120:
121: SELECT nvl(sum(nvl(gb.begin_balance_dr_beq, 0) - nvl (gb.begin_balance_cr_beq, 0)),0) YTD_AMOUNT,
122: nvl(sum(nvl (gb.period_net_dr_beq, 0) - nvl (gb.period_net_cr_beq, 0)),0) PTD_AMOUNT
123: into p_ytd,p_ptd
124: FROM gl_balances gb
125: WHERE gb.ledger_id = p_set_of_books_id
126: AND gb.code_combination_id = p_code_combination_id
127: AND gb.currency_code <> set_of_books_currency_code
128: AND gb.Period_name = p_period_name

Line 719: || ' , gl_balances gb'

715: || ', gb.period_name'
716: || ', gb.period_year'
717: || ', gb.period_num'
718: || ' FROM gl_code_combinations gcc'
719: || ' , gl_balances gb'
720: || ' , jl_zz_gl_axi_accounts jagaa'
721: || ' WHERE gcc.code_combination_id = gb.code_combination_id'
722: || ' AND gb.ledger_id = ' || p_set_of_books_id
723: || ' AND gb.currency_code = ''' || set_of_books_currency_code||''''

Line 744: || ' , gl_balances gb'

740: || ', gb.period_name'
741: || ', gb.period_year'
742: || ', gb.period_num'
743: || ' FROM gl_code_combinations gcc'
744: || ' , gl_balances gb'
745: || ' , jl_zz_gl_axi_accounts jagaa'
746: || ' WHERE gcc.code_combination_id = gb.code_combination_id'
747: || ' AND gb.ledger_id = :1'
748: --|| ' AND gb.currency_code = ''' || ':2' ||'''' --Bug 3183432