Creating an Enterprise Journals Report Query

Creating a query is the first step in creating a custom report.

To create queries:

  1. From the Home Page, select Application, and then select the report (for example, Non-Consolidation Reports).
  2. From the Queries tab, select New.
  3. Select Enterprise Journals Query.
  4. On the New Query screen, enter a Name and an optional Description.
  5. From Type, select an option:
    • Parameter Query

      A Parameter Query type is used to present a list of options that you can specify for this parameter's value. Parameter Query allows you to present a list of options used when filling in a parameter's value for a Report Query, where the list of options is not a simple Attribute already defined, but is instead a complex query that you need to define.

    • Report Query

      Select the records to be included in the report. You can apply a security filter, so users see only the data that they are authorized to see based on their roles and the reports to which they are assigned. To apply a Security Filter to a report query, add the following syntax to the end of the query WHERE CLAUSE statement.

      $FCC_SECURITY_CLAUSE$

  6. Click Generate Query to build the query from the New Query dialog. The dialog assists you in creating a query against the database by allowing you to select any existing attribute in the product to be queried or filtered against. The system then generates the SQL to match the specified attributes and filters, at which time you can modify and enhance it.
  7. To generate a sample XML file from the Query, click Generate Sample XML.
  8. Click Save.
  9. To test the query for errors:
    • Click Validate from the New Query dialog. You can also select Validate from the drop-down list.

      Validate Query

      The query displays in the Queries tab.

      Note:

      You can easily delete a query, or duplicate a query using the Actions menu.
    • Click Validate and Explain Plan from the drop-down to validate the query and also generate the execution plan for this query. A .txt file that uses the same name as the query is generated. You can view or download the generated plan.

      Open this file to view the generated plan which contains the sequence of steps that is performed to run this query. If the performance of a query is suboptimal, you can use this plan to understand the cause of the problem and determine the best way to improve the query performance.

      Note:

      By default generation of execution plans is available only for OCI (Gen 2) environments. To enable it for Classic environments, contact Oracle using a service request.