Search Results fa_deprn_override
Overview
FA_DEPRN_OVERRIDE is a transactional table in the Oracle E-Business Suite Fixed Assets (OFA) module, owned by the FA schema. It implements the Depreciation Override feature, which allows users to manually specify a depreciation amount for a given asset in a given period instead of relying on the standard depreciation program calculation. This capability is typically used to correct or adjust calculated depreciation without altering the underlying asset cost, method, or life.
The table is classified as VALID in the ETRM 12.2.2 documentation and contains 20 documented columns. Based on the foreign key structure—references to FA_BOOK_CONTROLS via BOOK_TYPE_CODE and FA_ADDITIONS_B via ASSET_ID—the heuristic Data Vault classification is link. This suggests modeling FA_DEPRN_OVERRIDE as an associative entity between the depreciation book and the asset, carrying descriptive measures such as the override depreciation amount.
Key Information Stored
The primary key is DEPRN_OVERRIDE_ID, a surrogate identifier enforced by the FA_DEPRN_OVERRIDE_PK constraint and reinforced by the unique index FA_DEPRN_OVERRIDE_U1. The primary business identifiers are BOOK_TYPE_CODE, which ties the override to a depreciation book, and ASSET_ID, which ties it to a specific asset in FA_ADDITIONS_B.
- DEPRN_OVERRIDE_ID – Surrogate primary key uniquely identifying each override record.
- BOOK_TYPE_CODE – Foreign key to FA_BOOK_CONTROLS; the depreciation book for which the override applies.
- ASSET_ID – Foreign key to FA_ADDITIONS_B; the asset whose depreciation is being overridden.
- PERIOD_NAME – The accounting period in which the override takes effect.
- DEPRN_AMOUNT – The user-specified depreciation amount to apply in place of the calculated amount.
- BONUS_DEPRN_AMOUNT – The bonus depreciation portion associated with the override.
- SUBTRACTION_FLAG and SUBTRACT_YTD_FLAG – Flags controlling whether the override reduces the depreciation or year-to-date balances.
- STATUS – Lifecycle status of the override record.
- USED_BY – Indicates the process or user that consumed the override, typically the depreciation run.
- TRANSACTION_HEADER_ID and REQUEST_ID – Linkage to the transaction header and the concurrent request that created the record.
- PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE – Concurrent program audit attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard WHO audit columns.
Common Use Cases and Queries
Administrators and reporting developers query FA_DEPRN_OVERRIDE to reconcile manual overrides against calculated depreciation, audit who entered overrides, and verify which overrides were applied during a depreciation run.
- Listing active overrides for a book and period:
SELECT deprn_override_id, asset_id, period_name, deprn_amount FROM fa.fa_deprn_override WHERE book_type_code = :book AND period_name = :period AND status = 'ACTIVE';
- Joining to FA_ADDITIONS_B to display asset numbers:
SELECT a.asset_number, o.period_name, o.deprn_amount FROM fa.fa_deprn_override o JOIN fa.fa_additions_b a ON a.asset_id = o.asset_id WHERE o.book_type_code = :book;
- Auditing overrides created by a concurrent request using REQUEST_ID or TRANSACTION_HEADER_ID to trace back to the source process.
- Filtering on USED_BY to confirm whether the depreciation program has consumed each override.
Related Objects
- FA_BOOK_CONTROLS – Joined on BOOK_TYPE_CODE; defines the depreciation book governing the override.
- FA_ADDITIONS_B – Joined on ASSET_ID; supplies the asset definition being overridden.
- FA_DEPRN_SUMMARY – Stores calculated depreciation results against which overrides are compared.
- FA_DEPRN_DETAIL – Period-level depreciation detail frequently reconciled with override amounts.
- FA_TRANSACTION_HEADERS – Related via TRANSACTION_HEADER_ID when overrides are transaction-driven.
- FND_CONCURRENT_REQUESTS – Related via REQUEST_ID to identify the originating concurrent process.
-
Table: FA_DEPRN_OVERRIDE
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID, product: OFA - Assets , description: Table for Depreciation Override Feature. , implementation_dba_data: FA.FA_DEPRN_OVERRIDE ,
-
Table: FA_DEPRN_OVERRIDE
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID, product: OFA - Assets , description: Table for Depreciation Override Feature. , implementation_dba_data: FA.FA_DEPRN_OVERRIDE ,
-
VIEW: FA.FA_DEPRN_OVERRIDE#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_DEPRN_OVERRIDE#, status:VALID,
-
SYNONYM: APPS.FA_DEPRN_OVERRIDE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_DEPRN_OVERRIDE, status:VALID,
-
TRIGGER: APPS.FA_DEPRN_OVERRIDE_BRIUD
12.1.1
owner:APPS, object_type:TRIGGER, object_name:FA_DEPRN_OVERRIDE_BRIUD, status:VALID,
-
VIEW: APPS.FA_DEPRN_OVERRIDE_V
12.1.1
-
TRIGGER: APPS.FA_DEPRN_OVERRIDE_BRIUD
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FA_DEPRN_OVERRIDE_BRIUD, status:VALID,
-
SYNONYM: APPS.FA_DEPRN_OVERRIDE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_DEPRN_OVERRIDE, status:VALID,
-
VIEW: FA.FA_DEPRN_OVERRIDE#
12.2.2
-
VIEW: APPS.FA_DEPRN_OVERRIDE_V
12.2.2
-
TRIGGER: APPS.FA_DEPRN_OVERRIDE_BRIUD
12.1.1
-
TRIGGER: APPS.FA_DEPRN_OVERRIDE_BRIUD
12.2.2
-
APPS.FA_CDE_PKG SQL Statements
12.2.2
-
APPS.FA_CDE_PKG SQL Statements
12.1.1
-
TABLE: FA.FA_DEPRN_OVERRIDE
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID,
-
TABLE: FA.FA_DEPRN_OVERRIDE
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DEPRN_OVERRIDE, object_name:FA_DEPRN_OVERRIDE, status:VALID,
-
View: FA_DEPRN_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_OVERRIDE_V ,
-
View: FA_DEPRN_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DEPRN_OVERRIDE_V ,
-
PACKAGE BODY: APPS.FA_AMORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_AMORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_CDE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_CDE_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_DEPRN_ROLLBACK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_DEPRN_ROLLBACK_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_AMORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_AMORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_IMPAIRMENT_DELETE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_IMPAIRMENT_DELETE_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_CDE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_CDE_PKG, status:VALID,
-
VIEW: APPS.FA_DEPRN_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID,
-
PACKAGE BODY: APPS.FA_IMPAIRMENT_POST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_IMPAIRMENT_POST_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_DEPRN_ROLLBACK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_DEPRN_ROLLBACK_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_AMORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_AMORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_ASSET_CALC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_ASSET_CALC_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_ADJUSTMENT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_ADJUSTMENT_PUB, status:VALID,
-
PACKAGE BODY: APPS.FA_ASSET_CALC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_ASSET_CALC_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_GAINLOSS_RET_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_GAINLOSS_RET_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_AMORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_AMORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_TRACK_MEMBER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_TRACK_MEMBER_PVT, status:VALID,
-
PACKAGE BODY: APPS.FA_ADJUSTMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_ADJUSTMENT_PUB, status:VALID,
-
PACKAGE BODY: APPS.FA_TRACK_MEMBER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_TRACK_MEMBER_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FA_RETIREMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_RETIREMENT_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.FA_DEPRN_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DEPRN_OVERRIDE_V, object_name:FA_DEPRN_OVERRIDE_V, status:VALID,
-
Table: FA_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
Table: FA_ADDITIONS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
Table: FA_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
Table: FA_ADDITIONS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADDITIONS_B, object_name:FA_ADDITIONS_B, status:VALID, product: OFA - Assets , description: Descriptive information about assets (base MLS table) , implementation_dba_data: FA.FA_ADDITIONS_B ,
-
APPS.FA_ADJUSTMENT_PUB SQL Statements
12.1.1
-
APPS.FA_ASSET_CALC_PVT SQL Statements
12.1.1
-
APPS.FA_ADJUSTMENT_PUB SQL Statements
12.2.2