Validation

Content validated on 6/30/2025 with

  • Oracle Cloud Application 25B (11.13.25.04.0)

Background 

Oracle Fusion SaaS provides a native capability known as BI Cloud Connector (BICC), which facilitates the extraction of business data into CSV format. These extracts can be stored on shared cloud-based resources such as the built-in Universal Content Management (UCM) server or Oracle Object Storage. Once data is staged in these locations, it can be programmatically or manually retrieved to local environments for downstream processing—including transformation, loading into data warehouses, or integration with other enterprise systems. The extracts, or data stores, are also referred to as View Objects (VOs).

Despite its utility, BICC remains relatively underutilized or unfamiliar to many practitioners. An important aspect of working with Oracle BICC is understanding the data lineage associated with the extracts. Oracle provides BICC lineage documentation, which outlines the mapping between Fusion source objects and the exported data structures. This documentation is essential for architects and data engineers aiming to ensure traceability, data integrity, and alignment with downstream data models. Leveraging these lineage resources allows teams to design more robust ETL processes, validate data consistency, and maintain compliance with data governance standards.

While the lineage documentation serves as a foundational reference for designing data pipelines with Fusion SaaS as the source, data architects and engineers often encounter challenges in navigating it effectively. Identifying the appropriate VOs for specific use cases can be difficult, as the documentation typically provides high-level logical mappings between objects and attributes, but lacks details such as join conditions, cardinality, and transformation logic. Interpreting the relationships among multiple VOs often requires domain knowledge that is not explicitly conveyed in the documentation.

This blog post outlines how to access the most recent version of the lineage documents—including those covering Flex Fields—and offers practical guidance and heuristics to help simplify navigation through the materials using straightforward logical principles.

If you are a JRR Tolkien’s fan, you will get the reference to Bilbo’s journey in Middle-earth, detailed in “The Hobbit,” that starts in the Shire, his home, and takes him on a quest to reclaim the kingdom of Erebor. He travels through various lands, facing dangers like orcs and goblins, and encounters Gollum and the magic ring. This journey significantly changes Bilbo’s character, transforming him from a comfortable hobbit to a brave and resourceful adventurer. 

Hopefully after reading this blog post, one will be as brave and resourceful an adventurer using BI Cloud Connector to extract data from Fusion SaaS application as Bilbo when he came back to the Shire.

Suggested Prerequisite Collateral Material:

Overall prerequisites

  • Have access to MyOracle Support (MOS) Website
  • Have access to Cloud Customer Connect
  • Have access to Fusion SaaS BI Cloud Connector Console
  • Have installed locally on your computer an application capable of opening Excel documents (Microsoft Excel, LibreOffice Calc, Apache OpenOffice Calc, WPS Office Spreadsheets, OnlyOffice) or have access to their online conterpart (Office.com, Google Sheets,…)

Leaving the Shire – Overview of the BICC Lineage Documents

In this section, we will explain how to access the BICC lineage documentation files, either through Oracle Cloud Customer Connect or My Oracle Support (MOS). We will also provide an overview of the document structure and the various columns and metadata included within the files.

 They are periodically updated to reflect schema changes in new Fusion releases, so it’s important to ensure you’re using the version that aligns with your Fusion instance release.

Getting to the BICC Lineage

From MOS

The main document in MyOracle Support to get to the BICC Lineage files Oracle Support Document 2626555.1 How to Review Database Lineage Mappings, Check For Columns and View Objects for BICC PVOs?) 

Before initiating data extraction, it is essential to identify the relevant BI VOs and their associated attributes. The Extract Data Store guides provide detailed descriptions of the VOs and attributes available for use in data extracts from your Fusion application instances.

Guides are available for each of the Oracle Fusion Cloud offerings (see the BICC Datastores references above in the Suggested Prerequisite Collateral Material section). To further assist with pipeline design, you can consult the lineage spreadsheets available on Oracle Customer Connect, which map VOs to their underlying database tables and columns.

Note: Lineage documentation only covers predefined extract definitions shipped with Oracle Fusion Cloud Applications. Custom or non-standard data stores and attributes are not included. Also, the BI Cloud Extract lineage documents differ from the OTBI data lineage documents and are separately available on Cloud Customer Connect (CCC).

The links below are directly pointing you to the posts in CCC.

VM-1411 - BICC Lineage - 01 - MOS Note.png

Figure 1: MOS Document 2626555.1

Direclty From Cloud Customer Connect

If you are more familiar with the Cloud Customer Connect navigation, you can also get direclty to the BICC lineage documents from the links below

HCM : R13.x HCM BI Cloud Adapter BI View Object to Database Lineage Mapping Spreadsheet
ERP and SCM : R13.x FSCM BI Cloud Adapter BI View Object to Database Lineage Mapping Spreadsheet
CX : R13.x CX BI Cloud Adapter BI View Object to Database Lineage Mapping Spreadsheet

Below are the screenshots of the post in CCC

VM-1411 - BICC Lineage - 02 - CCC - HCM.png

Figure 2: HCM BICC Lineage Document in CCC

VM-1411 - BICC Lineage - 03 - CCC - ERP.png

Figure 3: ERP and SCM BICC Lineage Document in CCC

VM-1411 - BICC Lineage - 04 - CCC - CX.png

Figure 4: CX BICC Lineage Document in CCC

 

Click on each of the links hilighted in the red rectangles in the above screenshots to download the latest BICC lineages documents for each of the pillars.

VM-1411 - BICC Lineage - 05 - Lineage Documents.png

Figure 5: BICC Lineage Excel files for each Pillars

Once the three archive files have been extracted, each folder will contain multiple documents corresponding to the number of Oracle Fusion SaaS quarterly updates released during the year. As of the time of writing, the current Fusion SaaS release is 25B, so you will find BICC lineage documents for both 25A and 25B across the various functional pillars.

Walking Through BICC Lineage Documents

Now let’s open one of these Lineage document, for instance the Rel13_25B_BICC_FSCM_Database_Mapping_with_ViewObjects.xlsx file. Once opened, the file will show two protected sheets : Cover Page and BIVO to Database Tables. The first thing you will want to do to be able to use the filters, resize the columns, and any actions within Excel on this metadata is to unprotect the BIVO to Database Tables sheet.

VM-1411 - BICC Lineage - 06 - Unprotect Sheet.png

Figure 6: Unprotect BIVO to Database Tables sheet

Once you have done that, you can resize each of the columns to have them all visible

VM-1411 - BICC Lineage - 07 - Columns.png

Figure 7: These are all the BICC lineage document columns

The table below details each columns in the BICC lineage document, its description as well as its purpose and usage.

Column Name Description Purpose & Usage
View Object Logical object in Oracle Fusion Applications used for BICC extracts. Represents a business entity (e.g., invoices, journals) and defines the structure of the data extract.
View Object Attribute Individual attribute or field within the View Object. Corresponds to a specific data element (e.g., InvoiceNumber, JournalDate).
Database Table Physical database table in Fusion Applications where the attribute data resides. Useful for tracing data lineage and understanding source systems.
Database Column Column in the database table that maps to the View Object attribute. Enables deeper data validation and backend mapping.
Column Enabled for Extract by Default Indicates if the attribute is included in the extract by default (Y or N). Determines whether the attribute is automatically extracted or needs manual inclusion in extract setup.
Supports OTBI Dependent Mode Shows if the attribute supports integration with OTBI Dependent Mode. Important when aligning BICC extracts with OTBI-based reporting models.
Primary Key Column Identifies whether the attribute is part of the primary key in the View Object. Ensures uniqueness and is vital for data integrity and joins.
Incremental Key Column Indicates if the attribute can be used for incremental data loads (e.g., LAST_UPDATE_DATE). Supports change data capture strategies to improve extract performance.

