MRC Options Greyed Out- Even after OU has been defined
Hello,
While defining the MRC Options, the OU field is greyed out. So looking from the below query(based on an earlier response)
"Check the value for the Organization id in table GL_MC_REPORTING_OPTIONS.
SELECT reporting_option_id, primary_set_of_books_id,
reporting_set_of_books_id, primary_currency_code,
reporting_currency_code, application_id, enabled_flag, start_date, org_id
FROM gl_mc_reporting_options;
When MRC was originally setup there were no operating units defined in the system so the MRC setup tables may have value of -99.
SELECT reporting_option_id, primary_set_of_books_id,
reporting_set_of_books_id, primary_currency_code,
reporting_currency_code, application_id, enabled_flag, start_date, org_id
FROM gl_mc_reporting_options;
When MRC was originally setup there were no operating units defined in the system so the MRC setup tables may have value of -99.
We have to change it to correct value."
0