DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on GL_CODE_COMBINATIONS_KFV

Line 4948: FROM gl_code_combinations_kfv

4944:
4945: --added bug 6666983,account value should be displayed in error message even if ccid is invalid
4946: SELECT concatenated_segments
4947: INTO l_ConcatKey
4948: FROM gl_code_combinations_kfv
4949: WHERE code_combination_id = error_rec.from_ccid;
4950:
4951:
4952: xla_ae_journal_entry_pkg.g_global_status := xla_ae_journal_entry_pkg.C_INVALID;