Figure 8: BICC Lineage Columns Description and Purpose

This concludes this section and the following subsection proposes a video summary if you rather watch than read.

The Misty Mountains – A Base Example – ERP – General Ledger (GL) Journals

The main VOs

In this first example, the use case is identify the VOs to build a pipeline to extract GL journal information so we can produce in a Data Warehouse a GL Journal Balance report displays journal activity recorded in the general ledger for a specified time period or date range, so users can apply optional filters such as journal source, journal category, entered currency, and journal batch. The report should supports flexible grouping and sorting options at the time of submission, as shown in this document.

To identify the VOs, we are going to navigate the ERP BICC Lineage document Rel13_25B_BICC_FSCM_Database_Mapping_with_ViewObjects.xlsx and filter the VOs whish view object name contains Journal.

First hint: Financial PVOs that have been optimized for data extraction, what we call Fine Grain VOs, have a name that contains the string BiccExtract:

  • GlBiccExtract for General Ledger
  • ArBiccExtract for Account Receivable
  • ApBiccExtract for Account Payable
  • and so on…

On top of the Journal filter, lets add GlBiccExtract to show only the Fine Grain VOs for GL Journals, as showns in the following image:

VM-1411 - BICC Lineage - 08 - GL Journal Filter.png

Figure 10: Filterting for Fine Grain VOs for GL Journal Extracts

This gives us a list of the following 11 distinct VOs:

View Object
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalBatchExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalCategoryExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalCategoryTLExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalEncumbranceExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalEncumbranceTLExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalImportReferenceExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalLineExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalReconLineExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalSourceExtractPVO
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalSourceTLExtractPVO

Figure 11: List of Fine Grain VOs for GL Journal Extracts

Based on our requirement, we will extract the following five VOs highlighted in light blue:

View Object Extract (Y/N) Justification
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalBatchExtractPVO Y To be able to filter on the Journal batch
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalCategoryExtractPVO Y To be able to filter on the Journal batch
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalCategoryTLExtractPVO N JournalCategoryTLExtractPVO stores additional descriptive information in different languages on the Journal Category. Typically TL in the VO name indicate Transaltion table
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalEncumbranceExtractPVO N  
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalEncumbranceTLExtractPVO N  
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO Y To be able to filter on the Journal header and group / aggregate journal lines
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalImportReferenceExtractPVO N  
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalLineExtractPVO Y To get to the Journal Line credit and debit amounts
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalReconLineExtractPVO N  
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalSourceExtractPVO Y To be able to filter on the Journal source
FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalSourceTLExtractPVO N We do not need the Transaltions of the Journal Source for now

Figure 12: List of Fine Grain VOs for GL Journal Extracts based on our requirement

We can now use the BICC UI to extract these VOs, or use Enterprise grade data integration tools like Oracle Data Transforms to do so. We have documented this appraoch in this blog.

How to join VOs

Identifying the VOs we need to extract based on our requirement is the first step, but we are not quite there yet as we do not know how to join this table to make sense of it. To do so, we will need to go back to the physical definition of the GL journal information, starting with the GL Journal Header VO FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO. The lineage document points us to the GL_JE_HEADERS database table, which in this document and also shows us that the primary key is JE_HEADER_ID in GL_JE_HEADERS mapped to VO attribute JeHeaderId :

VM-1411 - BICC Lineage - 09- GL JE Header pk.png

Figure 12: GL Journal Header primary key

If we filter the database columns with “Ends with “_ID” and on “Column Enabled for Extract by default” set to “Yes”, we can see all the “foreign keys” (even though they are not enforced for referential intergrity in the VO) of the GL Journal Header and give us insight on how to join with the other four VOs

VM-1411 - BICC Lineage - 10- GL JE Header fk.png

Figure 13: GL Journal Header “foreign keys”

Second hint: In most case, Columns which name end with _ID correspond to either a primary key, a foreign key or a composite key, when mutiple columns composes the primary key for example.

We can naturally identify JE_BATCH_ID database column, mapped to VO attribute GlJeHeaderJeBatchId, as being the column to join to the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalBatchExtractPVO VO. Let’s verify by updating the View Object to this VO and retain the JE_BATCH_ID database column mapped to the VO attribute JournalBatchJeBatchID:

VM-1411 - BICC Lineage - 09- GL JE batch pk.png

Figure 14: GL Journal Batch primary key

Let’s now look at the GL Journal Source FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalSourceExtractPVO and GL Journal Category FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalCategoryExtractPVO VOs and identify the primary keys JE_SOURCE_NAME from GL_JE_SOURCE_B table and JE_CATEGORY_NAME from GL_JE_CATEGORIES_B table:

VM-1411 - BICC Lineage - 10- GL JE Source and Cat fk.png

Figure 15: GL Journal Source and Category primary key

 

Third hint: In other cases, i.e. where columns which name does not _ID correspond to either a primary key or a foreign key, the Primary Key column in the lineage document is the column to filter on and to rely on to identify keys and how to join VOs once extracted.

If we now go back the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO and filter on Database Column that contains “JE_CATEGORY”, we can see that we have a database column name JE_CATEGORY from  GL_JE_HEADERS table, mapped to GlJeHeadersJeCategory VO attribute, that hints the join to attribute JournalCategoryJeJournalCategoryName :

VM-1411 - BICC Lineage - 12 - GL JE Header To Cat fk.png

Figure 16: Journal Category colum in Journal HeaderPVO

By reading the GL_JE_HEADERS table definition here, we can confirm that JE_CATEGORY column is the foreign key to table GL_JE_CATEGORIES_B.

VM-1411 - BICC Lineage - 14 - GL_JE_HEADERS To Cat fk.png

Figure 17: GL_JE_HEADERS Foreign key to GL_JE_CATEGORIES_B

Similarly, we can lookup JE_SOURCE column in  source from GL_JE_HEADERS

VM-1411 - BICC Lineage - 15 - GL_JE_HEADERS To Source fk.png

Figure 18: Journal Source colum in Journal HeaderPVO

Adn we can confirm here, JE_SOURCE column is the foreign key to table GL_JE_SOURCES_B.

VM-1411 - BICC Lineage - 16 - GL_JE_HEADERS To Source fk confirm.png

Figure 19: GL_JE_HEADERS Foreign key to GL_JE_SOURCES_B

The last VO we need to join now to the GL Journal Header is the GL Journal Lines FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalLineExtractPVO. When filtering the lineage document on this View object, as well as filtering on the Primary key, we see that the GL_JE_HEADER_ID, mapped to JeHeaderId attribute, is composing the primary key and is our join the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO VO, on JeHeaderId attribute too. We can confirm it here on the GL_JE_LINES table definition

VM-1411 - BICC Lineage - 17 - GL_JE_LINE pk.png

