Oracle® Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) Part Number E22258-01 |
|
|
PDF · Mobi · ePub |
This chapter describes how to add flexfields to your data model. It covers the following topics:
Flexfields are unique to Oracle Applications. If you are reporting on data from the Oracle Applications, use this component of the data model to retrieve flexfield data.
To use a flexfield in your data model:
Define the SELECT statement to use for the report data.
Within the SELECT statement, define each flexfield as a lexical. Use the &LEXICAL_TAG to embed flexfield related lexicals into the SELECT statement.
Add the flexfield to the data model.
You can use flexfield references to replace the clauses appearing after SELECT, FROM, WHERE, ORDER BY, or HAVING. Use a flexfield reference when you want the parameter to replace multiple values at runtime. The data model editor supports the following flexfield types:
Where — This type of lexical is used in the WHERE section of the statement. It is used to modify the WHERE clause such that the SELECT statement can filter based on key flexfield segment data.
Order by — This type of lexical is used in the ORDER BY section of the statement. It returns a list of column expressions so that the resulting output can be sorted by the flex segment values.
Select — This type of lexical is used in the SELECT section of the statement. It is used to retrieve and process key flexfield (kff) code combination related data based on the lexical definition.
Filter — This type of lexical is used in the WHERE section of the statement. It is used to modify the WHERE clause such that the SELECT statement can filter based on Filter ID passed from Oracle Enterprise Scheduling Service.
Segment Metadata — Use this type of lexical to retrieve flexfield-related metadata. Using this lexical, you are not required to write PL/SQL code to retrieve this metadata. Instead, define a dummy SELECT statement, then use this lexical to get the metadata. This lexical should return a constant string.
After you set up the flexfield components of your data model, create a flexfield reference in the SQL query using the following syntax:
&LEXICAL_TAG ALIAS_NAME
for example:
&FLEX_GL_BALANCING alias_gl_balancing
To add a flexfield:
Enter the following:
Name — Enter a name for the flexfield component.
Type — Select the flexfield type from the list. The type you select here determines the additional fields required. See Section 7.2.1, "Entering Flexfield Details."
Application Short Name — Enter the short name of the Oracle Application that owns this flexfield (for example, GL).
ID Flex Code — Enter the flexfield code defined for this flexfield in the Register Key Flexfield form (for example, GL#).
ID Flex Number — Enter the name of the source column or parameter that contains the flexfield structure information.
Select Segment Metadata, Select, Where, Order By, Filter. Depending on the type you select, the detail pane displays the appropriate fields, described in Table 7-1.
Table 7-1 Detail Fields for Segment Metadata
Field | Description |
---|---|
Segments |
(Optional) Identifies for which segments this data is requested. Default value is "ALL". See Oracle E-Business Suite Developer's Guide for syntax. |
Show Parent Segments |
Select this box to automatically display the parent segments of dependent segments even if it is specified as not displayed in the segments attribute. |
Metadata Type |
Select the type of metadata to return: Above Prompt — Above prompt of segment(s). Left Prompt — Left prompt of segment(s) |
Table 7-2 shows the detail fields for the Select flexfield type.
Table 7-2 Detail Fields for Select
Field | Description |
---|---|
Multiple ID Flex Num |
Indicates whether this lexical supports multiple structures. Checking this box indicates all structures are potentially used for data reporting. The data engine uses <code_combination_table_alias>.<set_def ining_column_name> to retrieve the structure number. |
Code Combination Table Alias |
Specify the table alias to prefix to the column names. Use TABLEALIAS if your SELECT joins to other flexfield tables or uses a self-join. |
Segments |
(Optional) Identifies for which segments this data is requested. Default value is "ALL". See Oracle E-Business Suite Developer's Guide for syntax. |
Show Parent Segments |
Select this box to automatically display the parent segments of dependent segments even if it is specified as not displayed in the segments attribute. |
Output Type |
Select from the following:
|
Table 7-3 shows the detail fields for the Where flexfield type.
Table 7-3 Detail Fields for Where
Field | Description |
---|---|
Code Combination Table Alias |
Specify the table alias to prefix to the column names. You use TABLEALIAS if your SELECT joins to other flexfield tables or uses a self-join. |
Segments |
(Optional) Identifies for which segments this data is requested. Default value is "ALL". See Oracle E-Business Suite Developer's Guide for syntax. |
Operator |
Select the appropriate operator. |
Operand1 |
Enter the value to use on the right side of the conditional operator. |
Operand2 |
(Optional) High value for the BETWEEN operator. |
Table 7-4 shows the detail fields for the Order by flexfield type.
Table 7-4 Detail Fields for Order By
Field | Description |
---|---|
Multiple ID Flex Num |
Indicates whether this lexical supports multiple structures. Selecting this box indicates all structures are potentially used for data reporting. The data engine uses <code_combination_table_alias>.<set_def ining_column_name> to retrieve the structure number. |
Code Combination Table Alias |
Specify the table alias to prefix to the column names. You use TABLEALIAS if your SELECT joins to other flexfield tables or uses a self-join. |
Segments |
(Optional) Identifies for which segments this data is requested. Default value is "ALL". See Oracle E-Business Suite Developer's Guide for syntax. |
Show Parent Segments |
Select this box to automatically display the parent segments of dependent segments even if it is specified as not displayed in the segments attribute. |
Table 7-5 shows the detail fields for the Filter flexfield type.
Table 7-5 Detail Fields for Filter
Field | Description |
---|---|
Code Combination Table Alias |
Specify the table alias to prefix to the column names. You use TABLEALIAS if your SELECT joins to other flexfield tables or uses a self-join. |
Flex Filter ID |
(Required) Enter the unique Key internal code of the key flexfield. |
Flex Filter Comment |
(Optional) Enter a comments or description. |