GL Account code combinations error- FRM-40212: Invalid value for field DISP_JGZZ_RECON_FLAG
Error while querying the GL Account code combinations in GL accounts screen --> FRM-40212: Invalid value for field DISP_JGZZ_RECON_FLAG
1. select code_combination_id,JGZZ_RECON_FLAG
from apps.gl_code_combinations
where code_combination_id=<>
--New line character exists in JGZZ_RECON_FLAG
2. select code_combination_id,RECONCILIATION_FLAG
from apps.gl_code_combinations_kfv
where CONCATENATED_SEGMENTS=<code combinations>;
---RECONCILIATION_FLAG - data is having new line character.
Thanks,
Srini