Search Results fa_transaction_headers
The FA_TRANSACTION_HEADERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking asset transactions within the Fixed Assets module. This table serves as the primary ledger for recording all asset-related financial activities, ensuring accurate depreciation calculations, compliance with accounting standards, and auditability. Below is a detailed analysis of its structure, purpose, and functional significance.
Table Overview
TheFA_TRANSACTION_HEADERS
table stores metadata for asset transactions, such as additions, transfers, retirements, and adjustments. Each record represents a unique transaction, linked to subsidiary tables like FA_TRANSACTION_LINES
for detailed accounting entries. Key columns include:
- TRANSACTION_HEADER_ID: Primary key, uniquely identifying each transaction.
- ASSET_ID: References the asset in
FA_ADDITIONS_B
. - BOOK_TYPE_CODE: Specifies the depreciation book (e.g., corporate, tax).
- TRANSACTION_TYPE_CODE: Classifies the transaction (e.g., 'ADDITION', 'TRANSFER').
- DATE_EFFECTIVE: The date the transaction impacts financials.
- TRANSACTION_STATUS: Tracks workflow (e.g., 'POSTED', 'PENDING').
Functional Role
This table acts as the backbone for:- Depreciation Processing: Transactions trigger recalibration of depreciation schedules in
FA_DEPRN_DETAIL
. - Audit Trails: Provides a chronological record of asset lifecycle events.
- Compliance Reporting: Supports regulatory filings by documenting transaction timestamps and types.
- Integration: Interfaces with GL via
FA_DISTRIBUTION_HISTORY
for journal entries.
Key Relationships
The table integrates with other Fixed Assets objects:- FA_ADDITIONS_B: Links transactions to asset master data.
- FA_TRANSACTION_LINES: Stores accounting distributions (debits/credits).
- FA_MASS_ADDITIONS: Sources data for automated asset additions.
Technical Considerations
In EBS 12.2.2, the table leverages Oracle's Online Patching (ADOP) for zero-downtime updates. Indexes onASSET_ID
and BOOK_TYPE_CODE
optimize query performance. Concurrent programs like 'Depreciation Calculation' reference this table to validate transaction integrity.
Customization Impact
Modifications toFA_TRANSACTION_HEADERS
require caution due to:
- Validation Rules: Oracle enforces business logic via PL/SQL triggers.
- Upgrade Compatibility: Custom columns may need reapplying during patches.
Conclusion
TheFA_TRANSACTION_HEADERS
table is indispensable for asset lifecycle management in Oracle EBS. Its design ensures transactional accuracy, supports financial reporting, and maintains data integrity across modules. Administrators should prioritize understanding its schema and dependencies to troubleshoot issues or enhance functionality.
-
Table: FA_TRANSACTION_HEADERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
Table: FA_TRANSACTION_HEADERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSACTION_HEADERS, object_name:FA_TRANSACTION_HEADERS, status:VALID, product: OFA - Assets , description: Information about all transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRANSACTION_HEADERS ,
-
Table: FA_TRX_REFERENCES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
Table: FA_TRX_REFERENCES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRX_REFERENCES, object_name:FA_TRX_REFERENCES, status:VALID, product: OFA - Assets , description: Information about inter-asset transactions performed within Oracle Assets , implementation_dba_data: FA.FA_TRX_REFERENCES ,
-
Table: FA_PARALLEL_WORKERS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID, product: OFA - Assets , description: Used to control concurrent execution of post mass additions program. , implementation_dba_data: FA.FA_PARALLEL_WORKERS ,
-
Table: FA_PARALLEL_WORKERS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_PARALLEL_WORKERS, object_name:FA_PARALLEL_WORKERS, status:VALID, product: OFA - Assets , description: Used to control concurrent execution of post mass additions program. , implementation_dba_data: FA.FA_PARALLEL_WORKERS ,
-
Table: FA_ASSET_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_HISTORY, object_name:FA_ASSET_HISTORY, status:VALID, product: OFA - Assets , description: Historical information about asset reclassifications and unit adjustments , implementation_dba_data: FA.FA_ASSET_HISTORY ,
-
Table: FA_ASSET_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ASSET_HISTORY, object_name:FA_ASSET_HISTORY, status:VALID, product: OFA - Assets , description: Historical information about asset reclassifications and unit adjustments , implementation_dba_data: FA.FA_ASSET_HISTORY ,
-
Table: FA_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RETIREMENTS, object_name:FA_RETIREMENTS, status:VALID, product: OFA - Assets , description: Information about asset retirements and reinstatements , implementation_dba_data: FA.FA_RETIREMENTS ,
-
Table: FA_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RETIREMENTS, object_name:FA_RETIREMENTS, status:VALID, product: OFA - Assets , description: Information about asset retirements and reinstatements , implementation_dba_data: FA.FA_RETIREMENTS ,
-
Table: FA_MC_RETIREMENTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_RETIREMENTS, object_name:FA_MC_RETIREMENTS, status:VALID, product: OFA - Assets , description: Currency and financial information about retirements in each reporting book , implementation_dba_data: FA.FA_MC_RETIREMENTS ,
-
Table: FA_MC_RETIREMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_RETIREMENTS, object_name:FA_MC_RETIREMENTS, status:VALID, product: OFA - Assets , description: Currency and financial information about retirements in each reporting book , implementation_dba_data: FA.FA_MC_RETIREMENTS ,
-
Table: FA_MC_BOOKS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS, object_name:FA_MC_BOOKS, status:VALID, product: OFA - Assets , description: Financial information for each asset in the reporting currency , implementation_dba_data: FA.FA_MC_BOOKS ,
-
Table: FA_BOOKS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
Table: FA_MC_BOOKS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS, object_name:FA_MC_BOOKS, status:VALID, product: OFA - Assets , description: Financial information for each asset in the reporting currency , implementation_dba_data: FA.FA_MC_BOOKS ,
-
Table: FA_BOOKS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOKS, object_name:FA_BOOKS, status:VALID, product: OFA - Assets , description: Financial information of each asset , implementation_dba_data: FA.FA_BOOKS ,
-
Table: FA_DISTRIBUTION_HISTORY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
Table: FA_DISTRIBUTION_HISTORY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_DISTRIBUTION_HISTORY, object_name:FA_DISTRIBUTION_HISTORY, status:VALID, product: OFA - Assets , description: Employee, location, and Accounting Flexfield values assigned to each asset , implementation_dba_data: FA.FA_DISTRIBUTION_HISTORY ,
-
View: FA_ASSET_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HISTORY_V, object_name:FA_ASSET_HISTORY_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_ASSET_HISTORY_V ,
-
View: FA_ASSET_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HISTORY_V, object_name:FA_ASSET_HISTORY_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_ASSET_HISTORY_V ,
-
View: FA_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTIONS_V, object_name:FA_TRANSACTIONS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_TRANSACTIONS_V ,
-
View: FA_DISTRIBUTION_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQUIRY_V, object_name:FA_DISTRIBUTION_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DISTRIBUTION_INQUIRY_V ,
-
View: FA_DISTRIBUTION_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_DISTRIBUTION_INQUIRY_V, object_name:FA_DISTRIBUTION_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_DISTRIBUTION_INQUIRY_V ,
-
View: FA_ASSET_HIST_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HIST_WEB_V, object_name:FA_ASSET_HIST_WEB_V, status:VALID, product: OFA - Assets , description: Asset history information , implementation_dba_data: APPS.FA_ASSET_HIST_WEB_V ,
-
View: FA_ASSET_HIST_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_ASSET_HIST_WEB_V, object_name:FA_ASSET_HIST_WEB_V, status:VALID, product: OFA - Assets , description: Asset history information , implementation_dba_data: APPS.FA_ASSET_HIST_WEB_V ,
-
View: FA_FINANCIAL_INQUIRY_UPL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_UPL_V, object_name:FA_FINANCIAL_INQUIRY_UPL_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_UPL_V ,
-
View: FA_TRANSACTION_HISTORY_BOOKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_BOOKS_V, object_name:FA_TRANSACTION_HISTORY_BOOKS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_BOOKS_V ,
-
View: FA_FINANCIAL_INQUIRY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_FINANCIAL_INQUIRY_COST_V, object_name:FA_FINANCIAL_INQUIRY_COST_V, status:VALID, product: OFA - Assets , description: Financial Cost History , implementation_dba_data: APPS.FA_FINANCIAL_INQUIRY_COST_V ,
-
Table: FA_MC_BOOKS_RATES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_RATES, object_name:FA_MC_BOOKS_RATES, status:VALID, product: OFA - Assets , description: Exchange rate information , implementation_dba_data: FA.FA_MC_BOOKS_RATES ,
-
Table: FA_TRANSFER_DETAILS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSFER_DETAILS, object_name:FA_TRANSFER_DETAILS, status:VALID, product: OFA - Assets , description: Information that defines the historic relationship between active FA_BOOKS and FA_DISTRIBUTION_HISTORY rows , implementation_dba_data: FA.FA_TRANSFER_DETAILS ,
-
Table: FA_TRANSFER_DETAILS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_TRANSFER_DETAILS, object_name:FA_TRANSFER_DETAILS, status:VALID, product: OFA - Assets , description: Information that defines the historic relationship between active FA_BOOKS and FA_DISTRIBUTION_HISTORY rows , implementation_dba_data: FA.FA_TRANSFER_DETAILS ,
-
Table: FA_CAPITAL_BUDGET
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CAPITAL_BUDGET, object_name:FA_CAPITAL_BUDGET, status:VALID, product: OFA - Assets , description: Budget assets used to run depreciation projections and reports , implementation_dba_data: FA.FA_CAPITAL_BUDGET ,
-
Table: FA_MC_BOOKS_RATES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOKS_RATES, object_name:FA_MC_BOOKS_RATES, status:VALID, product: OFA - Assets , description: Exchange rate information , implementation_dba_data: FA.FA_MC_BOOKS_RATES ,
-
View: FA_TRANS_HIST_BOOKS_WEB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_BOOKS_WEB_V, object_name:FA_TRANS_HIST_BOOKS_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history in a given book , implementation_dba_data: APPS.FA_TRANS_HIST_BOOKS_WEB_V ,
-
View: FA_TRANSACTION_HISTORY_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANSACTION_HISTORY_BOOKS_V, object_name:FA_TRANSACTION_HISTORY_BOOKS_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_TRANSACTION_HISTORY_BOOKS_V ,
-
View: FABV_TRANS_HDRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_HDRS, object_name:FABV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_HDRS ,
-
Table: FA_CAPITAL_BUDGET
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CAPITAL_BUDGET, object_name:FA_CAPITAL_BUDGET, status:VALID, product: OFA - Assets , description: Budget assets used to run depreciation projections and reports , implementation_dba_data: FA.FA_CAPITAL_BUDGET ,
-
View: FABV_TRANS_HDRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FABV_TRANS_HDRS, object_name:FABV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FABV_TRANS_HDRS ,
-
View: FA_RETIREMENT_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_ADJUSTMENTS_V, object_name:FA_RETIREMENT_ADJUSTMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RETIREMENT_ADJUSTMENTS_V ,
-
Table: FA_MC_ADJUSTMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_ADJUSTMENTS, object_name:FA_MC_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Stores information to create adjustment journal entries in the reporting currency , implementation_dba_data: FA.FA_MC_ADJUSTMENTS ,
-
View: FA_TRANS_HIST_BOOKS_WEB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_TRANS_HIST_BOOKS_WEB_V, object_name:FA_TRANS_HIST_BOOKS_WEB_V, status:VALID, product: OFA - Assets , description: Asset transaction history in a given book , implementation_dba_data: APPS.FA_TRANS_HIST_BOOKS_WEB_V ,
-
Table: FA_INVOICE_TRANSACTIONS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_INVOICE_TRANSACTIONS, object_name:FA_INVOICE_TRANSACTIONS, status:VALID, product: OFA - Assets , description: Information about transactions made to invoice lines within Oracle Assets , implementation_dba_data: FA.FA_INVOICE_TRANSACTIONS ,
-
View: FA_UNPLANNED_DEPR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_UNPLANNED_DEPR_V, object_name:FA_UNPLANNED_DEPR_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_UNPLANNED_DEPR_V ,
-
View: FA_UNPLANNED_DEPR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_UNPLANNED_DEPR_V, object_name:FA_UNPLANNED_DEPR_V, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FA_UNPLANNED_DEPR_V ,
-
Table: FA_INVOICE_TRANSACTIONS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_INVOICE_TRANSACTIONS, object_name:FA_INVOICE_TRANSACTIONS, status:VALID, product: OFA - Assets , description: Information about transactions made to invoice lines within Oracle Assets , implementation_dba_data: FA.FA_INVOICE_TRANSACTIONS ,
-
Table: FA_ADJUSTMENTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_ADJUSTMENTS, object_name:FA_ADJUSTMENTS, status:VALID, product: OFA - Assets , description: Information used by the posting program to generate journal entry lines in the general ledger , implementation_dba_data: FA.FA_ADJUSTMENTS ,
-
View: FAFV_TRANS_HDRS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FAFV_TRANS_HDRS, object_name:FAFV_TRANS_HDRS, status:VALID, product: OFA - Assets , description: - Retrofitted , implementation_dba_data: APPS.FAFV_TRANS_HDRS ,
-
View: FA_RETIREMENT_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RETIREMENT_ADJUSTMENTS_V, object_name:FA_RETIREMENT_ADJUSTMENTS_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_RETIREMENT_ADJUSTMENTS_V ,
-
View: FA_GROUP_COST_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,
-
View: FA_GROUP_COST_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_GROUP_COST_INQUIRY_V, object_name:FA_GROUP_COST_INQUIRY_V, status:VALID, product: OFA - Assets , implementation_dba_data: APPS.FA_GROUP_COST_INQUIRY_V ,