Skip Headers
Oracle® Business Intelligence Applications New Features Guide
Version 7.9.6.2

Part Number E16811-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Support for JD Edwards EnterpriseOne Ledger Types in Oracle Financial Analytics

This chapter contains the following topics:

2.1 Ledger Type Mapping

Oracle BI Applications release 7.9.6.2 extracts JD Edwards EnterpriseOne 'Ledger Type' and maps it into the Ledger Dimension (W_LEDGER_D). This mapping provides:

Release 7.9.6.1 Supported Ledgers Release 7.9.6.2 Supported Ledgers Ledgers Not Supported
  • Actuals, such as 'AA' and 'A1'
  • Budget, such as 'BA' and 'B1'

  • Consolidation - 'AC'
  • Restatement, such as 'XA' and 'YA'

  • Transaction currency - 'CA'
  • Units - '*U'

  • Percent of Job complete - 'F%'


Table 2-1 and Table 2-2 provide an example of the difference in how records are populated into the Ledger Dimension prior to an after introducing support for Ledger Type. Note the changes for the following columns in release 7.9.6.2:

Table 2-1 Example of Ledger Dimension Table Prior to Support for Ledger Type

LEDGER_NAME LEDGER_DESC CURRENCY_CODE LEDGER_CATEGORY_CODE LEDGER_CATEGORY_NAME

00001

Fixed Asset Company #2

USD

Null

Null

00050

SAR TESTING COMPANY

USD

Null

Null


Table 2-2 Example of Release 7.9.6.2 Ledger Dimension Table with Support for Ledger Type

LEDGER_NAME LEDGER_DESC CURRENCY_CODE LEDGER_CATEGORY_CODE LEDGER_CATEGORY_NAME

00001~AA

Fixed Asset Company #2

USD

AA

Actuals

00001~A1

Fixed Asset Company #2

USD

A1

User Defined Actuals

00050~AA

SAR TESTING COMPANY

USD

AA

Actuals

00050~A1

SAR TESTING COMPANY

USD

A1

User Defined Actuals


2.2 Dashboard Page Prompts

Dashboard prompts defined during the Financial Analytics configuration process will not require any additional changes because Ledger Name will display the new concatenated Ledger Name ("Company~Ledger Type") values.

Note:

LEDGER_CATEGORY_NAME and LEDGER_CATEGORY_CODE can be exposed as Dashboard prompts with a few modifications to the original product configuration:
  • LEDGER_CATEGORY_NAME is already available in the Presentation Subject Area as part of the Ledger Dimension. Therefore, all that is needed is to define LEDGER_CATEGORY_NAME as a prompt for the required Dashboard page or pages.

  • LEDGER_CATEGORY_CODE is available in the RPD Business Model and Mapping (BMM) layer. Therefore, before defining as a Dashboard Page prompt, you will need to expose within the RPD Presentation Subject Area, as a member of the Ledger Dimension.

The following table summarizes the availability of each column across each area after the standard product configuration and associated action needed to define as a Dashboard page prompt.

Ledger Dimension Column Dashboard Prompt Presentation Subject Area RPD BMM Layer Action to Define as Dashboard Page Prompt
LEDGER_NAME Yes Yes Yes None. Already available as a Dashboard prompt.
LEDGER_CATEGORY_NAME No Yes Yes Define as prompt in Dashboard Page.
LEDGER_CATEGORY_CODE No No Yes
  1. Expose in Presentation Subject Area.
  2. Define as prompt in Dashboard Page.


2.3 Configuring Ledger Type

The ETL map is run by passing the Ledger Type value through DAC as comma separated values. By default, the value for Ledger Type is AA.

To run the ETL map for the new supported Ledger types, consolidation ('AC') and restatement ledgers ('XA'), the DAC Source System Parameter $$LEDGER_TYPES should include the required Ledger Types as comma separated values: 'AA', 'XA', 'AC'.

For more detailed instructions on running the ETL maps, refer to the Oracle® Business Intelligence Applications documentation.