Intercompany data model
Intercompany modeled as 1 conformed star — each a fact at its own grain sharing the same dimensions. Open a star to drill into its fact and dimension columns; the last tab lists every bicc View Object the module exposes.
Use case. Intercompany balances and pairing — the FUN distributions behind intercompany reconciliation.
Fact — FUN_DIST_LINES
Grain: one row per intercompany distribution line. Derived measures: Entered Amount, Accounted Amount. Drill into the fact columns:
| Column | Definition |
|---|---|
| AMOUNT_CR | Amount cr. |
| AMOUNT_DR | Amount dr. |
| DESCRIPTION | Description. |
| DIST_NUMBER | Distribution number. |
| PARTY_TYPE_FLAG | Indicator (Y/N) for the party type. |
Dimensions / click any to drill into its columns
GL_CODE_COMBINATIONS → · intercompany account
| Column | Definition |
|---|---|
| ACCOUNT_TYPE | Type of account. |
| CHART_OF_ACCOUNTS_ID | Identifier for the chart of accounts. |
| CODE_COMBINATION_ID | Identifier for the code combination. |
| ENABLED_FLAG | Indicator (Y/N) for the enabled. |
| END_DATE_ACTIVE | End date active. |
| START_DATE_ACTIVE | Start date active. |
GL_LEDGERS → · ledger
| Column | Definition |
|---|---|
| ACCOUNTED_PERIOD_TYPE | Type of accounted period. |
| CURRENCY_CODE | Code identifying the currency. |
| DESCRIPTION | Description. |
| LEDGER_CATEGORY_CODE | Code identifying the ledger category. |
| NAME | Name. |
| PERIOD_SET_NAME | Name of the period set. |
GL_PERIODS · period
Column inventory surfaces on the table page.
FUN_ALL_BUSINESS_UNITS_V → · business unit
| Column | Definition |
|---|---|
| BUSINESS_GROUP_ID | Identifier for the business group. |
| BU_ID | Identifier for the business unit. |
| BU_NAME | Name of the business unit. |
| CREATED_BY | User who created the row. |
| CREATION_DATE | Date and time the row was created. |
| DATE_FROM | Date from. |
Extracted by 1 BICC PVO / same-module, fact first
These Public View Objects land the data behind this star — BICC extracts them, the model conforms them.
- DistributionLinePVO → feeds the fact
full Financials PVO → table map (Intercompany) →
Reports on this star
Every BICC PVO this module exposes, mapped to the physical tables it extracts from and the star it feeds.
| PVO | Fully-qualified name | Maps to tables | Feeds star |
|---|---|---|---|
| DistributionLinePVO | oracle.apps.financials.commonModules.intercompanyTransactions.publicView.analytics.DistributionLinePVO | FUN_DIST_LINES, FUN_INTERCO_ORGANIZATIONS, FUN_LOOKUPS | Intercompany Distributions fact |
| TransactionBatchPVO | oracle.apps.financials.commonModules.intercompanyTransactions.publicView.analytics.TransactionBatchPVO | FUN_INTERCO_ORGANIZATIONS, FUN_LOOKUPS, FUN_TRX_BATCHES | reference / config |
| TransactionHeaderPVO | oracle.apps.financials.commonModules.intercompanyTransactions.publicView.analytics.TransactionHeaderPVO | FUN_INTERCO_ORGANIZATIONS, FUN_LOOKUPS, FUN_TRX_BATCHES | reference / config |
| TransactionTypeBPVO | oracle.apps.financials.commonModules.intercompanyTransactions.publicView.analytics.TransactionTypeBPVO | FUN_TRX_TYPES_B, FUN_TRX_TYPES_TL | reference / config |