Figure 20: GL Journal Lines to GL Journal Header join

The currency information can be found on the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalHeaderExtractPVO VO and on the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalLineExtractPVO VO:

VM-1411 - BICC Lineage - 17 - Currencies.png

VM-1411 - BICC Lineage - 17 - Currencies Lines.png

Figure 21: Currency for GL Journal Lines to GL Journal Header

The Accounted and Entered Credit and Debit amounts can be found on the FscmTopModelAM.FinExtractAM.GlBiccExtractAM.JournalLineExtractPVO VO:

VM-1411 - BICC Lineage - 17 - Amounts.png

Figure 22: Amounts in GL Journal Lines

The following diagram summarizes the joins of the VOs once extracted to allow users to build the GL Journal Balance report chosen as our example, with in blue the VOs that are dimensional in nature and in orange the one that contains fact measures.

VM-1411 - BICC Lineage - 18 - all joins.png

Figure 23: All joins

As you experienced, understanding how to join BICC VOs once extracted is not trivial and requires an initimate knowledge of the underlying physical database tables and columns. Please refer to section Suggested Prerequisite Collateral Material above to get yourself familiarize with them further.

Let’s leave the Misty Mountains and head our journey to the elven haven of Rivendell.

Rivendell – Another Example – CX – Incentive Compensation

Oracle Sales Performance Management, part of our CX pillar, uses Incentive Compensation features in combination with territory and quota management as part of its holistic approach to enhancing sales performance. These capabilities support organizations in launching new planning initiatives, offering productivity tools to lower administrative expenses, and delivering valuable business insights to boost sales effectiveness. Incentive Compensation has a specific processing lifecycle that follows 6 specific steps, as depicted in the diagram below:

  1. Collect
  2. Credit
  3. Classify
  4. Measure
  5. Calculate
  6. Pay

IC lifecycle.png

Figure 24: Incentive Compenstion Processing LifeCycle

For our example, we will focus on the Collect phase and provide the data required to build a report where we can aggregate the transaction amounts in functional and source currency of all the participants and filter by compensation plans and by period, involving the following entities

VM-1441 - 02 - 01 - Compensation Transactions.png

Figure 25: Base transaction report with compensation plan, participant and period

Our first stop here is looking up the base transactions in Fusion SaaS. They are stored in the CN_TP_TRANSACTIONS_ALL table 

VM-1441 - 02 - 04 - Base transactions.png

Figure 26: CN_TP_TRANSACTIONS_ALL Table

Then the compensation plans are stored in table CN_COMP_PLANS_ALL_B

VM-1441 - 02 - 05 - Comp plans.png

Figure 27: CN_COMP_PLANS_ALL_B Table

Then the participants are stored in table CN_SRP_PARTICIPANTS_ALL

VM-1441 - 02 - 06 - Participants.png

Figure 28: CN_SRP_PARTICIPANTS_ALL Table

To join compensation plans and participants, we need to get to the table that stores the compensation plans assigned to a salesperson CN_SRP_COMP_PLANS_ALL

VM-1441 - 02 - 07 - Comp Participants.png

Figure 29: CN_SRP_COMP_PLANS_ALL Table

And finally the period details are stored in CN_PERIOD_DIMS_ALL_TL table

VM-1441 - 02 - 08- Period.png

Figure 30: CN_PERIOD_DIMS_ALL_TL Table

Following the same methodology as in the first example, we can design the following diagram that give us the mapping between our entities, the physical tables and the Incentive Compensation VOs

VM-1441 - 02 - 02 - Compensation Transactions with PVOs.png

Figure 31: Incentive Compensation base transactions tables and BICC VOs

Fourth hint:  When working with CX BICC VOs, filter the View Object name with “ExtractAM” to get to all VOs designed for bulk data extraction.

Again with the same approach as in the first example, we can identify the columns that will allow us to join the Incentive Compensation VOs once extracts

VM-1441 - 02 - 03 - Compensation Transactions with PVOs Joins.png

Figure 32: Incentive Compensation Base Transactions- VO joins

Let’s continue our adventure to a dangerous Mirkwood forest filled with spiders, goblins, and other perils.

The Lonely Mountain and Smaug – A Final Example – Extracting Flex Fileds

In Oracle Cloud Applications, flexfields are used to capture additional data that isn’t part of the standard application schema. They provide a way to customize applications without programming. There are three main types of flexfields:

  1. Descriptive Flexfields (DFFs) allow you to capture additional information not already tracked in the base application.
    • They can be used to add extra fields to a page or form for supplemental data entry. DFFs can be made context-sensitive, so different fields show up depending on conditions. They can include data security, validation, and default values.
    • Example: On a supplier record, you might add a DFF to track the supplier’s certification expiry date.
  2. Key Flexfields (KFFs) represent key information (usually identifiers or codes) composed of multiple segments.
    • They are commonly used in financial and enterprise structures and can be used to define composite keys, often for charts of accounts, asset categories, etc. KFFs support segment validation, hierarchical structures, and security.
    • Example: General Ledger Chart of Accounts is a classic use of a KFF, with segments like Company, Cost Center, Account, etc.
  3. Extensible Flexfields (EFFs) are used for complex custom attributes on entities like items, products, or employees.
    • They can capture structured, object-like data that needs to scale or vary across business contexts. EFFs Provide a hierarchical or grouped structure and support multiple contexts and categories, making them flexible and reusable. They are often displayed as part of a dynamic UI component.
    • Example: For a product item, an EFF might track technical specifications like voltage, material type, or warranty period, varying by product category.

The following steps will cover DFFs and KFFs. EFFs will be part a subsequent article

The table below decribes a few example by module with flexfiled usage and examples:

Flexfield Type Use Case Module Example Attributes
DFF Track visa expiration date for employees HCM Visa Expiry Date
KFF Define asset category structure Fixed Assets Region – Type – Category
EFF Store vehicle specifications Inventory / PIM Engine Type, Fuel Efficiency, Transmission

Figure 33: Flexfied Comparison with Use cases

Extracting Descriptive Flex Fields 

Follow this note on how to configure Descriptive Flex Fields (DFF) for Transctional Reporting. DFFs and EFFs are documented in the BICC Lineage document but finding them is not obvious. If you filter on VOs which name include “FLEX” or ends with “_IV”, you will find them.

Fifth hint:  BICC VOs for DFFs  have a name that contain  “FLEX” or ends with “_IV” 

The following image is an example of the DFFs  VOs for ERP

VM-1441 - 04 - 01 - ERP DFFs.png

Figure 34: DFFs for ERP

The MyOracle support note FA BICCC : Data Lineage Document for DFFs and Their Associated VOs contains the mapping of the base tables and their corresponding DFF VOs, as shown in the table below

