Custom responsibility cannot read ar_system_parameters
We are upgrading from EBS 11.5.10 to 12.1.3
We have a custom program NUM_ARXAGE based on the seeded ARXAGE (Aging Buckets report)
This has a Chart Of Accounts parameter whose default value is set (same as ARXAGE) to
select sb.chart_of_accounts_id from gl_sets_of_books sb, ar_system_parameters sp where sb.set_of_books_id = sp.set_of_books_id
From the custom responsibility the default value is not retrieving both the seeded and the custom programs.
However the default value is retrieving from the seede Receivables Manager responsibility.
Apparently the AR_SYSTEM_PARAMETERS could not be read from the custom responsibility(as the default value is retrieving when replaced with AR_SYSTEM_PARAMETERS_ALL).
We have a custom program NUM_ARXAGE based on the seeded ARXAGE (Aging Buckets report)
This has a Chart Of Accounts parameter whose default value is set (same as ARXAGE) to
select sb.chart_of_accounts_id from gl_sets_of_books sb, ar_system_parameters sp where sb.set_of_books_id = sp.set_of_books_id
From the custom responsibility the default value is not retrieving both the seeded and the custom programs.
However the default value is retrieving from the seede Receivables Manager responsibility.
Apparently the AR_SYSTEM_PARAMETERS could not be read from the custom responsibility(as the default value is retrieving when replaced with AR_SYSTEM_PARAMETERS_ALL).
0