Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Configuration File for BI Apps

OBIEE 11.1.1.9.3
Oracle E-Business R12
I would like to populate the file_group_acct_codes_ora with the correct values for:
CHART OF ACCOUNTS ID
FROM ACCT
TO ACCT
GROUP_ACCT_NUM
Is there some SQL I can use to pull the correct values for the above fields so I can configure the GL Account Numbers in BI Apps.
CHART OF ACCOUNTS ID |
FROM ACCT |
TO ACCT |
GROUP_ACCT_NUM |
Answers
-
I've posted a starter SQL here:
Group Account Number Configuration
Then you take the ranges of accounts (with the help of a finance person) and you map them in the CSV file. It's a domain file because you aren't sourcing the group mappings from your financial system -- you are 'making them up' to work with OBIA. Those Group Account Nums are used throughout the ETL & RPD (in logical columns) to rollup individual account based data.
0 -
Thanks for the information.
0