DFF base table Assocatied VO Comments
AP_CHECKS FscmTopModelAM.DisbursementHeaderDffBIAM.FLEX_BI_DisbursementHeaderDff_VI  
AP_HOLDS FscmTopModelAM.HoldsDffBIAM.FLEX_BI_HoldsDff_VI  
AP_INVOICES FscmTopModelAM.HeaderDffBIAM.FLEX_BI_HeaderDff_VI  
AP_INVOICE_DISTRIBUTIONS FscmTopModelAM.DistributionsDffBIAM.FLEX_BI_DistributionsDff_VI  
AP_INVOICE_LINES FscmTopModelAM.LinesDFFBIAM.FLEX_BI_LinesDFF_VI  
AP_PAYMENT_SCHEDULES FscmTopModelAM.InstallmentsDffBIAM.FLEX_BI_InstallmentsDff_VI  
AP_TERMS_B FscmTopModelAM.PaymentTermHeaderDffBIAM.FLEX_BI_PaymentTermHeaderDff_VI  
AR_ADJUSTMENTS FscmTopModelAM.AdjustmentFLEXBIAM.FLEX_BI_AdjustmentFLEX_VI  
AR_APPROVAL_ACTION_HISTORY FscmTopModelAM.AdjAppActionHistoryFLEXBIAM.FLEX_BI_AdjAppActionHistoryFLEX_VI  
AR_BATCHES FscmTopModelAM.ReceiptBatchDffBIAM.FLEX_BI_ReceiptBatchDff_VI  
AR_CASH_RECEIPTS FscmTopModelAM.ReceiptFLEXBIAM.FLEX_BI_ReceiptFLEX_VI  
AR_CUSTOMER_PROFILES_HZ FscmTopModelAM.CustProfDffBIAM.FLEX_BI_CustProfDff_VI  
AR_CUSTOMER_PROFILE_AMOUNTS_HZ FscmTopModelAM.CustProfileAmtDffBIAM.FLEX_BI_CustProfileAmtDff_VI  
AR_CUSTOMER_PROFILE_CLASSES_HZ FscmTopModelAM.CustProfClassDffBIAM.FLEX_BI_CustProfClassDff_VI  
AR_MISC_CASH_DISTRIBUTIONS FscmTopModelAM.MiscReceiptDistributionFLEXBIAM.FLEX_BI_MiscReceiptDistributionFLEX_VI  
AR_PAYMENT_SCHEDULES FscmTopModelAM.PaymentScheduleFLEXBIAM.FLEX_BI_PaymentScheduleFLEX_VI  
AR_RATE_ADJUSTMENTS FscmTopModelAM.ReceiptRateAdjustmentFLEXBIAM.FLEX_BI_ReceiptRateAdjustmentFLEX_VI  
AR_RECEIPT_CLASSES FscmTopModelAM.ReceiptClassFLEXBIAM.FLEX_BI_ReceiptClassFLEX_VI  
AR_RECEIPT_METHODS FscmTopModelAM.ReceiptMethodFLEXBIAM.FLEX_BI_ReceiptMethodFLEX_VI  
AR_RECEIVABLE_APPLICATIONS FscmTopModelAM.ReceivableAppFLEXBIAM.FLEX_BI_ReceivableApplicationFLEX_VI  
AR_REVENUE_ADJUSTMENTS FscmTopModelAM.RevenueAdjustmentFLEXBIAM.FLEX_BI_RevenueAdjustmentFLEX_VI  
CE_BANK_ACCOUNTS FscmTopModelAM.BankAccountBIAM.FLEX_BI_BankAccount_VI  
CE_EXTERNAL_TRANSACTIONS FscmTopModelAM.ExternalTransactionBIAM.FLEX_BI_ExternalTransaction_VI  
CE_STATEMENT_HEADERS FscmTopModelAM.StatementHeaderBIAM.FLEX_BI_StatementHeader_VI  
CE_STATEMENT_LINES FscmTopModelAM.StatementLineBIAM.FLEX_BI_StatementLine_VI  
CN_COMP_PLANS_DFF FscmTopModelAM.CompPlanDFFBIAM.FLEX_BI_CompPlanDFF_VI  
CN_MEASURES_DFF FscmTopModelAM.FormulasDFFBIAM.FLEX_BI_FormulasDFF_VI  
CN_PLAN_COMPONENTS_DFF FscmTopModelAM.PlanComponentDFFBIAM.FLEX_BI_PlanComponentDFF_VI  
CN_SRP_PARTICIPANTS_ALL FscmTopModelAM.IcSrpHdrPublicDFFBIAM.FLEX_BI_IcSrpHdrPublicDFF_VI  
CN_SRP_PARTICIPANTS_ALL FscmTopModelAM.IcSrpHdrROPublicDFFBIAM.FLEX_BI_IcSrpHdrROPublicDFF_VI  
CN_SRP_PARTICIPANT_DETAILS_ALL FscmTopModelAM.IcSrpDetailPublicDFFBIAM.FLEX_BI_IcSrpDetailPublicDFF_VI  
CN_TP_BASETRANS_DFF FscmTopModelAM.TransactionDFFBIAM.FLEX_BI_TransactionDFF_VI  
EXM_EXPENSES FscmTopModelAM.ExpenseBIAM.FLEX_BI_Expense_VI  
FA_ADDITIONS FscmTopModelAM.AssetCategoryDffBIAM.FLEX_BI_AssetCategoryDff_VI  
FA_ASSET_INVOICES FscmTopModelAM.assetInvoiceDffBIAM.FLEX_BI_assetInvoiceDff_VI  
FA_BOOK_CONTROLS FscmTopModelAM.BookControlDffBIAM.FLEX_BI_BookControlDff_VI  
FA_CALENDAR_TYPES FscmTopModelAM.CalendarTypeDffBIAM.FLEX_BI_CalendarTypeDff_VI  
FA_CATEGORIES FscmTopModelAM.CategoryDffBIAM.FLEX_BI_CategoryDff_VI  
FA_CATEGORY_BOOKS FscmTopModelAM.CategoryBookDffBIAM.FLEX_BI_CategoryDff_VI  
FA_CATEGORY_BOOK_DEFAULTS FscmTopModelAM.CategoryBookDefaultDffBIAM.FLEX_BI_CategoryBookDefaultDff_VI  
FA_FISCAL_YEAR FscmTopModelAM.FiscalYearDffBIAM.FLEX_BI_FiscalYearDff_VI  
FA_LOCATIONS FscmTopModelAM.LocationDffBIAM.FLEX_BI_LocationDff_VI  
FA_RETIREMENTS FscmTopModelAM.retirementDffBIAM.FLEX_BI_retirementDff_VI  
FA_TRANSACTION_HEADERS FscmTopModelAM.transactionHeaderDffBIAM.FLEX_BI_transactionHeaderDff_VI  
GL_CAPTURED_INFO FscmTopModelAM.CapturedInfoDFFBIAM.FLEX_BI_CapturedInfoDFF_VI  
GL_CODE_COMBINATIONS FscmTopModelAM.CcDscrDFFBIAM.FLEX_BI_CcDscrDFF_VI  
GL_ENCUMB_TYPES FscmTopModelAM.JrnlEncumbTypeDffBIAM.FLEX_BI_JrnlEncumbTypeDff_VI  
GL_JE_BATCHES FscmTopModelAM.JournalBatchDFFBIAM.FLEX_BI_JournalBatchDFF_VI  
GL_JE_CATEGORIES FscmTopModelAM.JournalCategoryDFFBIAM.FLEX_BI_JournalCategoryDFF_VI  
GL_JE_HEADERS FscmTopModelAM.JournalHeaderDFFBIAM.FLEX_BI_JournalHeaderDFF_VI  
GL_JE_LINES FscmTopModelAM.JournalLineDFFBIAM.FLEX_BI_JournalLineDFF_VI  
GL_JE_SOURCES FscmTopModelAM.JournalSourceDFFBIAM.FLEX_BI_JournalSourceDFF_VI  
GL_LEDGERS FscmTopModelAM.LedgerDFFBIAM.FLEX_BI_LedgerDFF_VI  
GL_PERIODS FscmTopModelAM.PeriodDFFBIAM.FLEX_BI_PeriodDFF_VI  
GL_PERIOD_STATUSES FscmTopModelAM.PeriodStatusDFFBIAM.FLEX_BI_PeriodStatusDFF_VI  
HR_ALL_ORGANIZATION_UNITS_F HcmTopModelAnalyticsGlobalAM.OrgAttributesDFFBIAM.FLEX_BI_OrgAttributesDFF_VI  
HRM_PLAN_CANDIDATES HcmTopModelAnalyticsGlobalAM.PlanCandidateDFFBIAM.FLEX_BI_PlanCandidateDFF_VI  
HZ_CONTACT_POINTS FscmTopModelAM.ContactPointInformationBIAM.FLEX_BI_ContactPointInformation_VI  
HZ_CUST_ACCOUNTS FscmTopModelAM.CustAcctInformationBIAM.FLEX_BI_CustAcctInformation_VI  
HZ_CUST_ACCOUNT_ROLES FscmTopModelAM.CustAcctContactInformationBIAM.FLEX_BI_CustAcctContactInformation_VI  
HZ_CUST_ACCT_RELATE_ALL FscmTopModelAM.CustAcctRelationshpInformationBIAM.FLEX_BI_CustAcctRelationshpInformation_VI  
HZ_CUST_ACCT_SITES_ALL FscmTopModelAM.CustAcctSiteInformationBIAM.FLEX_BI_CustAcctSiteInformation_VI  
HZ_LOCATIONS FscmTopModelAM.LocationInformationBIAM.FLEX_BI_LocationInformation_VI  
HZ_ORGANIZATION_PROFILES FscmTopModelAM.OrganizationInformationBIAM.FLEX_BI_OrganizationInformation_VI  
HZ_ORG_CONTACTS FscmTopModelAM.OrganizationContactInformationBIAM.FLEX_BI_OrganizationContactInformation_VI  
HZ_ORIG_SYS_REFERENCES FscmTopModelAM.SourceSystemRefInformationBIAM.FLEX_BI_SourceSystemRefInformation_VI  
HZ_PARTY_SITES FscmTopModelAM.PartySiteInformationBIAM.FLEX_BI_PartySiteInformation_VI  
HZ_ROLE_RESPONSIBILITY FscmTopModelAM.CustAcctContactRoleInformationBIAM.FLEX_BI_CustAcctContactRoleInformation_VI  
INV_MATERIAL_TXNS FscmTopModelAM.InxTxnDFFBIAM.FLEX_BI_InxTxnDFF_VI  
JE_POZ_SUPPLIER_SITES FscmTopModelAM.PozSupplierSiteGDFBIAM.FLEX_BI_PozSupplierSiteGDF_VI  
JE_POZ_SUPPLIERS FscmTopModelAM.PozSupplierGDFBIAM.FLEX_BI_PozSupplierGDF_VI  
JG_AP_CHECKS FscmTopModelAM.DisbursementHeaderGdfBIAM.FLEX_BI_DisbursementHeaderGdf_VI  
JG_AP_INVOICES FscmTopModelAM.HeaderGdfBIAM.FLEX_BI_HeaderGdf_VI  
JG_AP_INVOICE_LINES FscmTopModelAM.LinesGdfBIAM.FLEX_BI_LinesGdf_VI  
JG_AP_PAYMENT_SCHEDULES FscmTopModelAM.InstallmentsGdfBIAM.FLEX_BI_InstallmentsGdf_VI  
JG_AR_CASH_RECEIPTS FscmTopModelAM.ReceiptGdfBIAM.FLEX_BI_ReceiptGdf_VI  
JG_AR_PAYMENT_SCHEDULES FscmTopModelAM.PaymentScheduleGdfBIAM.FLEX_BI_PaymentScheduleGdf_VI  
JG_AR_RECEIPT_CLASSES FscmTopModelAM.ReceiptClassGdfBIAM.FLEX_BI_ReceiptClassGdf_VI  
JG_AR_RECEIVABLE_APPLICATIONS FscmTopModelAM.ReceivableApplicationGdfBIAM.FLEX_BI_ReceivableApplicationGdf_VI  
JG_CE_BANK_ACCOUNTS FscmTopModelAM.BankAccountGdfBIAM.FLEX_BI_BankAccountGdf_VI  
JG_FA_ADDITIONS FscmTopModelAM.AssetCategoryBaseGdfBIAM.FLEX_BI_AssetCategoryBaseGdf_VI  
JG_FA_CATEGORY_BOOKS FscmTopModelAM.CategoryBookGdfBIAM.FLEX_BI_CategoryBookGdf_VI  
JG_GL_JE_HEADERS FscmTopModelAM.JournalHeaderGdfBIAM.FLEX_BI_JournalHeaderGdf_VI  
JG_GL_JE_LINES FscmTopModelAM.JournalLineGdfBIAM.FLEX_BI_JournalLineGdf_VI  
JG_HZ_CUSTOMER_PROFILES FscmTopModelAM.CustomerProfileGdfBIAM.FLEX_BI_CustomerProfileGdf_VI  
JG_RA_CUSTOMER_TRX_LINES FscmTopModelAM.TransactionLineGdfBIAM.FLEX_BI_TransactionLineGdf_VI  
JGxAPInvoiceDistributions FscmTopModelAM.InvoiceDistributionGdfBIAM.FLEX_BI_InvoiceDistributionGdf_VI  
JGxFAAssetInvoices FscmTopModelAM.AssetInvoiceGdfBIAM.FLEX_BI_AssetInvoiceGdf_VI  
JGxFABookControls FscmTopModelAM.BookControlGdfBIAM.FLEX_BI_BookControlGdf_VI  
JGxFABooks FscmTopModelAM.BookGdfBIAM.FLEX_BI_BookGdf_VI  
JGxFATransactionHeaders FscmTopModelAM.TransactionHeaderGdfBIAM.FLEX_BI_TransactionHeaderGdf_VI  
JGxGLPeriods FscmTopModelAM.PeriodGdfBIAM.FLEX_BI_PeriodGdf_VI  
OKC_DELIVERABLES (ContractTermsDeliverableFlex) FscmTopModelAM.ContractsCoreAM.TermsDeliverableFlexfieldBIAM.FLEX_BI_ContractDeliverableFlexfield_VI  
OKC_K_HEADERS (ContractHeaderFlexfield) FscmTopModelAM.ContractsCoreAM.HdrDFBIAM.FLEX_BI_ContractHeaderFlexfield_VI  
OKC_LINES_DESC_FLEX FscmTopModelAM.ContractsCoreAM.LnDFBIAM.FLEX_BI_ContractLineDescFlexfield_VI  
PER_ACTION_REASONS_B HcmTopModelAnalyticsGlobalAM.ActionReasonsDFFBIAM.FLEX_BI_ActionReasonsDFF_VI  
PER_ACTIONS_B HcmTopModelAnalyticsGlobalAM.ActionsDFFBIAM.FLEX_BI_ActionsDFF_VI  
PER_ALL_ASSIGNMENTS_M HcmTopModelAnalyticsGlobalAM.BaseWorkerAsgDFFBIAM.FLEX_BI_BaseWorkerAsgDFF_VI  
PER_ALL_PEOPLE_F HcmTopModelAnalyticsGlobalAM.PersonDetailsDFFBIAM.FLEX_BI_PersonDetailsDFF_VI  
PER_ASSIGN_WORK_MEASURES_F HcmTopModelAnalyticsGlobalAM.AsgWorkMeasureDFFBIAM.FLEX_BI_AsgWorkMeasureDFF_VI  
PER_CITIZENSHIPS HcmTopModelAnalyticsGlobalAM.CitizenshipDFFBIAM.FLEX_BI_CitizenshipDFF_VI  
PER_CONTRACTS_F HcmTopModelAnalyticsGlobalAM.ContractDFFBIAM.FLEX_BI_ContractDFF_VI  
PER_DRIVERS_LICENSE_TYPES HcmTopModelAnalyticsGlobalAM.DriversLicenseTypesDFFBIAM.FLEX_BI_DriversLicenseTypesDFF_VI  
PER_ETHNICITIES HcmTopModelAnalyticsGlobalAM.EthnicityDFFBIAM.FLEX_BI_EthnicityDFF_VI  
PER_NATIONAL_IDENTIFIERS HcmTopModelAnalyticsGlobalAM.NationalIdentifierDFFBIAM.FLEX_BI_NationalIdentifierDFF_VI  
PER_PEOPLE_LEGISLATIVE_F HcmTopModelAnalyticsGlobalAM.PersonLegislativeInfoDFFBIAM.FLEX_BI_PersonLegislativeInfoDFF_VI  
PER_PERIODS_OF_SERVICE HcmTopModelAnalyticsGlobalAM.WorkRelationshipDFFBIAM.FLEX_BI_WorkRelationshipDFF_VI  
PER_PERSON_NAMES_F_V HcmTopModelAnalyticsGlobalAM.PersonNameDFFBIAM.FLEX_BI_PersonNameDFF_VI  
PER_PERSON_TYPE_USAGES_M HcmTopModelAnalyticsGlobalAM.PersonTypeUsagesDFFBIAM.FLEX_BI_PersonTypeUsagesDFF_VI  
PER_PERSONS HcmTopModelAnalyticsGlobalAM.PersonsDFFBIAM.FLEX_BI_PersonsDFF_VI  
PER_RELIGIONS HcmTopModelAnalyticsGlobalAM.ReligionDFFBIAM.FLEX_BI_ReligionDFF_VI  
PER_VISAS_PERMITS_F HcmTopModelAnalyticsGlobalAM.VisaPermitDFFBIAM.FLEX_BI_VisaPermitDFF_VI  
PJB_BILLING_EVENTS_FLEX FscmTopModelAM.PJB_EVENTBIAM.FLEX_BI_PJB_EVENT_VI  
PJB_INVOICE_HEADERS_FLEX FscmTopModelAM.PJB_INVOICEBIAM.FLEX_BI_PJB_INVOICE_VI  
PJB_INVOICE_LINES_FLEX FscmTopModelAM.PJB_INV_LINEBIAM.FLEX_BI_PJB_INV_LINE_VI  
PJC_EXP_ITEMS_DESC_FLEX FscmTopModelAM.PjcEiBIAM.FLEX_BI_PjcEi_VI  
PJC_PRJ_ASSETS_DESC_FLEX FscmTopModelAM.PjcAssBIAM.FLEX_BI_PjcAss_VI  
PJC_TXN_XFACE_DESC_FLEX FscmTopModelAM.PjcPatBIAM.FLEX_BI_PjcPat_VI  
PJF_CLASS_CATEGORIES_DESC_FLEX FscmTopModelAM.PJF_CLASS_CATEGORIESBIAM.FLEX_BI_PJF_CLASS_CATEGORIES_VI  
PJF_CLASS_CODES_DESC_FLEX FscmTopModelAM.PJF_CLASS_CODESBIAM.FLEX_BI_PJF_CLASS_CODES_VI  
PJF_EVENT_TYPES_DESC_FLEX FscmTopModelAM.PJF_EVENT_TYPESBIAM.FLEX_BI_PJF_EVENT_TYPES_VI  
PJF_EXP_CATEGORIES_DESC_FLEX FscmTopModelAM.PJF_EXP_CATEGORIESBIAM.FLEX_BI_PJF_EXP_CATEGORIES_VI  
PJF_EXP_TYPES_DESC_FLEX FscmTopModelAM.PJF_EXP_TYPESBIAM.FLEX_BI_PJF_EXP_TYPES_VI  
PJF_NONLAB_RES_DESC_FLEX FscmTopModelAM.PJF_NON_LABOR_RESBIAM.FLEX_BI_PJF_NON_LABOR_RES_VI  
PJF_PROJECTS_DESC_FLEX FscmTopModelAM.PJF_PROJECTS_ALLBIAM.FLEX_BI_PJF_PROJECTS_ALL_VI  
PJF_PROJECT_CLASS_CODE_DESC_FLEX FscmTopModelAM.ProjectClassCodeDffBIAM.FLEX_BI_ProjectClassCodeDff_VI  
PJF_PROJECT_TYPES_DESC_FLEX FscmTopModelAM.PJF_PROJECT_TYPESBIAM.FLEX_BI_PJF_PROJECT_TYPES_VI  
PJF_TASK_STRUCTURE_DFF FscmTopModelAM.TaskDffBIAM.FLEX_BI_TaskDff_VI  
PJF_WORK_TYPES_DESC_FLEX FscmTopModelAM.PJF_WORK_TYPESBIAM.FLEX_BI_PJF_WORK_TYPES_VI  
PJO_PLANNING_OPTIONS_DFF FscmTopModelAM.PJO_PLANNING_OPTIONBIAM.FLEX_BI_PJO_PLANNING_OPTION_VI  
PJO_PLAN_LINES_DFF FscmTopModelAM.PJO_PLAN_LINEBIAM.FLEX_BI_PJO_PLAN_LINE_VI  
PJO_PROJECT_PROGRESS_DFF FscmTopModelAM.PJO_PROJECT_PROGRESSBIAM.FLEX_BI_PJO_PROJECT_PROGRESS_VI  
PJR_RESOURCE_REQUEST_DFF FscmTopModelAM.ResourceRequestDFFBIAM.FLEX_BI_ResourceRequestDFF_VI  
PO_ATTRIBUTE_VALUES FscmTopModelAM.DocumentAttrValuesDFFPublicBIAM.FLEX_BI_DocumentAttrValuesDFFPublic_VI  
PO_DISTRIBUTIONS FscmTopModelAM.PODistributionDFFPublicBIAM.FLEX_BI_PODistributionDFFPublic_VI  
PO_DISTRIBUTIONS FscmTopModelAM.DraftPODistributionDFFPublicBIAM.FLEX_BI_DraftPODistributionDFFPublic_VI Same DFF code as PO_DISTRIBUTION, but from different DB table
PO_DOCUMENT_TYPES FscmTopModelAM.PurchasingDocTypeDFFPublicBIAM.FLEX_BI_PurchasingDocTypeDFFPublic_VI  
PO_HEADERS FscmTopModelAM.POHeaderDFFPublicBIAM.FLEX_BI_POHeaderDFFPublic_VI  
PO_HEADERS FscmTopModelAM.DraftPOHeaderDFFPublicBIAM.FLEX_BI_DraftPOHeaderDFFPublic_VI Same DFF code as PO_HEADERS, but from different DB table
PO_LINE_LOCATIONS FscmTopModelAM.POScheduleDFFPublicBIAM.FLEX_BI_POScheduleDFFPublic_VI  
PO_LINE_LOCATIONS FscmTopModelAM.DraftPOScheduleDFFPublicBIAM.FLEX_BI_DraftPOScheduleDFFPublic_VI Same DFF code as PO_LINE_LOCATIONS, but from different DB table
PO_LINE_TYPES FscmTopModelAM.PurchasingLineTypeDFFPublicBIAM.FLEX_BI_PurchasingLineTypeDFFPublic_VI  
PO_LINES FscmTopModelAM.POLineDFFPublicBIAM.FLEX_BI_POLineDFFPublic_VI  
PO_LINES FscmTopModelAM.DraftPOLineDFFPublicBIAM.FLEX_BI_DraftPOLineDFFPublic_VI Same DFF code as PO_LINES, but from different DB table
PO_NOTIFICATION_CONTROLS FscmTopModelAM.AgreementNotifCtrlDFFPublicBIAM.FLEX_BI_AgreementNotifCtrlDFFPublic_VI  
PON_AUCTION_HEADERS FscmTopModelAM.NegotiationHeaderPublicBIAM.FLEX_BI_NegotiationHeaderPublic_VI  
PON_AUCTION_ITEM_PRICES FscmTopModelAM.NegotiationLinePublicBIAM.FLEX_BI_NegotiationLinePublic_VI  
PON_PROGRAM_HEADERS FscmTopModelAM.ProgramHeaderPublicBIAM.FLEX_BI_ProgramHeaderPublic_VI  
POQ_QUALIFICATIONS FscmTopModelAM.QualificationPublicDffBIAM.FLEX_BI_QualificationPublicDff_VI  
POR_REQ_DISTRIBUTIONS FscmTopModelAM.ReqDistributionPublicBIAM.FLEX_BI_ReqDistributionPublic_VI  
POR_REQUISITION_HEADERS FscmTopModelAM.RequisitionHeaderPublicBIAM.FLEX_BI_RequisitionHeaderPublic_VI  
POR_REQUISITION_LINES FscmTopModelAM.RequisitionLinePublicBIAM.FLEX_BI_RequisitionLinePublic_VI  
POZ_SUPPLIER_REGISTRATIONS FscmTopModelAM.PozSupplierRegDFFPublicBIAM.FLEX_BI_PozSupplierRegDFFPublic_VI  
POZ_SUPPLIER_SITES_ALL_M FscmTopModelAM.PozSupplierSitesDFFPublicBIAM.FLEX_BI_PozSupplierSitesDFFPublic_VI  
POZ_SUPPLIERS FscmTopModelAM.PozSupplierDFFPublicBIAM.FLEX_BI_PozSupplierDFFPublic_VI  
PROJECTS_STD_COST_COLLECTION FscmTopModelAM.PjcEiDFFBIAM.FLEX_BI_PjcEiDFF_VI  
PROJECTS_STD_COST_COLLECTION FscmTopModelAM.PjcUnprocDFFBIAM.FLEX_BI_PjcUnprocDFF_VI  
RA_CUSTOMER_TRX FscmTopModelAM.TransactionHeaderFLEXBIAM.FLEX_BI_TransactionHeaderFLEX_VI  
RA_CUSTOMER_TRX_LINES FscmTopModelAM.TransactionLineFLEXBIAM.FLEX_BI_TransactionLineFLEX_VI  
RA_CUST_TRX_LINE_GL_DIST FscmTopModelAM.RevenueGlDistGTFLEXBIAM.FLEX_BI_RevenueGlDistGTFLEX_VI  
RA_CUST_TRX_LINE_SALESREPS FscmTopModelAM.SalesCreditFLEXBIAM.FLEX_BI_SalesCreditFLEX_VI  
RA_CUST_TRX_TYPES FscmTopModelAM.TransactionTypeFLEXBIAM.FLEX_BI_TransactionTypeFLEX_VI  
RA_RULES FscmTopModelAM.DistributionRuleFLEXBIAM.FLEX_BI_DistributionRuleFLEX_VI  
RA_TERMS FscmTopModelAM.PaymentTermFLEXBIAM.FLEX_BI_PaymentTermFLEX_VI  
RA_TERMS_LINES FscmTopModelAM.PaymentTermLineFLEXBIAM.FLEX_BI_PaymentTermLineFLEX_VI  
VRM_CONTRACT_RULES_B FscmTopModelAM.ContractRulesDFFBIAM.FLEX_BI_ContractRulesDFF_VI  
VRM_CUSTOMER_CONTRACT_HEADERS FscmTopModelAM.CustContractHeadersDFFBIAM.FLEX_BI_CustContractHeadersDFF_VI  
VRM_FMV_LINES FscmTopModelAM.fmvDFFBIAM.FLEX_BI_fmvDFF_VI  
VRM_FMV_LINE_SETS FscmTopModelAM.valueSetsDFFBIAM.FLEX_BI_valueSetsDFF_VI  
VRM_FMV_TEMPLATES_B FscmTopModelAM.fmvTemplateDFFBIAM.FLEX_BI_fmvTemplateDFF_VI  
VRM_FMV_TEMPL_ASSIGNMENTS FscmTopModelAM.fmvTemplateAssignmentsDFFBIAM.FLEX_BI_fmvTemplateAssignmentsDFF_VI  
VRM_ITEM_GROUPS_VL FscmTopModelAM.ItemGroupDFFBIAM.FLEX_BI_ItemGroupDFF_VI  
VRM_MEA_DOC_CARVEOUT_LINES FscmTopModelAM.meaDocCarveOutDFFBIAM.FLEX_BI_meaDocCarveOutDFF_VI  
VRM_MEA_DOC_HEADERS FscmTopModelAM.meaDocHeadersDFFBIAM.FLEX_BI_meaDocHeadersDFF_VI  
VRM_MEA_DOC_LINES FscmTopModelAM.meaDocLinesDFFBIAM.FLEX_BI_meaDocLinesDFF_VI  
VRM_MEA_RULES_VL FscmTopModelAM.MeaRulesDFFBIAM.FLEX_BI_MeaRulesDFF_VI  
VRM_PERF_OBLIGATIONS FscmTopModelAM.PerfObligationsDFFBIAM.FLEX_BI_PerfObligationsDFF_VI  
VRM_PERF_OBLIGATION_LINES FscmTopModelAM.PerfObligationLinesDFFBIAM.FLEX_BI_PerfObligationLinesDFF_VI  
VRM_PERF_OBLIG_TEMPLATES_B FscmTopModelAM.ObligTemplateDFFBIAM.FLEX_BI_ObligTemplateDFF_VI  
VRM_PERF_OBLIG_TEMPL_ASSIGNS FscmTopModelAM.ObligTemplateAssignmentDFFBIAM.FLEX_BI_ObligTemplateAssignmentDFF_VI  
VRM_PRICE_EFF_PERIODS_VL FscmTopModelAM.EffectivePeriodDFFBIAM.FLEX_BI_EffectivePeriodDFF_VI  
VRM_REV_DOCUMENTS FscmTopModelAM.revenueDocumentDFFBIAM.FLEX_BI_revenueDocumentDFF_VI  
VRM_REV_DOC_LINES_ALL FscmTopModelAM.revenueDocLineDFFBIAM.FLEX_BI_revenueDocLineDFF_VI  
VRM_REV_DOC_LINE_SCHEDULES FscmTopModelAM.revDocLineScheduleDFFBIAM.FLEX_BI_revDocLineScheduleDFF_VI  
VRM_REV_DOC_LINE_SPLITS_ALL FscmTopModelAM.revDocLineSplitDFFBIAM.FLEX_BI_revDocLineSplitDFF_VI  
VRM_SOURCE_DOCUMENTS FscmTopModelAM.sourceDocumentsDFFBIAM.FLEX_BI_sourceDocumentsDFF_VI  
VRM_SOURCE_DOC_LINES FscmTopModelAM.sourceDocLinesDFFBIAM.FLEX_BI_sourceDocLinesDFF_VI  
WIE_OPERATION_TRANSACTIONS FscmTopModelAM.OpTransactionAnalyticsDFFBIAM.FLEX_BI_OpTransactionAnalyticsDFF_VI  
WIE_RESOURCE_TRANSACTIONS FscmTopModelAM.ResTransactionAnalyticsDFFBIAM.FLEX_BI_ResTransactionAnalyticsDFF_VI  
WIE_WORK_ORDERS FscmTopModelAM.WorkOrderAnalyticsDFFBIAM.FLEX_BI_WorkOrderAnalyticsDFF_VI  
WIE_WO_OPERATIONS FscmTopModelAM.WOOperationAnalyticsDFFBIAM.FLEX_BI_WOOperationAnalyticsDFF_VI  
WIE_WO_OPERATION_MATERIALS FscmTopModelAM.WOOpMaterialAnalyticsDFFBIAM.FLEX_BI_WOOpMaterialAnalyticsDFF_VI  
WIE_WO_OPERATION_RESOURCES FscmTopModelAM.WOOpResourceAnalyticsDFFBIAM.FLEX_BI_WOOpResourceAnalyticsDFF_VI  
XLA_AE_HEADERS FscmTopModelAM.JournalEntryHeaderFLEXBIAM.FLEX_BI_JournalEntryHeaderFLEX_VI  
XLA_AE_LINES FscmTopModelAM.JournalEntryLineFLEXBIAM.FLEX_BI_JournalEntryLineFLEX_VI  

