DBA Data[Home] [Help]

APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on GL_CODE_COMBINATIONS

Line 2036: ' , gl_code_combinations gcc '||

2032: ' ,NVL(SUM(unrounded_entered_cr), 0) '||
2033: ' - NVL(SUM(unrounded_entered_dr), 0) unrounded_entered_amount '||
2034: ' ,entered_currency_mau '||
2035: ' FROM xla_ae_lines_gt xalg '||
2036: ' , gl_code_combinations gcc '||
2037: ' WHERE temp_line_num <> 0 '||
2038: ' and gcc.code_combination_id = xalg.code_combination_id '||
2039: ' GROUP BY ledger_id, event_id, ae_header_id, '||
2040: ' rounding_class_code, document_rounding_level ' || l_case_sql ||' , ae_line_num '||

Line 3758: ,gl_code_combinations gcc

3754: , ledger_id -- 4955764
3755: , accounting_date -- 4955764
3756: , gcc.reference3 control_balance_flag --4930177
3757: FROM xla_ae_lines_gt lin
3758: ,gl_code_combinations gcc
3759: WHERE ledger_id = l_ledger_attrs.array_ledger_id(i)
3760: AND ae_line_num is not NULL
3761: AND lin.code_combination_id = gcc.code_combination_id(+) --5261785
3762: GROUP BY lin.ae_header_id