By default, Document currency is excluded from the Currency drop-down list (located in the Preferences tab of the My Accounts dialog window of Oracle Business Intelligence). To include Document currency, you must remove a specific filter from all the following security groups in the RPD:
OBIA_PROJECT_CURRENCY_PREFERENCES
OBIA_HCM_CURRENCY_PREFERENCES
OBIA_SCM_CURRENCY_PREFERENCES
OBIA_FINANCIAL_CURRENCY_PREFERENCES
OBIA_PROCUMENT_CURRENCY_PREFERENCES
OBIA_MARKETING_CURRENCY_PREFERENCES
OBIA_PARTNER_CURRENCY_PREFERENCES
OBIA_CRM_CURRENCY_PREFERENCES
OBIA_SALES_CURRENCY_PREFERENCES
To enable document currency:
For each of the security groups in the RPD list above, do the following:
Double-click the security group. . c.
Remove the following filter in the data filter column:
AND "Core"."Fact - Preference List"."Currency Preference Code" <> 'Document Currency'
For example, the original filter:
"Core"."Fact - Preference List"."Module Code" = 'PROJECT_ AN' AND "Core"."Fact - Preference List"."Currency Preference Flag" in ('W', 'B') AND "Core"."Fact - Preference List"."Currency Preference Code" <> 'Document Currency'
should become as follows after you remove the filter:
"Core"."Fact - Preference List"."Module Code" = 'PROJECT_ AN' AND "Core"."Fact - Preference List"."Currency Preference Flag" in ('W', 'B')