Substituted_ccid in XLA_AE_lines - why is CCID being substituted?
Hi
When I run the following script, I'm seeing 15 rows. I have no config in GL to enforce any CCID sustitution. Why is this happening?
select cc.concatenated_segments substituted_ccid, xla.* from XLA_AE_lines xla, gl_code_combinations_kfv CC
where
GL_SL_LINK_TABLE = 'XLAJEL'
and substituted_ccid is not null
and substituted_ccid = cc.code_combination_id
Regards, Bo