Figure 35: DFFs base table to VO mapping

Please refer to the Help Center Document for BICC for additional informaton  https://docs.oracle.com/en/cloud/saas/applications-common/25b/biacc/configure-offerings-to-extractofferingsdata-store-for-offering.html#Offerings 

These DFF VOs are not automatically enabled for extract by default in BICC. In order to enable them, please follow the steps below:

1. Navigate to “Manage Offerings and Data Stores”
2. Select an offering, example Financial
3. Select the ‘+’ icon to Add a Data Store.
4. In the ‘Define Data Store’ screen, enter the information for the data store, such as:
    Data Store Key: FscmTopModelAM.JournalEntryLineFLEXBIAM.FLEX_BI_JournalEntryLineFLEX_VI
    Associated Offerings: You can associate the custom data store to one or more offerings
5. Click ‘Save’
6. The data store will be brought up in the edit screen where data store details and/or columns can be customized
7. After making any changes click on ‘Done’ 

Extracting Key FlexField KFF

Follow this note on how to configure KEy Flex Fields (DFF) for Transctional Reporting.

The follow table desribes the supported Key Flex Fields

Product Area Key Flexfield Dimension
Fixed Assets Category (CAT#) Dim – Asset Category
Fixed Assets Location (LOC#) Dim – Asset Location
General Ledger Accounting (GL#) Dim – Balancing Segment
Dim – Cost Center
Dim – Natural Account
Payroll Costing Dim – Costing Segments
Supply Chain Management Locator Dim – Inventory Org
Supply Chain Management Item Category Dim – Item
Revenue Management Pricing Dimensions (VRM) Dim – VRM Segment
Budgetary Control Budgeting (XCC) Dim – XCC Segment

 

Figure 36: Supported KFFs

 

KFFs are documented in the BICC lineage document and the corresponding table name starts with FND_KF

Sixth hint:  BICC VOs for KFFs have a name containing “KeyFlex” and have mapped database table names that starts with  “FND_KF” 

Below is an example of the BICC lineage document for ERP KFFs

View Object Database Table
FscmTopModelAM.AnalyticsServiceAM.KeyFlexSegmentLabelsVLPVO FND_KF_SEGMENT_LABELS_VL
FscmTopModelAM.AnalyticsServiceAM.KeyFlexStructureInstancesPVO FND_KF_STR_INSTANCES_B
FscmTopModelAM.AnalyticsServiceAM.KeyFlexStructureInstancesPVO FND_KF_STR_INSTANCES_TL
FscmTopModelAM.AnalyticsServiceAM.KeyFlexStructureInstancesTLPVO FND_KF_STR_INSTANCES_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexLabeledSegmentsPVO FND_KF_LABELED_SEGMENTS
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentInstancesPVO FND_KF_SEGMENT_INSTANCES
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentLabelsBPVO FND_KF_SEGMENT_LABELS_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentLabelsPVO FND_KF_SEGMENT_LABELS_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentLabelsPVO FND_KF_SEGMENT_LABELS_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentLabelsTLPVO FND_KF_SEGMENT_LABELS_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentLabelsVLPVO FND_KF_SEGMENT_LABELS_VL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentsBPVO FND_KF_SEGMENTS_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentsPVO FND_KF_SEGMENTS_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentsPVO FND_KF_SEGMENTS_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexSegmentsTLPVO FND_KF_SEGMENTS_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexStructureInstancesBPVO FND_KF_STR_INSTANCES_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexStructureInstancesPVO FND_KF_STR_INSTANCES_B
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexStructureInstancesPVO FND_KF_STR_INSTANCES_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexStructureInstancesTLPVO FND_KF_STR_INSTANCES_TL
FscmTopModelAM.FinExtractAM.AnalyticsExtractServiceAM.KeyFlexStructuresBPVO FND_KF_STRUCTURES_B
FscmTopModelAM.ScmExtractAM.InvBiccExtractAM.LocatorFlexfieldExtractPVO FND_KF_STR_INSTANCES_VL

Figure 37: ERP KFFs VOs

 Want to Learn More?

Click here to sign up to the RSS feed to receive notifications for when new A-team blogs are published.

 Summary

This blog post outlined how to access the most recent version of the BI Cloud Connector lineage documents—including those covering Flex Fields—and offered practical guidance and heuristics to help simplify navigation through the materials using straightforward logical principles by examples.

Bookmark this post to stay up-to-date on changes made to this blog as our products evolve.​