80912 : Run Management : Intracompany Elimination Flag To Be Yes Instead Of Y In Run_Exe_Parameters
(Doc ID 2737837.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Financial Services - Regulatory Reporting for US Federal Reserve - Lombard Risk Integration Pack - Version 8.0.9 and laterInformation in this document applies to any platform.
Symptoms
In the Run Management screen for US Reg Reporting (USFED 80912), When I select the Intracompany Elimination as Yes/No, the values are getting stored as Y/N in RUN_EXE_PARAMETERS table. Whereas in the
USGED RRS T2T -T2T_FCT_RUN_LE_REPORTING_LE_MAP for the column F_INTRACOMP_ELIMINATION_IND population uses below expression
CASE WHEN A_RUN_EXE_PARAM_INTRCOMP.V_PARAM_VALUE_CODE = 'YES' THEN 'Y' ELSE 'N' END.
but the exact value stores in A_RUN_EXE_PARAM_INTRCOMP.V_PARAM_VALUE_CODE is 'Y'
A_RUN_EXE_PARAM_INTRCOMP Alias of RUN_EXE_PARAMETERS stores parameter value 'Y' , 'N' for parameter 'INTRAFLAG'
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |