General Ledger - EBS (MOSC)

MOSC Banner

GL Account code combinations error- FRM-40212: Invalid value for field DISP_JGZZ_RECON_FLAG

edited Nov 18, 2011 6:10AM in General Ledger - EBS (MOSC) 1 comment
Issue in  Version Upgraded instance (12.0.4 to 12.1.3)

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center