Fixed Assets data model
Fixed Assets modeled as 2 conformed stars — 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. Asset register, additions, and the cost behind FA-to-GL reconciliation.
Fact — FA_ADDITIONS_B
Grain: one row per asset. Derived measures: Cost, Net Book Value. Drill into the fact columns:
| Column | Definition |
|---|---|
| ASSET_NUMBER | Asset number. |
| ASSET_TYPE | Type of asset. |
| COMMITMENT | Commitment. |
| CURRENT_UNITS | Current units. |
| INVENTORIAL | Inventorial. |
| INVESTMENT_LAW | Investment law. |
| IN_USE_FLAG | Indicator (Y/N) for the in use. |
| MANUFACTURER_NAME | Name of the manufacturer. |
Dimensions / click any to drill into its columns
FA_BOOKS → · book / cost
| Column | Definition |
|---|---|
| ADJUSTED_RECOVERABLE_COST | Adjusted recoverable cost. |
| ALLOWED_DEPRN_LIMIT | Allowed deprn limit. |
| ALLOWED_DEPRN_LIMIT_AMOUNT | Allowed deprn limit amount. |
| CAPITALIZE_FLAG | Indicator (Y/N) for the capitalize. |
| CONVERSION_DATE | Conversion date. |
| COST | Cost. |
FA_CATEGORIES_B → · asset category
| Column | Definition |
|---|---|
| CAPITALIZE_FLAG | Indicator (Y/N) for the capitalize. |
| CATEGORY_TYPE | Type of category. |
| OWNED_LEASED | Owned leased. |
| PROPERTY_1245_1250_CODE | Code identifying the property 1245 1250. |
| PROPERTY_TYPE_CODE | Code identifying the property type. |
FA_DISTRIBUTION_HISTORY → · assignment
| Column | Definition |
|---|---|
| DATE_INEFFECTIVE | Date ineffective. |
| RETIREMENT_ID | Identifier for the retirement. |
| TRANSACTION_HEADER_ID_IN | Transaction header id in. |
| TRANSACTION_HEADER_ID_OUT | Transaction header id out. |
| TRANSACTION_UNITS | Transaction units. |
| UNITS_ASSIGNED | Units assigned. |
GL_CODE_COMBINATIONS → · asset 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. |
XLE_ENTITY_PROFILES → · legal entity
| Column | Definition |
|---|---|
| ACTIVITY_CODE | Code identifying the activity. |
| ATTRIBUTE1 | Descriptive flexfield segment. |
| ATTRIBUTE10 | Descriptive flexfield segment. |
| ATTRIBUTE11 | Descriptive flexfield segment. |
| ATTRIBUTE12 | Descriptive flexfield segment. |
| ATTRIBUTE13 | Descriptive flexfield segment. |
HR_ALL_ORGANIZATION_UNITS_F → · assigned organization
| Column | Definition |
|---|---|
| ACTION_OCCURRENCE_ID | Identifier for the action occurrence. |
| BUSINESS_GROUP_ID | Identifier for the business group. |
| COST_ALLOCATION_KEYFLEX_ID | Identifier for the cost allocation keyflex. |
| CREATED_BY | User who created the row. |
| CREATION_DATE | Date and time the row was created. |
| EFFECTIVE_END_DATE | End date of the effective-dated record. |
Extracted by 9 BICC PVOs / same-module, fact first
These Public View Objects land the data behind this star — BICC extracts them, the model conforms them.
- DepreciationEventsPVO → feeds the fact
- AssetRetirementPVO → feeds the fact
- RetirementDistributionPVO → feeds the fact
- AdjustmentTransactionPVO → feeds the fact
- TransactionHeaderPVO → feeds the fact
- AdditionBasePVO → feeds the fact
- CategoryBasePVO → feeds a dimension
- BookPVO → feeds a dimension
- DistributionHistoryPVO → feeds a dimension
full SCM & Procurement PVO → table map (Fixed Assets) →
Reports on this star
Use case. Depreciation expense and accumulated depreciation analysis.
Fact — FA_DEPRN_DETAIL
Grain: one row per asset per period. Derived measures: Depreciation Amount, YTD Depreciation. Drill into the fact columns:
| Column | Definition |
|---|---|
| ADDITION_COST_TO_CLEAR | Addition cost to clear. |
| BONUS_DEPRN_ADJUSTMENT_AMOUNT | Bonus deprn adjustment amount. |
| BONUS_DEPRN_AMOUNT | Bonus deprn amount. |
| BONUS_DEPRN_RESERVE | Bonus deprn reserve. |
| BONUS_YTD_DEPRN | Bonus ytd deprn. |
| COST | Cost. |
| DEPRN_ADJUSTMENT_AMOUNT | Deprn adjustment amount. |
| DEPRN_AMOUNT | Deprn amount. |
Dimensions / click any to drill into its columns
FA_ADDITIONS_B → · asset
| Column | Definition |
|---|---|
| ASSET_NUMBER | Asset number. |
| ASSET_TYPE | Type of asset. |
| COMMITMENT | Commitment. |
| CURRENT_UNITS | Current units. |
| INVENTORIAL | Inventorial. |
| INVESTMENT_LAW | Investment law. |
FA_BOOKS → · book
| Column | Definition |
|---|---|
| ADJUSTED_RECOVERABLE_COST | Adjusted recoverable cost. |
| ALLOWED_DEPRN_LIMIT | Allowed deprn limit. |
| ALLOWED_DEPRN_LIMIT_AMOUNT | Allowed deprn limit amount. |
| CAPITALIZE_FLAG | Indicator (Y/N) for the capitalize. |
| CONVERSION_DATE | Conversion date. |
| COST | Cost. |
FA_DEPRN_PERIODS → · depreciation period
| Column | Definition |
|---|---|
| PERIOD_NAME | Name of the period. |
GL_CODE_COMBINATIONS → · depreciation expense 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. |
Extracted by 9 BICC PVOs / same-module, fact first
These Public View Objects land the data behind this star — BICC extracts them, the model conforms them.
- DepreciationDetailPVO → feeds the fact
- DepreciationEventsPVO → feeds a dimension
- AssetRetirementPVO → feeds a dimension
- RetirementDistributionPVO → feeds a dimension
- AdjustmentTransactionPVO → feeds a dimension
- BookPVO → feeds a dimension
- TransactionHeaderPVO → feeds a dimension
full SCM & Procurement PVO → table map (Fixed Assets) →
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 |
|---|---|---|---|
| DepreciationDetailPVO | oracle.apps.financials.assets.depreciation.depreciation.publicView.analytics.DepreciationDetailPVO | FA_BOOK_CONTROLS, FA_DEPRN_DETAIL | Depreciation fact |
| DepreciationEventsPVO | oracle.apps.financials.assets.depreciation.depreciation.publicView.analytics.DepreciationEventsPVO | FA_ADDITIONS_B, FA_BOOK_CONTROLS, FA_DEPRN_EVENTS | Assets fact, Depreciation dim |
| CategoryBasePVO | oracle.apps.financials.assets.depreciationSetup.categories.publicView.analytics.CategoryBasePVO | FA_CATEGORIES_B, FA_CATEGORIES_TL | Assets dim |
| AssetRetirementPVO | oracle.apps.financials.assets.retirements.retirements.publicView.analytics.AssetRetirementPVO | FA_ADDITIONS_B, FA_ASSET_RETIREMENTS_V, FA_CONVENTION_TYPES | Assets fact, Depreciation dim |
| RetirementDistributionPVO | oracle.apps.financials.assets.retirements.retirements.publicView.analytics.RetirementDistributionPVO | FA_ADDITIONS_B, FA_ADJUSTMENTS, FA_ASSET_RETIREMENTS_V | Assets fact, Depreciation dim |
| AdjustmentTransactionPVO | oracle.apps.financials.assets.shared.publicView.analytics.AdjustmentTransactionPVO | FA_ADDITIONS_B, FA_ADJUSTMENTS, FA_ASSET_INVOICES | Assets fact, Depreciation dim |
| AssetInvoicePVO | oracle.apps.financials.assets.shared.publicView.analytics.AssetInvoicePVO | AP_INVOICE_DISTRIBUTIONS_ALL, FA_ASSET_INVOICES, PJC_PRJ_ASSET_LNS_ALL | reference / config |
| BookPVO | oracle.apps.financials.assets.shared.publicView.analytics.BookPVO | FA_BONUS_RULES, FA_BOOKS, FA_CEILING_TYPES | Assets dim, Depreciation dim |
| DistributionHistoryPVO | oracle.apps.financials.assets.shared.publicView.analytics.DistributionHistoryPVO | FA_DISTRIBUTION_HISTORY, FA_TRANSACTION_HEADERS | Assets dim |
| FaLookupPVO | oracle.apps.financials.assets.shared.publicView.analytics.FaLookupPVO | FND_LOOKUPS | reference / config |
| TransactionHeaderPVO | oracle.apps.financials.assets.shared.publicView.analytics.TransactionHeaderPVO | FA_ADDITIONS_B, FA_BOOKS, FA_BOOK_CONTROLS | Assets fact, Depreciation dim |
| BookControlPVO | oracle.apps.financials.assets.sharedSetup.bookControls.publicView.analytics.BookControlPVO | FA_BOOK_CONTROLS, FA_DEPRN_PERIODS | Depreciation dim |
| AdditionBasePVO | oracle.apps.financials.assets.tracking.descriptiveDetails.publicView.analytics.AdditionBasePVO | FA_ADDITIONS_B, FA_ADDITIONS_TL | Assets fact, Depreciation dim |
| AssetTransferPVO | oracle.apps.financials.assets.tracking.transfers.publicView.analytics.AssetTransferPVO | FA_ASSET_TRANSFER_V | reference / config |
| AssetHistoryIBPVO | oracle.apps.scm.installedBase.customerAssets.publicView.analytics.AssetHistoryIBPVO | CSE_ASSETS_HIST, CSE_TRANSACTIONS, WIE_WORK_ORDERS_VL | reference / config |
| CustomerAssetBuiltStructurePVO | oracle.apps.scm.installedBase.customerAssets.publicView.analytics.CustomerAssetBuiltStructurePVO | CSE_AS_BUILT_STRUCTURES_V | reference / config |
| CustomerAssetPVO | oracle.apps.scm.installedBase.customerAssets.publicView.analytics.CustomerAssetPVO | CSE_ASSETS_B, CSE_ASSETS_TL, CSE_GENEALOGY_OBJECTS | reference / config |
| CustomerAssetSoldStructurePVO | oracle.apps.scm.installedBase.customerAssets.publicView.analytics.CustomerAssetSoldStructurePVO | CSE_AS_SOLD_STRUCTURES_V | reference / config |
| OSSProductAssociationsPVO | oracle.apps.scm.installedBase.customerAssets.publicView.analytics.OSSProductAssociationsPVO | OSS_SUBSCRIPTIONS | reference / config |